Deploy the Management Center Virtual Using Nutanix

Nutanix AHV is a native bare metal Type-1 hypervisor, Hyper-converged Infrastructure HCI with cloud enabled features and functionality.

This chapter describes how the management center virtual functions in the Nutanix environment with AHV hypervisor, including feature support, system requirements, guidelines, and limitations.

You can deploy the management center virtual on Nutanix AHV.

System Requirements

We recommend you do not decrease the default settings: 32 GB RAM for most the management center virtual instances. To improve performance, you can always increase a virtual appliance’s memory and number of CPUs, depending on your available resources.

Memory and Resource Requirements

  • You can run multiple virtual machines running unmodified OS images using Nutanix AHV. Each virtual machine has private virtualized hardware: a network card, disk, graphics adapter, and so forth. See the Cisco Secure Firewall Threat Defense Compatibility Guide for hypervisor compatibility.

  • Check for the latest Release Notes for details on whether a new release affects your environment. You may be required to increase resources to deploy the latest version.

  • The specific hardware used for the management center virtual deployments can vary, depending on the number of instances deployed and usage requirements. Each virtual appliance you create requires a minimum resource allocation—memory, number of CPUs, and disk space—on the host machine.

  • The following lists the recommended and default settings for the management center virtual appliance on Nutanix AHV:

  • Processors

    • Requires 4 vCPUs

  • Memory

    • Minimum required 28 GB / Recommended (default) 32 GB RAM


      Important


      The management center virtual platform fails if you allocate less than 28 GB RAM to the virtual appliance.


  • Networking

    • Supports virtio drivers

    • Supports one management interface

  • Host storage per Virtual Machine

    • The management center virtual requires 250 GB

    • Supports virtio and scsi block devices

  • Console

    • Supports terminal server via telnet

Prerequisites

Versions

Manager Version Device Version
Device Manager 7.0 Threat Defense 7.0
Management Center 7.0

See the Cisco Secure Firewall Threat Defense Compatibility Guide for the most current information about hypervisor support for the threat defense virtual.

Download the management center qcow2 file from Cisco.com and put it on your Nutanix Prism Web Console:

https://software.cisco.com/download/navigator.html


Note


A Cisco.com login and Cisco service contract are required.


Management Center Virtual Licenses

Nutanix Components and Versions

Component Version
Nutanix Acropolis Operating System (AOS)

5.15.5 LTS and later

Nutanix Cluster Check (NCC)

4.0.0.1

Nutanix AHV

20201105.12 and later

Nutanix Prism Web Console

-

Guidelines and Limitations

Supported Features

Deployment Mode–Standalone

Unsupported Features

The Management Center Virtual appliances do not have serial numbers. The System > Configuration page shows either None or Not Specified depending on the virtual platform.

  • Nested hypervisors (Nutanix AHV running on top of ESXi) are not supported. Only Nutanix standalone cluster deployments are supported.

  • High Availability is not supported.

  • Nutanix AHV does not support SR-IOV and DPDK-OVS

Related Documentation

Deploy the Management Center Virtual

Step

Task

More Information

1

Review the prerequisites. Prerequisites

2

Upload the management center virtual qcow2 file to the Nutanix environment. Upload the Management Center Virtual QCOW2 File to Nutanix

3

(Optional) Prepare a Day 0 configuration file that contains the initial configuration data that gets applied at the time a virtual machine is deployed. Prepare the Day 0 Configuration File

4

Deploy the management center virtual to the Nutanix environment.

Deploy the Management Center Virtual to Nutanix

5

(Optional) If you did not use a Day 0 configuration file to set up the management center virtual, complete the setup by logging in to the CLI.

Complete the Management Center Virtual Setup

Upload the Management Center Virtual QCOW2 File to Nutanix

To deploy the management center virtual to the Nutanix environment, you must create an image from the management center virtual qcow2 disk file in the Prism Web Console.

Before you begin

Download the management center virtual qcow2 disk file from Cisco.com: https://software.cisco.com/download/navigator.html

Procedure


Step 1

Log in to the Nutanix Prism Web Console.

Step 2

Click the gear icon to open the Settings page.

Step 3

Click Image Configuration from the left pane.

Step 4

Click Upload Image.

Step 5

Create the image.

  1. Enter a name for the image.

  2. From the Image Type drop-down list, choose DISK.

  3. From the Storage Container drop-down list, choose the desired container.

  4. Specify the location of the management center virtual qcow2 disk file.

    You can either specify a URL (to import the file from a web server) or upload the file from your workstation.

  5. Click Save.

Step 6

Wait until the new image appears in the Image Configuration page.


Prepare the Day 0 Configuration File

You can prepare a Day 0 configuration file before you deploy the management center virtual. This file is a text file that contains the initial configuration data that gets applied at the time a virtual machine is deployed.

Keep in mind that:

  • If you deploy with a Day 0 configuration file, the process allows you to perform the entire initial setup for the management center virtual appliance.

  • If you deploy without a Day 0 configuration file, you must configure System-required settings after launch; see Complete the Management Center Virtual Setup for more information.

You can specify:

  • The End User License Agreement (EULA) acceptance.

  • A hostname for the system.

  • A new administrator password for the admin account.

  • Network settings that allow the appliance to communicate on your management network.

Procedure


Step 1

Create a new text file using a text editor of your choice.

Step 2

Enter the configuration details in the text file as shown in the following sample. Note that the text is in JSON format. You can validate the text using a validator tool before copying the text.

