Acropolis Hypervisor Administration Guide

Size: px
Start display at page:

Download "Acropolis Hypervisor Administration Guide"

Transcription

1 Acropolis Hypervisor Administration Guide Acropolis Apr-2016

2 Notice Copyright Copyright 2016 Nutanix, Inc. Nutanix, Inc Technology Drive, Suite 150 San Jose, CA All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws. Nutanix is a trademark of Nutanix, Inc. in the United States and/or other jurisdictions. All other marks and names mentioned herein may be trademarks of their respective companies. License The provision of this software to you does not grant any licenses or other rights under any Microsoft patents with respect to anything other than the file server implementation portion of the binaries for this software, including no licenses or any other rights in any hardware or any devices or software that are used to communicate with or in connection with this software. Conventions Convention variable_value ncli> command user@host$ command root@host# command Description The action depends on a value that is unique to your environment. The commands are executed in the Nutanix ncli. The commands are executed as a non-privileged user (such as nutanix) in the system shell. The commands are executed as the root user in the vsphere or Acropolis host shell. > command The commands are executed in the Hyper-V host shell. output The information is displayed as output from a command or in a log file. Default Cluster Credentials Interface Target Username Password Nutanix web console Nutanix Controller VM admin admin vsphere Web Client ESXi host root nutanix/4u Copyright Acropolis Hypervisor Administration Guide AHV 2

3 Interface Target Username Password vsphere client ESXi host root nutanix/4u SSH client or console ESXi host root nutanix/4u SSH client or console AHV host root nutanix/4u SSH client or console Hyper-V host Administrator nutanix/4u SSH client Nutanix Controller VM nutanix nutanix/4u Version Last modified: April 6, 2016 ( :34:50 GMT-7) Copyright Acropolis Hypervisor Administration Guide AHV 3

4 Contents 1: Node Management...5 Controller VM Access... 5 Shutting Down a Node in a Cluster (AHV)... 5 Starting a Node in a Cluster (AHV)... 5 Changing CVM Memory Configuration (AHV)...6 Changing the Acropolis Host Name...7 Changing the Acropolis Host Password...7 Upgrading the KVM Hypervisor to Use Acropolis Features...8 2: Host Network Management Prerequisites for Configuring Networking...11 Best Practices for Configuring Networking in an Acropolis Cluster Layer 2 Network Management with Open vswitch About Open vswitch Default Factory Configuration Viewing the Network Configuration...15 Creating an Open vswitch Bridge Configuring an Open vswitch Bond with Desired Interfaces...17 Virtual Network Segmentation with VLANs Changing the IP Address of an Acropolis Host

5 1 Node Management Controller VM Access Most administrative functions of a Nutanix cluster can be performed through the web console or ncli. Nutanix recommends using these interfaces whenever possible and disabling Controller VM SSH access with password or key authentication. Some functions, however, require logging on to a Controller VM with SSH. Exercise caution whenever connecting directly to a Controller VM as the risk of causing cluster issues is increased. Warning: When you connect to a Controller VM with SSH, ensure that the SSH client does not import or change any locale settings. The Nutanix software is not localized, and executing commands with any locale other than en_us.utf-8 can cause severe cluster issues. To check the locale used in an SSH session, run /usr/bin/locale. If any environment variables are set to anything other than en_us.utf-8, reconnect with an SSH configuration that does not import or change any locale settings. Shutting Down a Node in a Cluster (AHV) Before you begin: Shut down guest VMs that are running on the node, or move them to other nodes in the cluster. Caution: You can only shut down one node for each cluster. If the cluster would have more than one node shut down, shut down the entire cluster. 1. If the Controller VM is running, log on to the Controller VM with SSH and shut it down. nutanix@cvm$ cvm_shutdown -P now 2. Log on to the Acropolis host with SSH. 3. Shut down the host. root@ahv# shutdown -h now Starting a Node in a Cluster (AHV) 1. Log on to the Acropolis host with SSH. 2. Find the name of the Controller VM. root@ahv# virsh list --all grep CVM Node Management Acropolis Hypervisor Administration Guide AHV 5

6 Make a note of the Controller VM name in the second column. 3. Determine if the Controller VM is running. If the Controller VM is off, a line similar to the following should be returned: - NTNX-12AM2K D-CVM shut off Make a note of the Controller VM name in the second column. If the Controller VM is on, a line similar to the following should be returned: - NTNX-12AM2K D-CVM running 4. If the Controller VM is shut off, start it. root@ahv# virsh start cvm_name Replace cvm_name with the name of the Controller VM that you found from the preceding command. 5. Log on to another Controller VM in the cluster with SSH. 6. Verify that all services are up on all Controller VMs. nutanix@cvm$ cluster status If the cluster is running properly, output similar to the following is displayed for each node in the cluster: CVM: Up Zeus UP [3704, 3727, 3728, 3729, 3807, 3821] Scavenger UP [4937, 4960, 4961, 4990] SSLTerminator UP [5034, 5056, 5057, 5139] Hyperint UP [5059, 5082, 5083, 5086, 5099, 5108] Medusa UP [5534, 5559, 5560, 5563, 5752] DynamicRingChanger UP [5852, 5874, 5875, 5954] Pithos UP [5877, 5899, 5900, 5962] Stargate UP [5902, 5927, 5928, 6103, 6108] Cerebro UP [5930, 5952, 5953, 6106] Chronos UP [5960, 6004, 6006, 6075] Curator UP [5987, 6017, 6018, 6261] Prism UP [6020, 6042, 6043, 6111, 6818] CIM UP [6045, 6067, 6068, 6101] AlertManager UP [6070, 6099, 6100, 6296] Arithmos UP [6107, 6175, 6176, 6344] SysStatCollector UP [6196, 6259, 6260, 6497] Tunnel UP [6263, 6312, 6313] ClusterHealth UP [6317, 6342, 6343, 6446, 6468, 6469, 6604, 6605, 6606, 6607] Janus UP [6365, 6444, 6445, 6584] NutanixGuestTools UP [6377, 6403, 6404] Changing CVM Memory Configuration (AHV) Before you begin: Perform these steps once for each Controller VM in the cluster if you need to change the Controller VM memory allocation. Warning: To avoid impacting cluster availability, shut down one Controller VM at a time. Wait until cluster services are up before proceeding to the next Controller VM. 1. Log on to the Acropolis host with SSH. Node Management Acropolis Hypervisor Administration Guide AHV 6

7 2. Find the name of the Controller VM. virsh list --all grep CVM Make a note of the Controller VM name in the second column. 3. Stop the Controller VM. root@ahv# virsh shutdown cvm_name Replace cvm_name with the name of the Controller VM that you found from the preceding command. 4. Increase the memory of the Controller VM, depending on your configuration settings for deduplication and other advanced features. root@ahv# virsh setmaxmem cvm_name --config --size ram_gbgib root@ahv# virsh setmem cvm_name --config --size ram_gbgib Replace cvm_name with the name of the Controller VM and ram_gb with the recommended amount from the sizing guidelines. 5. Start the Controller VM. root@ahv# virsh start cvm_name 6. Log on to the Controller VM. Accept the host authenticity warning if prompted, and enter the Controller VM nutanix password. 7. Confirm that cluster services are running on the Controller VM. nutanix@cvm$ cluster status grep CVM: Every Controller VM listed should be Up. Changing the Acropolis Host Name To change the name of an Acropolis host, do the following: 1. Log on to the Acropolis host with SSH. 2. Use a text editor such as vi to set the value of the HOSTNAME parameter in the /etc/sysconfig/ network file. HOSTNAME=my_hostname Replace my_hostname with the name that you want to assign to the host. 3. Use the text editor to replace the host name in the /etc/hostname file. 4. Restart the Acropolis host. Changing the Acropolis Host Password Tip: Although it is not required for the root user to have the same password on all hosts, doing so makes cluster management and support much easier. If you do select a different password for one or more hosts, make sure to note the password for each host. Node Management Acropolis Hypervisor Administration Guide AHV 7

