Step #5: Create a New VM with a UPT Device

  1. Back on vCenter, click on the cluster configuration from the left pane.

    monterey-040.png
    Important

    If you see a host alert with connectivity issues. These should correct themselves even though the alert may persist. Please continue on with the lab.

    monterey-068.png


  2. Click on host 172.16.0.11 and click on Actions -> New VM.

    monterey-069.png

  3. In the New VM dialog box select Deploy from template. and click Next.

    monterey-070.png

  4. Select Data Center, expand the options, and select Redis-Server. Click Next to continue.

    monterey-071.png

  5. Name the VM Demo VM and select the monterey-dc cluster as shown below. Click Next to continue.

    monterey-072.png

  6. Ensure the 172.16.0.11 host is selected. If it’s not, change the selection. Ensure compatibility check passes and click Next.

    monterey-073.png

  7. Select the vSAN datastore and click Next.

  8. Leave all boxes unchecked and click Next.

  9. Review and confirm the settings from the previous step and click the Finish button to complete the VM creation process.

    monterey-077.png

  10. After returning to the vCenter UI, in the bottom panel under the Recent Tasks tab, watch for your VM clone task to complete.

    monterey-078.png

  11. Click on the Demo VM to select it and click on the Actions button to pull down the menu and select the Edit Settings action.

    monterey-079.png

  12. Click the drop-down menu next to Network Adapter 2 *and select **Browse* to select a network to attach to. A new selector dialog will appear. Select the monterey-overlay-segment-100 that we created in an earlier step.

    monterey-080.png

  13. Next, activate the drop-down menu next to Network Adapter 2 to see additional settings. Ensure that the adapter type is set to VMXNET 3 and most importantly, check the UPT support box to enable UPT support. Then click Ok.

    monterey-081.png

  14. In the bottom panel under the Recent Tasks tab, watch for the Reconfigure VM task to complete.

    monterey-082.png

  15. After the Reconfigure VM task is complete and successful, power on the VM by going to Actions -> Power -> Power On from the inventory view of your VM.

  16. Watch the Recent Tasks in the bottom panel for the Power On task to complete.

    monterey-083.png
    Note

    At this point you will see the Demo VM powered on and a message that UPT is not activated on a network adapter. This is expected since we haven’t enabled UPT yet within our new VM.

    monterey-084.png

  17. Launch the web console for Demo VM. Login to the console using the credentials below.

    monterey-085.png

  18. Login to the console using the credentials below.

    • Username: launchpad

    • Password: lp!234

    monterey-086.png


  19. Navigate to the Scripts directory using the commands below.

    Copy
    Copied!
                

    cd Scripts/ ls

    monterey-087.png

  20. Run the CheckVmxDriverVersion.sh script using the command below.

    Copy
    Copied!
                

    ./CheckVmxDriverVersion.sh

    Important

    You will have to enter the password again for sudo purposes.

    monterey-088.png
    Note

    The UPT-enabled driver is not yet loaded.


  21. Run the mkUPT.sh script using the command below. This will load the appropriate UPT-enabled driver for the VM. To verify it is loaded correctly, re-run the CheckVmxDriverVersion.sh script using the command in the previous step.

    Copy
    Copied!
                

    ./mkUPT.sh

    monterey-089.png

  22. Navigate back to vCenter and verify the UPT alert associated with Demo VM has disappeared. Your VM is now configured with UPT and ready for vMotion.

    monterey-090.png

© Copyright 2022-2023, NVIDIA. Last updated on Jan 10, 2023.