Example:

#FMC
{
    "EULA": "accept",
    "Hostname": "FMC-Production",
    "AdminPassword": "Admin123",
    "DNS1": "10.1.1.5",
    "DNS2": "192.168.1.67",
    "IPv4Mode": "manual",
    "IPv4Addr": "10.12.129.45",
    "IPv4Mask": "255.255.0.0",
    "IPv4Gw": "10.12.0.1",
    "IPv6Mode": "disabled",
    "IPv6Addr": "",
    "IPv6Mask": "",
    "IPv6Gw": "",
}

Step 3

Save the file as “day0-config.txt.”

Step 4

Repeat Step 1–3 to create unique default configuration files for each management center virtual that you want to deploy.


Deploy the Management Center Virtual to Nutanix

Before you begin

Ensure that the image of the management center virtual that you plan to deploy is appearing on the Image Configuration page.

Procedure


Step 1

Log in to the Nutanix Prism Web Console.

Step 2

From the main menu bar, click the view drop-down list, and choose VM.

Step 3

On the VM Dashboard, click Create VM.

Step 4

Do the following:

  1. Enter a name for the management center virtual instance.

  2. Optionally enter a description for the management center virtual instance.

  3. Select the timezone that you want the management center virtual instance to use.

Step 5

Enter the compute details.

  1. Enter the number of virtual CPUs to allocate to the management center virtual instance.

  2. Enter the number of cores that must be assigned to each virtual CPU.

  3. Enter the amount of memory (in GB) to allocate to the management center virtual instance.

Step 6

Attach a disk to the management center virtual instance.

  1. Under Disks, Click Add New Disk.

  2. From the Type drop-down list, choose DISK.

  3. From the Operation drop-down list, choose Clone from Image Service.

  4. From the Bus Type drop-down list, choose SCSI, PCI, or SATA.

  5. From the Image drop-down list, choose the image that you want to use.

  6. Click Add.

Step 7

Under Network Adapters (NIC), click Add New NIC, select a network, and click Add.

Step 8

Configure affinity policy for the management center virtual.

Under VM Host Affinity , click Set Affinity, select the hosts, and click Save.

Select more than one host to ensure that the management center virtual can be run even if there is a node failure.

Step 9

If you have prepared a Day 0 configuration file, do the following:

  1. Select Custom Script.

  2. Click Upload A File, and choose the Day 0 configuration file (day0-config.txt).

Note

 

All the other custom script options are not supported in this release.

Step 10

Click Save to deploy the management center virtual. The management center virtual instance appears in the VM table view.

Step 11

Create and attach a virtual serial port to the Management Center Virtual. To do this, log in to a Nutanix Controller VM (CVM) with SSH and run the Acropolis CLI (aCLI) commands given below. For more information on aCLI, see the aCLI Command Reference.

vm.serial_port_create <management-center-virtual-VM-name> type=kServer index=0

vm.update <management-center-virtual-VM-name> disable_branding=true

vm.update <management-center-virtual-VM-name> extra_flags="enable_hyperv_clock=False"

Step 12

Go to the VM table view, select the newly created the management center virtual instance, and click Power On.

Step 13

After the management center virtual is powered on, verify the status. Go to Home > VM > management center virtual that you deployed and log in.


Complete the Management Center Virtual Setup

For all management centers, you must complete a setup process that allows the appliance to communicate on your management network. If you deploy without a Day 0 configuration file, setting up the management center virtual is a two-step process:

Procedure


Step 1

After you initialize the management center virtual, run a script at the appliance console that helps you configure the appliance to communicate on your management network.

Step 2

Then, complete the setup process using a computer on your management network to browse to the web interface of the management center virtual.

Step 3

Complete the initial setup on management center virtual using the CLI. See Configure Network Settings Using a Script.

Step 4

Complete the setup process using a computer on your management network to browse to the web interface of the management center virtual. See Perform Initial Setup Using the Web Interface.


Configure Network Settings Using a Script

The following procedure describes how you complete the initial setup on the management center virtual using the CLI.

Procedure

Step 1

At the console, log into the management center virtual appliance. Use admin as the username and Admin123 as the password. If you are using the Nutanix console, the default password is Admin123.

If prompted, reset the password.

Step 2

At the admin prompt, run the following script:

Example:
sudo /usr/local/sf/bin/configure-network

On first connection to the management center virtual you are prompted for post-boot configuration.

Step 3

Follow the script’s prompts.

Configure (or disable) IPv4 management settings first, then IPv6. If you manually specify network settings, you must enter IPv4 or IPv6 address.

Step 4

Confirm that your settings are correct.

Step 5

Log out of the appliance.


What to do next
  • Complete the setup process using a computer on your management network to browse to the web interface of the management center virtual.

Perform Initial Setup Using the Web Interface

The following procedure describes how you complete the initial setup on the management center virtual using the web interface.

Procedure

Step 1

Direct your browser to default IP address of the management center virtual’s management interface:

Example:
https://192.168.45.45

Step 2

Log into the management center virtual appliance. Use admin as the username and Admin123 as the password. If prompted, reset the password.

The setup page appears. You must change the administrator password, specify network settings if you haven’t already, and accept the EULA.

Step 3

When you are finished, click Apply. The management center virtual is configured according to your selections. After an intermediate page appears, you are logged into the web interface as the admin user, which has the Administrator role.

The management center virtual is configured according to your selections. After an intermediate page appears, you are logged into the web interface as the admin user, which has the Administrator role.


What to do next