8 Perform these steps on every Acropolis host in the cluster. 1. Log on to the Acropolis host with SSH. 2. Change the root password. passwd root 3. Respond to the prompts, providing the current and new root password. Changing password for root. Old Password: New password: Retype new password: Password changed. Upgrading the KVM Hypervisor to Use Acropolis Features Before you begin: Note: If you are currently deploying NOS 4.1.x/4.1.1.x and later, and previously upgraded to an Acropolis-compatible version of the KVM hypervisor (for example, version KVM ): Do not use the script or procedure described in this topic. Upgrade to the latest available Nutanix version of the KVM hypervisor using the Upgrade Software feature through the Prism web console. See Software and Firmware Upgrades in the Web Console Guide for the upgrade instructions. Use this procedure if you are currently using a legacy, non-acropolis version of KVM and want to use the Acropolis distributed VM management service features. The first generally-available Nutanix KVM version with Acropolis is KVM ; the Nutanix support portal always makes the latest version available. How to Check Your Acropolis Hypervisor Version Use this procedure Log in to the hypervisor host and type cat /etc/ nutanix-release Log in to the hypervisor host and type cat /etc/ centos-release Log in to the Prism web console Result For example, the following result indicates that you are running an Acropolis-compatible hypervisor: el6.nutanix The minimum result for AHV is el6.nutanix For example, the following result indicates that your are running an Acropolis-compatible hypervisor: CentOS release 6.6 (Final). Any result that returns CentOS 6.4 or previous is non-acropolis (that is, KVM). View the Hypervisor Summary on the home page. If it shows a version of or later, you are running AHV. Node Management Acropolis Hypervisor Administration Guide AHV 8

9 Upgrading the KVM Hypervisor to Use Acropolis Current NOS and KVM Version NOS and KVM CentOS 6.4 Do This 1. Upgrade KVM using the upgrade script. 2. Import existing VMs. NOS or earlier and KVM CentOS Upgrade to NOS Upgrade KVM using the upgrade script. 3. Import existing VMs. NOS 4.0.2/4.0.2.x and KVM CentOS Upgrade KVM using the upgrade script. 2. Import existing VMs. NOS 4.1 and KVM CentOS Upgrade KVM using the upgrade script. 2. Import existing VMs. Note: See the Nutanix Support Portal for the latest information on Acropolis Upgrade Paths. This procedure requires that you shut down any VMs running on the host and leave them off until the hypervisor and the AOS upgrade is completed. Do not run the upgrade script on the same Controller VM where you are upgrading the node's hypervisor. You can run it from another Controller VM in the cluster. 1. Download the hypervisor upgrade bundle from the Nutanix support portal at the Downloads link. You must copy this bundle to the Controller VM you are upgrading. This procedure assumes you copy it to and extract it from the /home/nutanix directory. 2. Log on to the Controller VM of the hypervisor host to be upgraded to shut down each VM and shut down the Controller VM. a. Power off each VM, specified by vm_name, running on the host to be upgraded. virsh shutdown vm_name b. Shut down the Controller VM once all VMs are powered off. sudo shutdown -h now 3. Log on to a different Controller VM in the cluster with SSH. 4. Copy the upgrade bundle you downloaded to /home/nutanix and extract the upgrade tar file. nutanix@cvm$ tar -xzvf upgrade_kvm-el6.nutanix.version.tar.gz Download and extract the upgrade tar file. This step assumes that you are performing the procedures from /home/nutanix. nutanix@cvm$ curl -O nutanix@cvm$ tar -xzvf upgrade_kvm-el6.nutanix tar.gz Node Management Acropolis Hypervisor Administration Guide AHV 9

10 Note: You can also download this package from the Nutanix support portal from the Downloads link. The file creates and extracts to the upgrade_kvm directory. 5. Change to the upgrade_kvm/bin directory and run the upgrade_kvm upgrade script, where host_ip is the IP address of the hypervisor host to be upgraded (the host where you have just shutdown the Controller VM in Step 2). cd upgrade_kvm/bin --host_ip host_ip The Controller VM of the upgraded host restarts and messages similar to the following are displayed. This message shows the first generally-available KVM version with Acropolis (KVM ) :11:50 INFO host_upgrade_helper.py:1733 Found kernel version: version_number.el6.nutanix x86_ :11:50 INFO host_upgrade_helper.py:1588 Current hypervisor version: el6.nutanix :11:50 INFO upgrade_kvm:161 Running post-upgrade :11:51 INFO host_upgrade_helper.py:1716 Found upgrade marker: el6.nutanix :11:52 INFO host_upgrade_helper.py:1733 Found kernel version: version_number.el6.nutanix :11:52 INFO host_upgrade_helper.py:2036 Removing old kernel :12:00 INFO host_upgrade_helper.py:2048 Updating release marker :12:00 INFO upgrade_kvm:165 Upgrade complete 6. Log on to the upgraded Controller VM and verify that cluster services have started by noting that all services are listed as UP. cluster status 7. Repeat these steps for all hosts in the cluster. Note: You need to upgrade the hypervisor for every host in your cluster before upgrading the AOS/NOS on your cluster. After the hypervisor is upgraded, you can now import any existing powered-off VMs according to procedures described in the Acropolis App Mobility Fabric Guide. Node Management Acropolis Hypervisor Administration Guide AHV 10

11 2 Host Network Management Network management in an Acropolis cluster consists of the following tasks: Configuring Layer 2 switching through Open vswitch. When configuring Open vswitch, you configure bridges, bonds, and VLANs. Optionally changing the IP address, netmask, and default gateway that were specified for the hosts during the imaging process. Prerequisites for Configuring Networking Change the configuration from the factory default to the recommended configuration. See Default Factory Configuration on page 14 and Best Practices for Configuring Networking in an Acropolis Cluster on page 11. Best Practices for Configuring Networking in an Acropolis Cluster Nutanix recommends that you perform the following OVS configuration tasks from the Controller VM, as described in this documentation: Viewing the network configuration Configuring an Open vswitch bond with desired interfaces Assigning the Controller VM to a VLAN For performing other OVS configuration tasks, such as adding an interface to a bridge and configuring LACP for the interfaces in an OVS bond, log on to the Acropolis hypervisor host, and then follow the procedures described in the OVS documentation at Nutanix recommends that you configure the network as follows: Recommended Network Configuration Network Component Open vswitch VLAN Best Practice Do not modify the OpenFlow tables that are associated with the default OVS bridge br0. Add the Controller VM and the Acropolis hypervisor to the same VLAN. By default, the Controller VM and the hypervisor are assigned to VLAN 0, which effectively places them on the native VLAN configured on the upstream physical switch. Do not add any other device, including guest VMs, to the VLAN to which the Controller VM and hypervisor host are assigned. Isolate guest VMs on one or more separate VLANs. Host Network Management Acropolis Hypervisor Administration Guide AHV 11

