This article will guide you in getting Device42 deployed on your Microsft Azure platform.
Device42 can be retrieved from the Azure Marketplace.
Go to the Azure Marketplace [Device42 - Visualize Your Entire IT Infrastructure] and click on “Get it now”.
Azure VM Configuration
- Fill in virtual machine details. You will need to specify the following:
- Resource group
- Virtual machine name
- Size of VM - please note that you should choose something with at least 8 GB RAM and 2 vCPU (recommended 16GB RAM 4 vCPU) or else you will get out of memory errors.
- Administrator account - choose Authentication Type as Password and just put in some random values. This field has no bearing on Device42 deployment.
- Networking
- Disks
- Click on Review & Create. After validation, deployment should start.
- The Azure deployment creates the following resources by default:
- Microsoft.Network/networkInterfaces
- Microsoft.Network/publicIpAddresses
- Microsoft.Network/networkSecurityGroups
- Microsoft.Compute/virtualMachines
- You can add a ICMP Inbound allowed rule in. You should now be able to ping your Device42 instance.
- You should also be able to access the Web GUI by navigating to the public IP address. Please also make sure your network security groups allow the following inbound ports:
- 404 - ssh access
- 443 - Web GUI and API access
- 4343 - appliance manager SSL port (for HTTPS)
- 4242 - appliance manager port (for HTTP)
- VM serial console should also be enabled in your VM settings.
You will set a password for the default superuser admin account in the next steps.
Device42 Configuration
- Get your Device42 Azure VM’s instance ID by running the following command in Azure Shell
-
az vm show --name <VM Name> --resource-group <resource group name>
- Need value from vmId.
-
- Go to the serial console of your Device42 Azure VM or use ssh port 404 to login with username device42 and the password as the vmId value from previous step.
- You will be prompted to set admin password and appliance manager d42admin password.
- Once this is set, you can change the device42 console user password to something of your own choosing by selecting option 10 from the console or keeping it as is.
- You should now have a fully functioning Device42 Main Appliance hosted on Microsoft Azure. You can run updates on this instance to get it to the latest version. You will have to supply your license to get full functionality.
Comments
0 comments
Article is closed for comments.