Step 3. Install and configure the Lenovo XClarity Administrator virtual appliance
Install and configure the XClarity Administrator virtual appliance on the Nutanix AHV host.
Before you begin
You must be logged in to Nutanix AHV as a user with admin authority to install the virtual appliance.
Ensure that the network is configured before installing XClarity Administrator.
Procedure
To install the XClarity Administrator virtual appliance, complete the following steps.
(Optional) Using a configuration file to set the IP settings
If you are not using a DHCP server, you can optionally use a configuration file to specify the IP settings that you want to use to access the XClarity Administrator web interface using the Eth0 network interface.
The configuration file (eth0_config) is contained in an ISO file that you create and mount to the virtual machine before XClarity Administrator is started for the first time. When XClarity Administrator starts the first time, it configures the IP address for the Eth0 network using the static IP address that is defined in the eth0_config file and displays the web interface to set up initially and configure the appropriate settings (see Configuring Lenovo XClarity Administrator).
To use a configuration file, perform the following steps before powering on the virtual appliance
Create a file named eth0_config (with no file extension) that contains the following IPv4 parameters that you want the virtual machine to use at startup.
- IPV4_ADDR=
- IPV4_NETMASK=
- IPV4_GATEWAY=
- IPV6_ADDR=
- IPV6_GATEWAY=
You can use the echo command to create the file, for example:ECHO IPV4_ADDR=1.1.1.1 > ./eth0_config
ECHO IPV4_NETMASK=255.255.255.05 >> ./eth0_config
ECHO IPV4_GATEWAY=1.1.1.5 >> ./eth0_config
ECHO IPV6_ADDR=1001:1002:1003:1004::2 >> ./eth0_config
ECHO IPV6_GATEWAY=1001:1002:1003:1004::1 >> ./eth0_configNoteThe IPV6_ADDR and IPV6_GATEWAY parameters are supported inXClarity Administrator v1.1.1 and later. Create an ISO image that contains the eth0_config file.
To create an ISO image on Windows, use your favorite ISO software. On Linux, use the mkisofs command, for example:
mkisofs -V IP4ADDR -J -o ./boot.iso ./eth0_config
where -V is the volume label, -J is for Joliet format, -o is the output file name, and ./eth0_config is the file to be included in the ISO image.
Upload the ISO image to a suitable location using the Datastore Browser.
Mount the .ISO image to the virtual machine.
Click the Settings menu (), and then click Image configuration to display the Image Configuration dialog.
Upload the eth0_config.iso image.
From the Image Configuration dialog, click Upload Image to display the Create Image dialog again.
Specify a name for the ISO image.
Select ISO for the image type.
Select Upload a file, click Choose File, and select the eth0_config.iso image.
Click Save to upload the file.
Click Close to close the Image Configuration dialog.
Wait until the upload processes are completed before continuing with the setup steps. The status circle in the menu indicates when the processes are complete.
Add a disk for the eth0_config.iso image.
From the VM, click Update from the bottom menu bar.
Click the Edit icon for the CDROM disk to display the Edit Disk dialog.
Select Clone from Image Service for the operations.
Select the ISO image that you created earlier from the image list.
Click Update.
Click Save.
NoteYou can unmount the drive and delete the ISO image after you log in to theXClarity Administrator web interface and finish configuring the appropriate settings.
After you finish
Log in and configure XClarity Administrator (see Accessing the Lenovo XClarity Administrator web interface for the first time and Configuring Lenovo XClarity Administrator).