12 Network Component Virtual bridges OVS bonded port (bond0) 1 GbE interfaces (physical host) IPMI port on the hypervisor host Upstream physical switch Physical Network Layout Controller VM Best Practice Do not delete or rename OVS bridge br0. Do not modify the native Linux bridge virbr0. Aggregate the 10 GbE interfaces on the physical host to an OVS bond on the default OVS bridge br0 and trunk these interfaces on the physical switch. By default, the 10 GbE interfaces in the OVS bond operate in the recommended active-backup mode. LACP configurations are known to work, but support might be limited. Do not include the 1 GbE interfaces in the same bond as the 10 GbE interfaces. Use the 1 GbE interfaces on a different OVS bridge. Use the 1 GbE interfaces for guest VM traffic. If the 1 GbE ports are used for guest VM connectivity, follow the hypervisor manufacturer s switch port and networking configuration guidelines. To avoid loops, do not add the 1 GbE interfaces to bridge br0, either individually or in a second bond. Use them on other bridges. Do not trunk switch ports that connect to the IPMI interface. Configure the switch ports as access ports for management simplicity. Nutanix does not recommend the use of Fabric Extenders (FEX) or similar technologies for production use cases. While initial, lowload implementations might run smoothly with such technologies, poor performance, VM lockups, and other issues might occur as implementations scale upward (see Knowledge Base article KB1612). Nutanix recommends the use of 10Gbps, line-rate, non-blocking switches with larger buffers for production workloads. Use an standards compliant switch that has a low-latency, cut-through design and provides predictable, consistent traffic latency regardless of packet size, traffic pattern, or the features enabled on the 10 GbE interfaces. Port-to-port latency should be no higher than 2 microseconds. Use fast-convergence technologies (such as Cisco PortFast) on switch ports that are connected to the hypervisor host. Avoid using shared buffers for the 10 GbE ports. Use a dedicated buffer for each port. Use redundant top-of-rack switches in a traditional leaf-spine architecture. This simple, flat network design is well suited for a highly distributed, shared-nothing compute and storage architecture. Add all the nodes that belong to a given cluster to the same Layer-2 network segment. Other network layouts are supported as long as all other Nutanix recommendations are followed. Do not remove the Controller VM from either the OVS bridge br0 or the native Linux bridge virbr0. This diagram shows the recommended network configuration for an Acropolis cluster: Host Network Management Acropolis Hypervisor Administration Guide AHV 12

13 Figure: Recommended Acropolis Network Configuration Layer 2 Network Management with Open vswitch The Acropolis hypervisor uses Open vswitch to connect the Controller VM, the hypervisor, and the guest VMs to each other and to the physical network. The OVS package is installed by default on each Acropolis node and the OVS services start automatically when you start a node. To configure virtual networking in an Acropolis cluster, you need to be familiar with OVS. This documentation gives you a brief overview of OVS and the networking components that you need to configure to enable the hypervisor, Controller VM, and guest VMs to connect to each other and to the physical network. About Open vswitch Open vswitch (OVS) is an open-source software switch implemented in the Linux kernel and designed to work in a multiserver virtualization environment. By default, OVS behaves like a Layer 2 learning switch that maintains a MAC address learning table. The hypervisor host and VMs connect to virtual ports on the switch. Nutanix uses the OpenFlow protocol to configure and communicate with Open vswitch. Each hypervisor hosts an OVS instance, and all OVS instances combine to form a single switch. As an example, the following diagram shows OVS instances running on two hypervisor hosts. Host Network Management Acropolis Hypervisor Administration Guide AHV 13

14 Figure: Open vswitch Default Factory Configuration The factory configuration of an Acropolis host includes a default OVS bridge named br0 and a native linux bridge called virbr0. Bridge br0 includes the following ports by default: An internal port with the same name as the default bridge; that is, an internal port named br0. This is the access port for the hypervisor host. A bonded port named bond0. The bonded port aggregates all the physical interfaces available on the node. For example, if the node has two 10 GbE interfaces and two 1 GbE interfaces, all four interfaces are aggregated on bond0. This configuration is necessary for Foundation to successfully image the node regardless of which interfaces are connected to the network. Note: Before you begin configuring a virtual network on a node, you must disassociate the 1 GbE interfaces from the bond0 port. See Configuring an Open vswitch Bond with Desired Interfaces on page 17. The following diagram illustrates the default factory configuration of OVS on an Acropolis node: Host Network Management Acropolis Hypervisor Administration Guide AHV 14

15 Figure: Default factory configuration of Open vswitch in the Acropolis hypervisor The Controller VM has two network interfaces. As shown in the diagram, one network interface connects to bridge br0. The other network interface connects to a port on virbr0. The Controller VM uses this bridge to communicate with the hypervisor host. Viewing the Network Configuration Use the following commands to view the configuration of the network elements. Before you begin: Log on to the Acropolis host with SSH. To show interface properties such as link speed and status, log on to the Controller VM, and then list the physical interfaces. nutanix@cvm$ manage_ovs show_interfaces Output similar to the following is displayed: name mode link speed eth True 1000 eth True 1000 eth True eth True To show the ports and interfaces that are configured as uplinks, log on to the Controller VM, and then list the uplink configuration. nutanix@cvm$ manage_ovs --bridge_name bridge show_uplinks Replace bridge with the name of the bridge for which you want to view uplink information. Omit the -- bridge_name parameter if you want to view uplink information for the default OVS bridge br0. Host Network Management Acropolis Hypervisor Administration Guide AHV 15

16 Output similar to the following is displayed: Uplink ports: bond0 Uplink ifaces: eth1 eth0 To show the virtual switching configuration, log on to the Acropolis host with SSH, and then list the configuration of Open vswitch. ovs-vsctl show Output similar to the following is displayed: 59ce3252-f3c d1-b5281b30cdba Bridge "br0" Port "br0" Interface "br0" type: internal Port "vnet0" Interface "vnet0" Port "br0-arp" Interface "br0-arp" type: vxlan options: {key="1", remote_ip=" "} Port "bond0" Interface "eth3" Interface "eth2" Port "bond1" Interface "eth1" Interface "eth0" Port "br0-dhcp" Interface "br0-dhcp" type: vxlan options: {key="1", remote_ip=" "} ovs_version: "2.3.1" To show the configuration of an OVS bond, log on to the Acropolis host with SSH, and then list the configuration of the bond. ovs-appctl bond/show bond_name For example, show the configuration of bond0. ovs-appctl bond/show bond0 Output similar to the following is displayed: ---- bond bond_mode: active-backup bond may use recirculation: no, Recirc-ID : -1 bond-hash-basis: 0 updelay: 0 ms downdelay: 0 ms lacp_status: off active slave mac: 0c:c4:7a:48:b2:68(eth0) slave eth0: enabled active slave may_enable: true slave eth1: disabled may_enable: false Host Network Management Acropolis Hypervisor Administration Guide AHV 16

17 Creating an Open vswitch Bridge Nutanix recommends that you create at least one additional OVS bridge and isolate the user VMs on that bridge. To create an OVS bridge, do the following: 1. Log on to the Acropolis host with SSH. 2. Log on to the Controller VM. ssh Accept the host authenticity warning if prompted, and enter the Controller VM nutanix password. 3. Create an OVS bridge on each host in the cluster. allssh 'ssh /usr/bin/ovs-vsctl add-br bridge' Replace bridge with a name for the bridge. The output does not indicate success explicitly, so you can append && echo success to the command. If the bridge is created, the text success is displayed. For example, create a bridge and name it br1. nutanix@cvm$ allssh 'ssh root@ /usr/bin/ovs-vsctl add-br br1 && echo success' Output similar to the following is displayed: nutanix@cvm$ allssh 'ssh root@ /usr/bin/ovs-vsctl add-br br1 && echo success' Executing ssh root@ /usr/bin/ovs-vsctl add-br br1 && echo success on the cluster ================== ================= FIPS mode initialized Nutanix KVM success... Configuring an Open vswitch Bond with Desired Interfaces When creating an OVS bond, you can specify the interfaces that you want to include in the bond. Use this procedure to create a bond that includes a desired set of interfaces or to specify a new set of interfaces for an existing bond. If you are modifying an existing bond, the Acropolis hypervisor removes the bond and then re-creates the bond with the specified interfaces. Note: Perform this procedure on factory-configured nodes to remove the 1 GbE interfaces from the bonded port bond0. You cannot configure failover priority for the interfaces in an OVS bond, so the disassociation is necessary to help prevent any unpredictable performance issues that might result from a 10 GbE interface failing over to a 1 GbE interface. Nutanix recommends that you aggregate only the 10 GbE interfaces on bond0 and use the 1 GbE interfaces on a separate OVS bridge. To create an OVS bond with the desired interfaces, do the following: 1. Log on to the Acropolis host with SSH. 2. Log on to the Controller VM. root@host# ssh nutanix@ Accept the host authenticity warning if prompted, and enter the Controller VM nutanix password. Host Network Management Acropolis Hypervisor Administration Guide AHV 17

