After deploying the NIOS virtual appliance, you must create a VM in the Prism web console. To create a VM, complete the following steps:
- Log on to the Prism web console.
- Click Home > VM > Create VM. The Create VM dialog box appears.
- Complete the following:
- Name: Enter a name for the VM.
- Description: Enter a description for the VM.
Timezone: Enter a local time zone at which the VM must operate.
Note title Note When setting up the NIOS virtual appliance, ensure that you do not select the "Use this VM as an agent VM" option.
- vCPU(s): Enter the number of virtual CPUs to allocate to this VM.
- Number of Cores per vCPU: Enter the number of cores assigned that you want to assign to each virtual CPU.
- Memory: Enter the amount of memory (in MiBs) to allocate to this VM.
- Click the Add New Disk button to attach a disk to the VM. In the Add Disk screen, select complete the following:
- Type as From the Type drop-down list, select Disk.
- Operation as From the Operation drop-down list, select Clone from Image Service.
- From the Bus Type as drop-down list, select SCSI.
- In From the Image field drop-down list, select the image that you uploaded when deploying the virtual appliance.
- Click Add.
Select Legacy BIOS to boot the VM with legacy BIOS firmware.
- Click the Add New NIC button to create a network interface for the VM. You must add at least two network interfaces. It is mandatory that you add the MGMT and LAN1 interfaces. You can add a maximum of four network interfaces. Complete the following steps:
- Select the VLAN NameFrom the VLAN Name drop-down list, select the required VLAN name.
- Ensure that the Network Connection State is Connected.
- Click Add.
- (Optional) Enable Custom Script if you want to customize the VM by running a cloud-init script.
- Click Save.
- Start a command prompt and run the following commands from the Nutanix controller VM:
- Run the
acli vm.list
command and note the VM name and VM user ID. - If you have enabled Custom Scriptthe custom script, create a serial port by using the following command:
acli vm.serial_port_create <VM name> index=0 type=kServer
- For the VM to function properly, turn off the VM branding using the following command:
acli vm.update <VM uuid> disable_branding=true
- Run the
- Back in In the Prism web console, select the new VM in the VM table, and then click the Power On button to start the VM.
Note | ||
---|---|---|
| ||
|
...