Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

After a successful creation of a vNIOS instance, run the below stated CLI commands to configure it.

  1. In OpenStack Horizon, select the launched instance.

  2. Assign the previously created security group to the instance.

  3. Click the Console tab.

  4. When the Infoblox login prompt appears, sign in with the default user name and password.
    login: admin
    password: infoblox
    The Infoblox prompt appears: Infoblox >

  5. Install valid licenses. For more information about licenses, refer to the Managing Licenses topics in the Infoblox NIOS Documentation.

  6. In the console, run the set network command.
    Note that in case of non SR-IOV deployments, if DHCP is enabled on your OpenStack network, LAN1 IP address will be set up automatically when the instance boots.
    This step is not required in the following scenarios:

    • If deploying the instance using cloud-init.

    • If the instance is in a non-SR-IOV deployment and DHCP is enabled for the instance. In this scenario, the LAN1 IP address will be obtained automatically.

  7. (For an HA setup only) Complete the following:

    1. Sign in to Grid Manager and change the configuration to HA pair.

    2. Specify the IP addresses for the node 2 of the LAN1 port and that of the HA-VIP port.
      The instance will restart. Once it is back online, you can verify the updated configuration using the show network command.

    3. In the console, use the show interface command to get the MAC address of the NIOS HA interface.

    4. Set the HA port of both active and passive nodes to form a bond with the HA interface as follows:
      neutron port-update <ha1-node-1 port id> --allowed-address-pairs type=dict list=true ip_address=<Ipv4/Ipv6 HA-VIP>,mac_address=<mac address of Node-1 HA interface>
      neutron port-update <ha1-node-2 port id> --allowed-address-pairs type=dict list=true ip_address=<Ipv4/Ipv6 HA-VIP>,mac_address=<mac address of Node-2 HA interface>
      Example:
      neutron port-update 1828291e-c109-46d1-8d13-35d40bc905a2 --allowed-address-pairs type=dict list=true ip_address=2001:1890:1959:2745::902,mac_address=fa:16:3e:07:09:72

    5. Sign in to the console of node 2.

    6. Join the node 2 to the HA master through the HA-VIP port by using the set membership command.

  • No labels