18 3. Create a bond with the desired set of interfaces. nutanix@cvm$ manage_ovs --bridge_name bridge --interfaces interfaces update_uplinks -- bond_name bond_name Replace bridge with the name of the bridge on which you want to create the bond. Omit the -- bridge_name parameter if you want to create the bond on the default OVS bridge br0. Replace bond_name with a name for the bond. The default value of --bond_name is bond0. Replace interfaces with one of the following values: A comma-separated list of the interfaces that you want to include in the bond. For example, eth0,eth1. A keyword that indicates which interfaces you want to include. Possible keywords: 10g. Include all available 10 GbE interfaces 1g. Include all available 1 GbE interfaces all. Include all available interfaces For example, create a bond with interfaces eth0 and eth1. nutanix@cvm$ manage_ovs --interfaces eth0,eth1 update_uplinks Example output similar to the following is displayed: :17:17 WARNING manage_ovs:291 Interface eth1 does not have link state :17:17 INFO manage_ovs:325 Deleting OVS ports: bond :17:18 INFO manage_ovs:333 Adding bonded OVS ports: eth0 eth :17:22 INFO manage_ovs:364 Sending gratuitous ARPs for Virtual Network Segmentation with VLANs You can set up a segmented virtual network on an Acropolis node by assigning the ports on Open vswitch bridges to different VLANs. VLAN port assignments are configured from the Controller VM that runs on each node. For best practices associated with VLAN assignments, see Best Practices for Configuring Networking in an Acropolis Cluster on page 11. For information about assigning guest VMs to a VLAN, see the Web Console Guide. Assigning an Acropolis Host to a VLAN To assign an AHV host to a VLAN, do the following on every AHV host in the cluster: 1. Log on to the Acropolis host with SSH. 2. Assign port br0 (the internal port on the default OVS bridge, br0) to the VLAN that you want the host be on. root@ahv# ovs-vsctl set port br0 tag=host_vlan_tag Replace host_vlan_tag with the VLAN tag for hosts. 3. Confirm VLAN tagging on port br0. root@ahv# ovs-vsctl list port br0 4. Check the value of the tag parameter that is shown. 5. Verify connectivity to the IP address of the AHV host by performing a ping test. Host Network Management Acropolis Hypervisor Administration Guide AHV 18

19 Assigning the Controller VM to a VLAN By default, the public interface of a Controller VM is assigned to VLAN 0. To assign the Controller VM to a different VLAN, change the VLAN ID of its public interface. After the change, you can access the public interface from a device that is on the new VLAN. Note: To avoid losing connectivity to the Controller VM, do not change the VLAN ID when you are logged on to the Controller VM through its public interface. To change the VLAN ID, log on to the internal interface that has IP address Perform these steps on every Controller VM in the cluster. To assign the Controller VM to a VLAN, do the following: 1. Log on to the Acropolis host with SSH. 2. Log on to the Controller VM. root@host# ssh nutanix@ Accept the host authenticity warning if prompted, and enter the Controller VM nutanix password. 3. Assign the public interface of the Controller VM to a VLAN. nutanix@cvm$ change_cvm_vlan vlan_id Replace vlan_id with the ID of the VLAN to which you want to assign the Controller VM. For example, add the Controller VM to VLAN 10. nutanix@cvm$ change_cvm_vlan 10 Output similar to the following us displayed: Replacing external NIC in CVM, old XML: <interface type="bridge"> <mac address="52:54:00:02:23:48" /> <source bridge="br0" /> <vlan> <tag id="10" /> </vlan> <virtualport type="openvswitch"> <parameters interfaceid="95ce24f9-fb c d" /> </virtualport> <target dev="vnet0" /> <model type="virtio" /> <alias name="net2" /> <address bus="0x00" domain="0x0000" function="0x0" slot="0x03" type="pci" /> </interface> new XML: <interface type="bridge"> <mac address="52:54:00:02:23:48" /> <model type="virtio" /> <address bus="0x00" domain="0x0000" function="0x0" slot="0x03" type="pci" /> <source bridge="br0" /> <virtualport type="openvswitch" /> </interface> CVM external NIC successfully updated. Host Network Management Acropolis Hypervisor Administration Guide AHV 19

20 Changing the IP Address of an Acropolis Host To change the IP address of an Acropolis host, do the following: 1. Edit the settings of port br0, which is the internal port on the default bridge br0. a. Log on to the host console as root. You can access the hypervisor host console either through IPMI or by attaching a keyboard and monitor to the node. b. Open the network interface configuration file for port br0 in a text editor. root@ahv# vi /etc/sysconfig/network-scripts/ifcfg-br0 c. Update entries for host IP address, netmask, and gateway. The block of configuration information that includes these entries is similar to the following: ONBOOT="yes" NM_CONTROLLED="no" PERSISTENT_DHCLIENT=1 NETMASK="subnet_mask" IPADDR="host_ip_addr" DEVICE="br0" TYPE="ethernet" GATEWAY="gateway_ip_addr" BOOTPROTO="none" Replace host_ip_addr with the IP address for the hypervisor host. Replace subnet_mask with the subnet mask for host_ip_addr. Replace gateway_ip_addr with the gateway address for host_ip_addr. d. Save your changes. e. Restart network services. /etc/init.d/network restart 2. Log on to the Controller VM and restart genesis. nutanix@cvm$ genesis restart If the restart is successful, output similar to the following is displayed: Stopping Genesis pids [1933, 30217, 30218, 30219, 30241] Genesis started on pids [30378, 30379, 30380, 30381, 30403] For information about how to log on to a Controller VM, see Controller VM Access on page Assign the host to a VLAN. For information about how to add a host to a VLAN, see Assigning an Acropolis Host to a VLAN on page 18. Host Network Management Acropolis Hypervisor Administration Guide AHV 20

Setup Guide NOS May-2015

Setup Guide NOS May-2015 Setup Guide NOS 4.0 14-May-2015 Notice Copyright Copyright 2015 Nutanix, Inc. Nutanix, Inc. 1740 Technology Drive, Suite 150 San Jose, CA 95110 All rights reserved. This product is protected by U.S. and

More information

Deploy the ExtraHop Discover Appliance on a Linux KVM

Deploy the ExtraHop Discover Appliance on a Linux KVM Deploy the ExtraHop Discover Appliance on a Linux KVM Published: 2018-07-16 The following procedure guides you through the deployment process of the ExtraHop Discover EDA 1000v or EDA 2000v virtual appliance

More information

Deploy the ExtraHop Explore Appliance on a Linux KVM

Deploy the ExtraHop Explore Appliance on a Linux KVM Deploy the ExtraHop Explore Appliance on a Linux KVM Published: 2018-12-14 In this guide, you will learn how to deploy an ExtraHop Explore virtual appliance on a Linux kernel-based virtual machine (KVM)

More information

Deploy the ExtraHop Explore Appliance on a Linux KVM

Deploy the ExtraHop Explore Appliance on a Linux KVM Deploy the ExtraHop Explore Appliance on a Linux KVM Published: 2018-07-17 In this guide, you will learn how to deploy an ExtraHop Explore virtual appliance on a Linux kernel-based virtual machine (KVM)

More information

Nutanix InstantON for Citrix Cloud

Nutanix InstantON for Citrix Cloud Citrix Cloud with Nutanix Private Cloud - Hybrid Cloud VDA Deployment Reference Nutanix InstantON for Citrix Cloud Contents Introduction 3 Deployment 4 Sign up for Citrix Cloud 4 Nutanix Prism s Connect

More information

Plexxi HCN Plexxi Connect Installation, Upgrade and Administration Guide Release 3.0.0

Plexxi HCN Plexxi Connect Installation, Upgrade and Administration Guide Release 3.0.0 Plexxi HCN Plexxi Connect Installation, Upgrade and Administration Guide Release 3.0.0 May 3, 2018 100 Innovative Way - Suite 3322 Nashua, NH 03062 Tel. +1.888.630.PLEX (7539) www.plexxi.com Legal Notices

More information

Installing Cisco VTS on a VMware Environment, page 6 Installing the Virtual Topology Forwarder, page 9 Verifying VTS Installation, page 14

Installing Cisco VTS on a VMware Environment, page 6 Installing the Virtual Topology Forwarder, page 9 Verifying VTS Installation, page 14 The following sections provide details about installing VTS on a Linux-OpenStack environment or a VMware-based environment. Ensure that you review the Prerequisites chapter, before you begin installing

More information

HOW-TO-GUIDE: demonstrating Fabric Attach using OpenVSwitch

HOW-TO-GUIDE: demonstrating Fabric Attach using OpenVSwitch HOW-TO-GUIDE: demonstrating Fabric Attach using OpenVSwitch 1 Target audience System Engineers interested to understand the Fabric Attach (FA) technology and/or for demo proposes. Why does it make sense

More information

NSFOCUS WAF (VM) User Guide

NSFOCUS WAF (VM) User Guide NSFOCUS WAF (VM) User Guide Version: V6.0R05F01 (2016-03-30) 2016 NSFOCUS Copyright 2016 NSFOCUS Technologies, Inc. All rights reserved. Unless otherwise stated, NSFOCUS Technologies, Inc. holds the copyright

More information

Dell EMC XC Xpress Hyper-Converged Appliance Deployment Guide for AHV

Dell EMC XC Xpress Hyper-Converged Appliance Deployment Guide for AHV Dell EMC XC Xpress Hyper-Converged Appliance Deployment Guide for AHV This document contains deployment information for the Dell EMC XC430 Xpress. Dell EMC Engineering September 2017 A Dell EMC Deployment

More information

Lenovo ThinkSystem NE Release Notes. For Lenovo Cloud Network Operating System 10.6

Lenovo ThinkSystem NE Release Notes. For Lenovo Cloud Network Operating System 10.6 Lenovo ThinkSystem NE10032 Release Notes For Lenovo Cloud Network Operating System 10.6 Note: Before using this information and the product it supports, read the general information in the Safety information

More information

Nutanix Community Edition ON VMWARE ESXI 6.0. Name Date

Nutanix Community Edition ON VMWARE ESXI 6.0. Name Date Nutanix Community Edition ON VMWARE ESXI 6.0 Name Date Contents Executive summary... 2 Legal Information... 2 Audience... 3 Objectives... 3 Pre-Requisites... 3 Other recommendations... 4 Community Edition

More information

Plexxi HCN Plexxi Getting Started Guide Small and Medium Deployments Releases: Switch-Control 3.2.0/1 and Connect 2.3.x

Plexxi HCN Plexxi Getting Started Guide Small and Medium Deployments Releases: Switch-Control 3.2.0/1 and Connect 2.3.x Plexxi HCN Plexxi Getting Started Guide Small and Medium Deployments Releases: Switch-Control 3.2.0/1 and Connect 2.3.x Document V 2 December 1, 2017 100 Innovative Way - Suite 3322 Nashua, NH 03062 Tel.

More information

Emulex Universal Multichannel

Emulex Universal Multichannel Emulex Universal Multichannel Reference Manual Versions 11.2 UMC-OCA-RM112 Emulex Universal Multichannel Reference Manual Corporate Headquarters San Jose, CA Website www.broadcom.com Broadcom, the pulse

More information

Configure HyperFlex Hardware Acceleration Cards

Configure HyperFlex Hardware Acceleration Cards Configure HyperFlex Hardware Acceleration Cards This chapter describes how to configure Cisco HyperFlex Hardware Acceleration Cards. Overview of HyperFlex Hardware Acceleration Cards, on page 1 Install

More information

Installing the Cisco CSR 1000v in VMware ESXi Environments

Installing the Cisco CSR 1000v in VMware ESXi Environments Installing the Cisco CSR 1000v in VMware ESXi Environments VMware ESXi Support Information, page 1 VMware Requirements Cisco IOS XE Fuji 16.7, page 2 Supported VMware Features and Operations, page 3 Deploying

More information

Lenovo ThinkSystem NE1032/NE1032T/NE1072T. Release Notes. For Lenovo Cloud Network Operating System 10.6

Lenovo ThinkSystem NE1032/NE1032T/NE1072T. Release Notes. For Lenovo Cloud Network Operating System 10.6 Lenovo ThinkSystem NE1032/NE1032T/NE1072T Release Notes For Lenovo Cloud Network Operating System 10.6 Note: Before using this information and the product it supports, read the general information in the

More information

Lenovo ThinkAgile XClarity Integrator for Nutanix Installation and User's Guide

Lenovo ThinkAgile XClarity Integrator for Nutanix Installation and User's Guide Lenovo ThinkAgile XClarity Integrator for Nutanix Installation and User's Guide Version 1.0 Note Before using this information and the product it supports, read the information in Appendix A Notices on

More information

Plexxi Getting Started Guide Small and Medium Deployments

Plexxi Getting Started Guide Small and Medium Deployments Plexxi Getting Started Guide Small and Medium Deployments Releases: SC_3.2.x and CN_2.3.x July 12, 2017 100 Innovative Way - Suite 3322 Nashua, NH 03062 Tel. +1.888.630.PLEX (7539) www.plexxi.com Notices

More information

Dell EMC XC940 Series Hyper-Converged Appliances

Dell EMC XC940 Series Hyper-Converged Appliances Dell EMC XC940 Series Hyper-Converged Appliances Solutions Guide Regulatory Model: E41S Series Regulatory Type: E41S001 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps

More information

Dell EMC XC430 Series Hyper-Converged Appliance. Solutions Guide

Dell EMC XC430 Series Hyper-Converged Appliance. Solutions Guide Dell EMC XC430 Series Hyper-Converged Appliance Solutions Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION

More information

Getting Started with ESXi Embedded

Getting Started with ESXi Embedded ESXi 4.0 Embedded vcenter Server 4.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent

More information

Deploy Webex Video Mesh

Deploy Webex Video Mesh Video Mesh Deployment Task Flow, on page 1 Install Webex Video Mesh Node Software, on page 2 Log in to the Webex Video Mesh Node Console, on page 4 Set the Network Configuration of the Webex Video Mesh

More information

Dell XC730xd Web-Scale Converged Appliance Solutions Guide

Dell XC730xd Web-Scale Converged Appliance Solutions Guide Dell XC730xd Web-Scale Converged Appliance Solutions Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION

More information

vcenter Operations Management Pack for NSX-vSphere

vcenter Operations Management Pack for NSX-vSphere vcenter Operations Management Pack for NSX-vSphere vcenter Operations Manager 5.8 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

CounterACT 7.0. Quick Installation Guide for a Single Virtual CounterACT Appliance

CounterACT 7.0. Quick Installation Guide for a Single Virtual CounterACT Appliance CounterACT 7.0 Quick Installation Guide for a Single Virtual CounterACT Appliance Table of Contents Welcome to CounterACT Version 7.0... 3 Overview... 4 1. Create a Deployment Plan... 5 Decide Where to

More information

Deploy the ExtraHop Discover Appliance with VMware

Deploy the ExtraHop Discover Appliance with VMware Deploy the ExtraHop Discover Appliance with VMware Published: 2018-07-17 The ExtraHop virtual appliance can help you to monitor the performance of your applications across internal networks, the public

More information

Dell EMC XC Series Networking Deployment and Best Practices Guide v2.0

Dell EMC XC Series Networking Deployment and Best Practices Guide v2.0 Dell EMC XC Series Networking Deployment and Best Practices Guide v20 Using Dell EMC Networking S-Series and Z-Series switches with XC Series hyperconverged appliances Dell EMC Networking Infrastructure

More information

Test neutron network performance locally

Test neutron network performance locally Test neutron network performance locally Table of Contents Linux bridge... 2 Host to virtual machine... 3 VM1 to VM2... 4 OVS bridge with Linux bridge connected via veth... 4 Host to virtual machine...

More information

ForeScout CounterACT. Single CounterACT Appliance. Quick Installation Guide. Version 8.0

ForeScout CounterACT. Single CounterACT Appliance. Quick Installation Guide. Version 8.0 ForeScout CounterACT Single CounterACT Appliance Version 8.0 Table of Contents Welcome to CounterACT Version 8.0... 4 CounterACT Package Contents... 4 Overview... 5 1. Create a Deployment Plan... 6 Decide

More information

Dell EMC XC6320 Series Hyper-Converged Appliance. Solutions Guide

Dell EMC XC6320 Series Hyper-Converged Appliance. Solutions Guide Dell EMC XC6320 Series Hyper-Converged Appliance Solutions Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION

More information

Installing Cisco VTS in a Linux - OpenStack Environment

Installing Cisco VTS in a Linux - OpenStack Environment The following sections provide details about installing VTS on a Linux-OpenStack environment or a VMware-based environment. Ensure that you review the Prerequisites chapter, before you begin installing

More information

Deploy the ExtraHop Discover Appliance with Hyper-V

Deploy the ExtraHop Discover Appliance with Hyper-V Deploy the ExtraHop Discover Appliance with Hyper-V Published: 2018-12-14 The following procedures explain how to deploy the ExtraHop Discover EDA 1000v and EDA 2000v virtual appliance on the Microsoft

More information

Configure Windows VM to CGM-SRV Module on CGR1xxx

Configure Windows VM to CGM-SRV Module on CGR1xxx Configure Windows VM to CGM-SRV Module on CGR1xxx Contents Introduction Prerequisites Requirements Components Used Background Information Configure Create the Windows VM Image Install KVM on your Linux

More information

Deploy the ExtraHop Discover Appliance with Hyper-V

Deploy the ExtraHop Discover Appliance with Hyper-V Deploy the ExtraHop Discover Appliance with Hyper-V Published: 2018-07-16 The following procedures explain how to deploy the ExtraHop Discover EDA 1000v and EDA 2000v virtual appliance on the Microsoft

More information

How to Deploy vcenter on the HX Data Platform

How to Deploy vcenter on the HX Data Platform First Published: 2016-07-11 Last Modified: 2019-01-08 vcenter on HyperFlex Cisco HX Data Platform deployment, including installation and cluster configuration and management, requires a vcenter server

More information

USER GUIDE. HYCU Data Protection for Nutanix

USER GUIDE. HYCU Data Protection for Nutanix USER GUIDE HYCU Data Protection for Nutanix Version: 3.1.3 Product release date: August 2018 Document release date: August 2018 Legal notices Copyright notice 2017 2018 HYCU. All rights reserved. This

More information

Cisco UCS Manager VM-FEX for KVM CLI Configuration Guide, Release 3.2

Cisco UCS Manager VM-FEX for KVM CLI Configuration Guide, Release 3.2 Cisco UCS Manager VM-FEX for KVM CLI Configuration Guide, Release 3.2 First Published: 2017-08-18 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

vsphere Networking Update 1 ESXi 5.1 vcenter Server 5.1 vsphere 5.1 EN

vsphere Networking Update 1 ESXi 5.1 vcenter Server 5.1 vsphere 5.1 EN Update 1 ESXi 5.1 vcenter Server 5.1 vsphere 5.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check

More information

Installation and Cluster Deployment Guide for KVM

Installation and Cluster Deployment Guide for KVM ONTAP Select 9 Installation and Cluster Deployment Guide for KVM Using ONTAP Select Deploy 2.5 August 2017 215-12375_A0 doccomments@netapp.com Updated for ONTAP Select 9.2 Table of Contents 3 Contents

More information

NSX-T Upgrade Guide NSX-T 1.1

NSX-T Upgrade Guide NSX-T 1.1 NSX-T Upgrade Guide NSX-T 1.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

Cisco ACI with Cisco AVS

Cisco ACI with Cisco AVS This chapter includes the following sections: Cisco AVS Overview, page 1 Cisco AVS Installation, page 6 Key Post-Installation Configuration Tasks for the Cisco AVS, page 43 Distributed Firewall, page 62

More information

Cisco VDS Service Broker Software Installation Guide for UCS Platforms

Cisco VDS Service Broker Software Installation Guide for UCS Platforms Cisco VDS Service Broker 1.0.1 Software Installation Guide for UCS Platforms Revised: May 2013 This document provides detailed instructions for installing the Cisco Videoscape Distribution Suite Service

More information

Installation and Cluster Deployment Guide for KVM

Installation and Cluster Deployment Guide for KVM ONTAP Select 9 Installation and Cluster Deployment Guide for KVM Using ONTAP Select Deploy 2.7 March 2018 215-12976_B0 doccomments@netapp.com Updated for ONTAP Select 9.3 Table of Contents 3 Contents

More information

Installing the Clean Access Manager and Clean Access Server

Installing the Clean Access Manager and Clean Access Server 3 CHAPTER Installing the Clean Access Manager and Clean Access Server This chapter covers the following topics: Overview, page 3-1 Installing the Clean Access Manager, page 3-2 Installing the Clean Access

More information

HiveManager Virtual Appliance QuickStart

HiveManager Virtual Appliance QuickStart This QuickStart describes the installation of a HiveManager Virtual Appliance. Introduction to HiveManager Virtual Appliance Before you can install the HiveManager Virtual Appliance, you must first install

More information

Scrutinizer Virtual Appliance Deployment Guide Page i. Scrutinizer Virtual Appliance Deployment Guide. plixer

Scrutinizer Virtual Appliance Deployment Guide Page i. Scrutinizer Virtual Appliance Deployment Guide. plixer Scrutinizer Virtual Appliance Deployment Guide Page i Scrutinizer Virtual Appliance Deployment Guide Contents What you need to know about deploying a Scrutinizer virtual appliance.. 1 System Requirements..................................2

More information

vcloud Director Administrator's Guide

vcloud Director Administrator's Guide vcloud Director 5.1.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of

More information

FIPS Multi-Tenancy for vcmp Appliance Models. Version 13.1

FIPS Multi-Tenancy for vcmp Appliance Models. Version 13.1 FIPS Multi-Tenancy for vcmp Appliance Models Version 13.1 Table of Contents Table of Contents Overview: FIPS Multi-Tenancy for vcmp Systems... 5 Overview: FIPS multi-tenancy for vcmp systems...5 vcmp

More information

Installing and Upgrading Cisco Network Registrar Virtual Appliance

Installing and Upgrading Cisco Network Registrar Virtual Appliance CHAPTER 3 Installing and Upgrading Cisco Network Registrar Virtual Appliance The Cisco Network Registrar virtual appliance includes all the functionality available in a version of Cisco Network Registrar

More information

Virtual Switches. Yao-Min Chen. Virtual Switches

Virtual Switches. Yao-Min Chen. Virtual Switches Virtual Switches Yao-Min Chen Virtual Switches Outline Virtual Networks and Virtual Switches Xen Networking and Bridging XenServer Networking Open vswitch Virtual Switches Virtual Network A virtual network

More information

Cisco ACI and Cisco AVS

Cisco ACI and Cisco AVS This chapter includes the following sections: Cisco AVS Overview, page 1 Installing the Cisco AVS, page 5 Key Post-Installation Configuration Tasks for the Cisco AVS, page 14 Distributed Firewall, page

More information

Cisco HyperFlex Systems

Cisco HyperFlex Systems White Paper Cisco HyperFlex Systems Converting to Cisco Nexus 1000V Distributed Switches for Cisco HyperFlex Virtual Machine Guest and VMware vmotion Networks Author: Hui Chen October 2016 2016 Cisco and/or

More information

vsphere Networking Update 2 VMware vsphere 5.5 VMware ESXi 5.5 vcenter Server 5.5 EN

vsphere Networking Update 2 VMware vsphere 5.5 VMware ESXi 5.5 vcenter Server 5.5 EN Update 2 VMware vsphere 5.5 VMware ESXi 5.5 vcenter Server 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Deploy the ExtraHop Discover Appliance with VMware

Deploy the ExtraHop Discover Appliance with VMware Deploy the ExtraHop Discover Appliance with VMware Published: 2018-09-26 Published: 2018-09-26 The ExtraHop virtual appliance can help you to monitor the performance of your applications across internal

More information

Deploy the ExtraHop Trace Appliance with VMware

Deploy the ExtraHop Trace Appliance with VMware Deploy the ExtraHop Trace Appliance with VMware Published: 2018-12-14 This guide explains how to deploy the virtual ExtraHop Trace appliances (ETA 1150v and ETA 6150v) on the VMware ESXi/ESX platform.

More information

Ixia Developer KVM over CentOS deployment and configuration steps:

Ixia Developer KVM over CentOS deployment and configuration steps: Ixia Developer KVM over CentOS deployment and configuration steps: Document scope and high level Steps: The scope of this document is to present a straightforward workflow that will assist you while deploying

More information

Configuring High Availability (HA)

Configuring High Availability (HA) 4 CHAPTER This chapter covers the following topics: Adding High Availability Cisco NAC Appliance To Your Network, page 4-1 Installing a Clean Access Manager High Availability Pair, page 4-3 Installing

More information

April Brocade VDX 6740 Deployment Guide for VMware EVO:RAIL

April Brocade VDX 6740 Deployment Guide for VMware EVO:RAIL 24 April 2015 Brocade VDX 6740 Deployment Guide for VMware EVO:RAIL 2015, Brocade Communications Systems, Inc. All Rights Reserved. ADX, Brocade, Brocade Assurance, the B-wing symbol, DCX, Fabric OS, HyperEdge,

More information

Videoscape Distribution Suite Software Installation Guide

Videoscape Distribution Suite Software Installation Guide First Published: August 06, 2012 Last Modified: September 03, 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800

More information

Installation and Cluster Deployment Guide for KVM

Installation and Cluster Deployment Guide for KVM ONTAP Select 9 Installation and Cluster Deployment Guide for KVM Using ONTAP Select Deploy 2.9 August 2018 215-13526_A0 doccomments@netapp.com Updated for ONTAP Select 9.4 Table of Contents 3 Contents

More information

AHV. Nutanix Best Practices

AHV. Nutanix Best Practices Nutanix Best Practices Version 3.1 August 2017 BP-2029 Copyright Copyright 2017 Nutanix, Inc. Nutanix, Inc. 1740 Technology Drive, Suite 150 San Jose, CA 95110 All rights reserved. This product is protected

More information

ECDS MDE 100XVB Installation Guide on ISR G2 UCS-E and VMWare vsphere Hypervisor (ESXi)

ECDS MDE 100XVB Installation Guide on ISR G2 UCS-E and VMWare vsphere Hypervisor (ESXi) ECDS MDE 100XVB Installation Guide on ISR G2 UCS-E and VMWare vsphere Hypervisor (ESXi) Revised: November, 2013 Contents Overview, page 1 Guidelines and Limitations, page 1 Prerequisites, page 2 Installation

More information

vsphere Host Profiles 17 APR 2018 VMware vsphere 6.7 VMware ESXi 6.7 vcenter Server 6.7

vsphere Host Profiles 17 APR 2018 VMware vsphere 6.7 VMware ESXi 6.7 vcenter Server 6.7 17 APR 2018 VMware vsphere 6.7 VMware ESXi 6.7 vcenter Server 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

Cisco Modeling Labs OVA Installation

Cisco Modeling Labs OVA Installation Prepare for an OVA File Installation, page 1 Download the Cisco Modeling Labs OVA File, page 2 Configure Security and Network Settings, page 2 Deploy the Cisco Modeling Labs OVA, page 12 Edit the Virtual

More information

Forescout. Quick Installation Guide. Single Appliance. Version 8.1

Forescout. Quick Installation Guide. Single Appliance. Version 8.1 Forescout Version 8.1 Contact Information Forescout Technologies, Inc. 190 West Tasman Drive San Jose, CA 95134 USA https://www.forescout.com/support/ Toll-Free (US): 1.866.377.8771 Tel (Intl): 1.408.213.3191

More information

PacketFence ZEN Administration Guide. for version 4.0.6

PacketFence ZEN Administration Guide. for version 4.0.6 PacketFence ZEN Administration Guide for version 4.0.6 PacketFence ZEN Administration Guide by Inverse Inc. Version 4.0.6 - September 2013 Copyright 2010-2013 Inverse inc. Permission is granted to copy,

More information

Preinstallation Checklist

Preinstallation Checklist Single Switch Configuration, on page 1 Dual Switch Configuration, on page 4 Common Network Requirements, on page 7 Intersight Connectivity, on page 20 Single Switch Configuration Single switch configuration

More information

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Oded Nahum Principal Systems Engineer PLUMgrid EMEA November 2014 Page 1 Page 2 Table of Contents Table

More information

CounterACT 7.0 Single CounterACT Appliance

CounterACT 7.0 Single CounterACT Appliance CounterACT 7.0 Single CounterACT Appliance Quick Installation Guide Table of Contents Welcome to CounterACT Version 7.0....3 Included in your CounterACT Package....3 Overview...4 1. Create a Deployment

More information

OmniCube for vsphere Client

OmniCube for vsphere Client OmniCube for vsphere Client Administrator Guide OmniStack Software Version 2.1.5 OmniCube Administrator Guide for vsphere Client SimpliVity, the SimpliVity logo, OmniCube, OmniStack, OmniCube Accelerator,

More information

INSTALLATION RUNBOOK FOR Triliodata + TrilioVault

INSTALLATION RUNBOOK FOR Triliodata + TrilioVault INSTALLATION RUNBOOK FOR Triliodata + TrilioVault Application Type: [Backup and disaster recovery] Application Version: [2.1] MOS Version: [7.0] OpenStack version: [Kilo] Content Document History 1 Introduction

More information

Installing and Configuring Oracle VM on Oracle Cloud Infrastructure ORACLE WHITE PAPER NOVEMBER 2017

Installing and Configuring Oracle VM on Oracle Cloud Infrastructure ORACLE WHITE PAPER NOVEMBER 2017 Installing and Configuring Oracle VM on Oracle Cloud Infrastructure ORACLE WHITE PAPER NOVEMBER 2017 Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Installing and Configuring Oracle VM on Oracle Cloud Infrastructure O R A C L E W H I T E P A P E R D E C E M B E R

Installing and Configuring Oracle VM on Oracle Cloud Infrastructure O R A C L E W H I T E P A P E R D E C E M B E R Installing and Configuring Oracle VM on Oracle Cloud Infrastructure O R A C L E W H I T E P A P E R D E C E M B E R 2 0 1 7 Disclaimer The following is intended to outline our general product direction.

More information

Smart Install Concepts

Smart Install Concepts CHAPTER 1 Smart Install is a plug-and-play configuration and image-management feature that provides zero-touch deployment for new switches. This means that a customer can ship a switch to a location, place

More information

CISCO EXAM QUESTIONS & ANSWERS

CISCO EXAM QUESTIONS & ANSWERS CISCO 642-999 EXAM QUESTIONS & ANSWERS Number: 642-999 Passing Score: 800 Time Limit: 90 min File Version: 32.5 http://www.gratisexam.com/ Sections 1. Questions 2. Drag & Drop 3. Hot Spot CISCO 642-999

More information

Getting Started with ESX Server 3i Embedded ESX Server 3i version 3.5 Embedded and VirtualCenter 2.5

Getting Started with ESX Server 3i Embedded ESX Server 3i version 3.5 Embedded and VirtualCenter 2.5 Getting Started with ESX Server 3i Embedded ESX Server 3i version 3.5 Embedded and VirtualCenter 2.5 Title: Getting Started with ESX Server 3i Embedded Revision: 20071022 Item: VMW-ENG-Q407-430 You can

More information

DSI Optimized Backup & Deduplication for VTL Installation & User Guide

DSI Optimized Backup & Deduplication for VTL Installation & User Guide DSI Optimized Backup & Deduplication for VTL Installation & User Guide Restore Virtualized Appliance Version 4 Dynamic Solutions International, LLC 373 Inverness Parkway Suite 110 Englewood, CO 80112 Phone:

More information

SonicWall Secure Mobile Access SMA 500v Virtual Appliance 8.6. Getting Started Guide

SonicWall Secure Mobile Access SMA 500v Virtual Appliance 8.6. Getting Started Guide SonicWall Secure Mobile Access SMA 500v Virtual Appliance 8.6 Getting Started Guide Copyright 2017 SonicWall Inc. All rights reserved. SonicWall is a trademark or registered trademark of SonicWall Inc.

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, please review the readme files,

More information

Newsreader virtual machines Technical Report NWR

Newsreader virtual machines Technical Report NWR Newsreader virtual machines Technical Report NWR-2014-4 Version FINAL Aitor Soroa 1, Enrique Fernández 2 1 University of Basque Country Donostia, Basque Country a.soroa@ehu.es 2 University of Basque Country

More information

QUICK START GUIDE Cisco Physical Access Manager Quick Start Guide, Release 1.4.1

QUICK START GUIDE Cisco Physical Access Manager Quick Start Guide, Release 1.4.1 QUICK START GUIDE Cisco Physical Access Manager Quick Start Guide, Release 1.4.1 1 Before You Begin 2 Installing the Appliance 3 Logging In to the Cisco Physical Access Manager 4 Entering the Initial Configuration

More information

Cloud Networking (VITMMA02) Server Virtualization Data Center Gear

Cloud Networking (VITMMA02) Server Virtualization Data Center Gear Cloud Networking (VITMMA02) Server Virtualization Data Center Gear Markosz Maliosz PhD Department of Telecommunications and Media Informatics Faculty of Electrical Engineering and Informatics Budapest

More information

UCS C Series Rack Servers VIC Connectivity Options

UCS C Series Rack Servers VIC Connectivity Options UCS C Series Rack Servers VIC Connectivity Options Document ID: 117637 Contributed by Shankar Prasath, Cisco TAC Engineer. Apr 25, 2014 Contents Introduction Prerequisites Requirements Components Used

More information

vsphere Replication for Disaster Recovery to Cloud vsphere Replication 8.1

vsphere Replication for Disaster Recovery to Cloud vsphere Replication 8.1 vsphere Replication for Disaster Recovery to Cloud vsphere Replication 8.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

NSX-T Data Center Migration Coordinator Guide. 5 APR 2019 VMware NSX-T Data Center 2.4

NSX-T Data Center Migration Coordinator Guide. 5 APR 2019 VMware NSX-T Data Center 2.4 NSX-T Data Center Migration Coordinator Guide 5 APR 2019 VMware NSX-T Data Center 2.4 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you

More information

Cisco Nexus 1000V Installation and Upgrade Guide, Release 5.2(1)SV3(1.4)

Cisco Nexus 1000V Installation and Upgrade Guide, Release 5.2(1)SV3(1.4) Cisco Nexus 1000V Installation and Upgrade Guide, Release 5.2(1)SV3(1.4) First Published: April 17, 2015 Last Modified: August 27, 2015 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San

More information

BIG-IP Virtual Edition and Microsoft Hyper- V: Setup. Version 13.1

BIG-IP Virtual Edition and Microsoft Hyper- V: Setup. Version 13.1 BIG-IP Virtual Edition and Microsoft Hyper- V: Setup Version 13.1 Table of Contents Table of Contents Getting Started with BIG-IP Virtual Edition in Hyper-V... 5 About single NIC and multi-nic configurations...5

More information

EMC Unity Family EMC Unity All Flash, EMC Unity Hybrid, EMC UnityVSA

EMC Unity Family EMC Unity All Flash, EMC Unity Hybrid, EMC UnityVSA EMC Unity Family EMC Unity All Flash, EMC Unity Hybrid, EMC UnityVSA Version 4.0 Configuring Hosts to Access VMware Datastores P/N 302-002-569 REV 01 Copyright 2016 EMC Corporation. All rights reserved.

More information

vsphere Replication for Disaster Recovery to Cloud

vsphere Replication for Disaster Recovery to Cloud vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

PlateSpin Transformation Manager Appliance Guide. June 2018

PlateSpin Transformation Manager Appliance Guide. June 2018 PlateSpin Transformation Manager Appliance Guide June 2018 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights,

More information

Lenovo ThinkSystem NE Release Notes. For Lenovo Cloud Network Operating System 10.7

Lenovo ThinkSystem NE Release Notes. For Lenovo Cloud Network Operating System 10.7 Lenovo ThinkSystem NE10032 Release Notes For Lenovo Cloud Network Operating System 10.7 Note: Before using this information and the product it supports, read the general information in the Safety information

More information

Active Fabric Manager for Microsoft Cloud Platform System Installation Guide for AFM-CPS 2.2(0.0)

Active Fabric Manager for Microsoft Cloud Platform System Installation Guide for AFM-CPS 2.2(0.0) Active Fabric Manager for Microsoft Cloud Platform System Installation Guide for AFM-CPS 2.2(0.0) Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, please review the readme files,

More information

Initial Setup. Cisco APIC Documentation Roadmap. This chapter contains the following sections:

Initial Setup. Cisco APIC Documentation Roadmap. This chapter contains the following sections: This chapter contains the following sections: Cisco APIC Documentation Roadmap, page 1 Simplified Approach to Configuring in Cisco APIC, page 2 Changing the BIOS Default Password, page 2 About the APIC,

More information

Fabric Failover Scenarios in the Cisco Unified Computing System

Fabric Failover Scenarios in the Cisco Unified Computing System White Paper Fabric Failover Scenarios in the Cisco Unified Computing System What you will Learn Fabric failover is a feature that is unique to the Cisco Unified Computing System (UCS) and is available

More information

Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5

Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5 Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5 Getting Started with ESX Server 3i Installable Revision: 20090313 Item:

More information

1. 2. 3. o o o o o o o o o o o NUTANIX-MIB DEFINITIONS ::= BEGIN IMPORTS DisplayString FROM RFC1213-MIB enterprises, MODULE-IDENTITY, OBJECT-TYPE, Integer32, Counter64 FROM SNMPv2-SMI TimeStamp

More information

HP LeftHand P4500 and P GbE to 10GbE migration instructions

HP LeftHand P4500 and P GbE to 10GbE migration instructions HP LeftHand P4500 and P4300 1GbE to 10GbE migration instructions Part number: AT022-96003 edition: August 2009 Legal and notice information Copyright 2009 Hewlett-Packard Development Company, L.P. Confidential

More information

GUIDE. Optimal Network Designs with Cohesity

GUIDE. Optimal Network Designs with Cohesity Optimal Network Designs with Cohesity TABLE OF CONTENTS Introduction...3 Key Concepts...4 Five Common Configurations...5 3.1 Simple Topology...5 3.2 Standard Topology...6 3.3 Layered Topology...7 3.4 Cisco

More information