Plexxi HCN Plexxi Control High Availability Installation, Upgrade and Administration Guide Release 4.0.0

Size: px
Start display at page:

Download "Plexxi HCN Plexxi Control High Availability Installation, Upgrade and Administration Guide Release 4.0.0"

Transcription

1 Plexxi HCN Plexxi Control High Availability Installation, Upgrade and Administration Guide Release May 3, Innovative Way - Suite 3322 Nashua, NH Tel PLEX (7539)

2 Legal Notices The information contained herein is subject to change without notice. Plexxi, the Plexxi logo, and LightRail are registered trademarks, and Plexxi HCN, Plexxi Control and Plexxi Connect are trademarks of Plexxi, Inc. in the United States and other countries. Other product or service name may be trademarks or service marks of others. No part of this documentation may be reproduced in any form or by any means or used to make any derivative work (such as translation, transformation, or adaptation) without written permission from Plexxi, Inc. Plexxi, Inc. reserves all rights of copyright in this documentation. PLEXXI, INC. PROVIDES THIS DOCUMENTATION AS IS, WITHOUT WARRANTY, TERM, OR CONDITION OF ANY KIND, EITHER IMPLIED OR EXPRESSED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES, TERMS, OR CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, NON-INFRINGEMENT AND FITNESS FOR A PARTICULAR PURPOSE. Plexxi, Inc. reserves the right to make changes to equipment design or program components described in this documentation, as progress in engineering, manufacturing methods, or other circumstances may warrant. No responsibility is assumed for the use of Plexxi, Inc. software or hardware, all rights, obligations and remedies related to which are as set forth in the applicable sales and license agreements. Plexxi, Inc. 100 Innovative Way - Suite 3322 Nashua, NH Tel: PLEX (7539) Published May 3, 2018 Printed in United States of America. Copyright 2018 Plexxi, Inc. All rights reserved. The Plexxi Switch system is classified as a class 1 telecommunications laser product employing embedded class 1 lasers and complies with the following: THIS PRODUCT COMPLIES WITH FDA RULE 21 CFR SUBCHAPTER J IN EFFECT AT DATE OF MANUFACTURE. PRODUCT COMPLIES WITH 21 CFR AND PRODUIT CONFORME SELON LE SOUS CHAPITRE J DU DOCUMENT FDA RÈGLE 21 CFR EN VIGUEUR LORS DE LA DATE DE FABRICATION. PRODUIT CONFORME SELON 21CFR ET Electrotechnical Commission (IEC) , This product is classified as a: CLASS 1 LASER PRODUCT APPAREIL À LASER DE CLASSE 1 This unit is intended to be installed in a Restricted Access Location only with access only by trained personnel. Warning: The primary hazards of exposure to invisible laser radiation from an optical fiber communications system are: Damage to the eye by viewing an unterminated optical fiber or fiber optic connector. Damage to the eye from invisible laser radiation from viewing a cut fiber or a broken fiber. Never attempt to view optical connectors that may be emitting laser energy and always avoid possible exposure to invisible optical laser radiation. Using optical fiber scopes or magnifying lenses may increase the possibility for an eye hazard. It is recommended that you use an optical power meter to determine if there is optical laser radiation present or use a remote video display inspection tool to inspect connectors. 2 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

3 Table of Contents Legal Notices... 2 About this Document... 5 Related Documentation... 5 Contacting Plexxi Support About Plexxi Control High Availability... 6 HA Clustering Software... 7 Management Node for HA... 7 Plexxi Control HA... 7 Database Nodes for HA... 7 Virtual IP (VIP)... 7 Synchronization Installation Considerations... 8 HA System and Software Prerequisites... 8 Ansible Requirements... 8 Host Requirements... 8 Operating System... 8 Plexxi Control Requirements... 8 Host Requirements... 8 Supported VM Hypervisors for Plexxi Control... 8 Operating System... 8 Security Considerations... 9 Secure Passwords Download Files from Plexxi Install PCIC on the Management Host Create a Python Virtual Environment Install PCIC in the Virtual Environment Generate the SSH Key Create HA VMs and Install Linux CentOS on each VM Prepare the Plexxi Control Nodes Create a VM for Each Node Install Linux Changing the Linux Root User Password Selecting an Action Selecting the Time Zone Completing the Installation Set Up the Ansible Files Inventory file Inventory File - Single Instance Inventory File - High Availability Inventory File: HA and Ansible Playbook Variables Configure STONITH STONITH Parameters, Single Host Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

4 STONITH Parameters - multiple hosts Plexxi Control High Availability Operations Install Plexxi Control High Availability Upgrade Plexxi Control High Availability Update Plexxi Control High Availability Uninstall Plexxi Control High Availability Verifying High Availability Pacemaker Verifying PostgreSQL HA Verifying Plexxi Control High Availability Administering Plexxi Control Hosts Changing Default Linux Passwords on a New VM Changing the Plexxi Control Password Testing Remote Access to the Linux Host Optional Configurations Configuring Network Settings for a Device Configuring DNS Troubleshooting Menu Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

5 About this Document This document describes: Plexxi Control High Availability how to set up the Plexxi Control Installation and Configuration (PCIC) tool. This is a one-time procedure. how to create VMs for Plexxi Control in the VMware environment. how to install Linux on the VMs how to deploy Plexxi Control on the VMs or bare metal servers how to upgrade Plexxi Control how to manage High Availability Related Documentation The following additional documentation supports this release: Plexxi Compatibility Matrix, Version 10 or greater. The Plexxi Compatibility Matrix contains versionspecific software and hardware support information as well as cable and transceiver support information. Plexxi Release Notes for Switch-Control Plexxi Switch Administrator Guide using Linux and Plexxi CLI for applicable release Plexxi Control Online Help is available while logged into the Plexxi Control UI Except for the online help, this documentation is available on the Resources > Technical Publications page of Contacting Plexxi Support Plexxi Support services are available to answer questions and to make sure your software and hardware operate properly. Contact Plexxi Support at: support@plexxi.com (US/Canada toll-free) (US/International) 5 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

6 1 About Plexxi Control High Availability Plexxi Control and the Postgres database (DB) can be made highly available to protect from hardware or software failures. High Availability (HA) is accomplished by configuring and running multiple nodes that contain instances of Plexxi Control software, Postgres database (DB), and high availability clustering software. Plexxi requires three Plexxi Control/DB nodes as shown below for high availability of both Plexxi Control and the Postgres database. Plexxi Control runs as the master on one node and as a slave on the other nodes. Similarly, the Postgres DB runs as the master on one node and as a slave on the other nodes. HA clustering software monitors the health and availability of the nodes and resources in the cluster. If either the Plexxi Control master or the Postgres master fails for any reason, one of the slaves is promoted to master. On the node running the Plexxi Control master, there is also a Plexxi Control Virtual IP (VIP) instance running. The VIP runs ONLY on the node that the master is running on. Similarly, the node running the Postgres master also contains a running Postgres VIP instance. The management host is used to install, configure and manage the HA nodes. 6 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

7 HA Clustering Software Plexxi utilizes the CentOS cluster software stack to provide its high availability solution for Plexxi Control and Postgres. The CentOS cluster software stack's main components include Pacemaker which is a resource manager that manages the cluster resources and Corosync (Cluster Membership Layer) which manages the cluster membership layer, monitors availability of the nodes in the cluster, and handles split-brain conditions through use of quorum (policy) and STONITH (Shoot The Other Node In The Head). Management Node for HA For HA, you need to set up a management host by installing the Plexxi Control Installation and Configuration (PCIC) Python package. This package is built on top of Ansible, which PCIC uses to install, configure, upgrade, and manage Plexxi Control and the Postgres database on each node in the HA configuration. Ansible uses SSH to communicate with the remote nodes. PCIC in conjunction with Ansible automates software deployment, provisioning, configuration and management. As part of the setup, the HA clustering software (Pacemaker and Corosync) is installed and configured as well as Plexxi Control and Postgres. Pacemaker will start and manage Plexxi Control, Postgres and their respective Virtual IPs (VIPs). When Ansible is not managing nodes, it does not consume resources. Plexxi Control HA For HA, Ansible sets up and runs Plexxi Control on three separate nodes in an active/active configuration where Plexxi Control runs as the master on one node and as a warm standby slave on the other nodes. This enables a standby Plexxi Control instance to take over in seconds if the master node fails. Database Nodes for HA For database HA, multiple Postgres database instances must be installed and configured on the three nodes in the cluster. Virtual IP (VIP) Two VIPs are configured; one for Postgres and one for Plexxi Control. Each VIP runs on only a single node. The VIP for Postgres always runs on the node that is running the Postgres master. Similarly, the Control VIP always runs on the node that contains the Control master. Pacemaker is configured to ensure that the VIPs always follow their masters. Therefore, if a slave Plexxi Control or Postgres instance takes over as master, the VIP for the new Control or Postgres master will be started and run on the node now running the new master. Synchronization All HA nodes are synchronized such that any configuration or data changes made on the master node are replicated on the slave nodes. 7 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

8 2 Installation Considerations HA System and Software Prerequisites For HA, three nodes need to be created on either hardware servers or VMs (virtual machines). PlexxiControl Linux OS ISO, which will be installed on each node HA management node, MAC or Linux with Python 2 (versions 2.6 or 2.7) or Python 3 (versions 3.5 and higher) installed. Ansible Requirements Host Requirements To support PCIC, Ansible and Python, the management host must meet the following minimum requirements: 2 CPU cores 4 GB RAM 20 GB disk space Operating System Linux (CentOS recommended) Plexxi Control Requirements Plexxi Control runs as a Java application inside a Tomcat server in a Linux environment. Host Requirements To support Plexxi Control, the Plexxi Control virtual machine (VM) must meet the following minimum requirements: 4 CPU cores 8 GB RAM 200 GB disk space Supported VM Hypervisors for Plexxi Control VMware ESXi IMPORTANT: If you need to install Plexxi Control on a different hypervisor, contact Plexxi Support before attempting the installation. Operating System The installation deploys a Linux (CentOS) VM. 8 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

9 Security Considerations The Plexxi Control installation disables SELinux and SSH access to the root account and prompts you to enter a new root password on the first boot. You should also take additional measures as needed to secure the installation. See the Red Hat Enterprise Linux 6 Security Guide for more information: Secure Passwords A secure Linux Administrator password to be configured after installing Plexxi Control. A secure Plexxi Connect Administrator password to be configured after installing Plexxi Con trol. 9 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

10 3 Download Files from Plexxi 1. Log into and navigate to the HA subdirectory under the download directory for the version of Plexxi Control software. 2. Download the following files which will be used to install and configure HA: Plexxi Control Linux ISO installer file, plexxicontrol-linux-el6-offline-datestamp.iso Base Inventory file and stonith_params.yml file. Release Notes and other Plexxi documentation as needed. 10 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

11 4 Install PCIC on the Management Host PCIC (Plexxi Control Installation and Configuration) is a Python package that is installed on a Linux or macos machine running Python. It is recommended that it be installed into a Python virtual environment. Create a Python Virtual Environment If the Python virtual environment is not installed, virtualenv can be installed using the pip Python package manager as follows: > pip install virtualenv For additional instructions, refer to: Install PCIC in the Virtual Environment It is recommended that you set up a Python virtual environment to run PCIC within. This is accomplished by creating an environment with the virtualenv command and then sourcing the environment into your current bash shell. > virtualenv ~/pcic-venv > source ~/pcic-venv/bin/activate > pip install upgrade pip setuputils > pip install pcic To access the PCIC (Plexxi Control Installation and Configuration) script, pip needs to be configured to access the Plexxi PyPI server where the Python package is hosted. A configuration to allow access is shown below. pip.conf [global] Timeout = 60 index-url = Note: If you are using macos , you will also need to install the sshpass utility and the Python passlib package. There are multiple ways to install sshpass; the easiest is likely via brew ( The passlib package can then be installed with pip in your virtual environment. For example: > brew install > source ~/pcic-venv/bin/activate > pip install passlib Generate the SSH Key Ansible is used by PCIC to install and configure the nodes. Part of the initial prep that Ansible will perform on Plexxi Control HA nodes will be to create an Ansible user and enable key-based SSH access to it to perform subsequent configuration. It is recommended that an Ansible-specific key pair be generated for use. > ssh-keygen -f $HOME/.ssh/plexxi-control-ansible -t rsa -N '' 11 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

12 5 Create HA VMs and Install Linux CentOS on each VM Prepare the Plexxi Control Nodes To enable the Ansible-based installation of Plexxi Control, the base operating system must be installed on the nodes from the base Control CentOS/EL 6 Plexxi ISO. Set up the system as usual, configuring networking with either DHCP or static IP addresses. Take note of these addresses as they will be used in the inventory files used by PCIC/Ansible. This will be described in a subsequent section. Create a VM for Each Node 1. Create a Virtual Machine (VM) on which to install and run Plexxi Control. Adhere to the previouslyspecified requirements for memory, CPU, and disk. 2. Upload the Plexxi Control Linux ISO installer file to the disk_images directory of the ESXi host datastore. 3. Configure the VM to boot from the Plexxi Control Linux ISO installer file. Install Linux 1. Power ON the VM. 2. Immediately launch a remote VM console. The Linux installer automatically launches and the installer main menu opens in the Console. IMPORTANT: A timer counts down and the Static IP installation will begin automatically at the timeout. To select either the DHCP installation or the Troubleshooting menu, before the countdown completes, use the down-arrow and up-arrow keys to select the option, and then press Enter. The following is a sample main installer screen: Install Plexxi Control (Static IP): Static IP is the Default and recommended option. Use this option to install Plexxi Control using a statically assigned IP address. You will provide a Hostname, Domain name, IP Address, Netmask, Gateway, Name Servers (DNS), and optionally a VLAN ID and NTP server(s). Install Plexxi Control (DHCP): Use this installation option to install Plexxi Control and use DHCP 12 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

13 to assign the Hostname, Domain name, and optionally NTP server(s). Troubleshooting: Open the Troubleshooting menu. 3. Either press Enter to immediately launch the installation using Static IP or select DHCP installation and press Enter. Progress messages appear as the installation progresses. 4. Complete the following network information, then when finished, select OK and press Enter. For Static IP Complete the fields as follows: Hostname: Enter the host name for the VM. Domain name: Enter the domain name for the domain in which the host resides. Enter the domain name only, not a fully qualified domain name. If the network/deployment environment does not have a domain, you can specify something like "localdomain" as the domain name. NTP Servers: Optional: Enter NTP server names or IP addresses. IP Address: Enter a valid IP address for this Plexxi Control host. Netmask: Enter the network mask using either dot-decimal or CIDR (omit the slash) notation. Gateway: Enter a valid gateway address. VLAN ID: Enter a VLAN ID (1-4095) or 0 (default) if not using a VLAN. WARNING: The VLAN ID field should only be used when: o o software is being installed on 'bare metal' (non-hypervisor) servers. management traffic must be sent over a tagged VLAN. If your deployment does not meet these criteria, do not change the default value (0). Name Servers: Enter the IP addresses for DNS name servers, separated by spaces. 13 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

14 For DHCP Complete the fields as follows: Hostname: Enter the host name for the VM. Domain name: Enter the domain name for the domain in which the host resides. Enter the domain name only, not a fully qualified domain name. If the network/deployment environment does not have a domain, you can specify something like "localdomain" as the domain name. NTP Servers: Optional: Enter NTP server names or IP addresses. Error Notifications If you enter an invalid value in a parameter, when you click OK and Enter to continue, you will be notified with an error message in Red text. Examples include: ERROR: Gateway is not on the same network. ERROR: Nameserver sample.company.com is not a valid IP address. ERROR: Invalid hostname vm1_company.com. In this case, the hostname contains an invalid character (underscore). 5. You will be prompted to accept the Oracle End User License agreement. To accept the agreement, press Tab to select the Accept button, and then press Enter. 14 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

15 6. The Plexxi End User License agreement opens. To accept the agreement, press Tab to select the Accept button, and then press Enter. Progress messages appear as the installation progresses. The installation will take a few minutes. For example: When the installation completes successfully, the Installation completed Remove Install media screen appears. 7. Eject the installation media (disk or ISO image). IMPORTANT: If you do not eject the installation media and/or set the startup device to another drive, the host (VM) could boot back into the installer menu again. 8. Press Tab to select OK, and then press Enter. The system reboots. Continue You will be prompted to change the Linux root user password. Continue with the next section. 15 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

16 Changing the Linux Root User Password After installing Linux for Plexxi Control, when the Plexxi Control server/vm first boots, you are prompted to change the root user password. Until this step is completed, the Plexxi Control server will not be fully functional. Enter a new Linux root user password, then as prompted to confirm, re-enter the password. Continue The Select Action screen opens. Continue with the next section. Selecting an Action After entering a new Linux root user password, the following Select Action screen opens. Continue In this screen, select the next action to continue: IMPORTANT: Unless you need to change the network settings that you previously entered, this screen can be skipped by selecting Quit. Device configuration Optional. Used to configure interface devices such as eth0. Continue with the section, Configuring Network Settings for a Device on page 28. DNS configuration Optional. To configure DNS, continue with the section, Configuring DNS on page 29. Save&Quit or Quit Save&Quit saves configuration information and completes the installation. Quit completes the installation without saving configuration changes made since the last reboot. For both Save&Quit or Quit, continue with the next section to select the time zone. 16 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

17 Selecting the Time Zone Selecting Save&Quit at the Select Action screen opens the Configure Timezones screen: In this screen, use the up-arrow and down-arrow to select the time zone, click Tab to select OK, and then press Enter. Plexxi recommends using the UTC time zone. Continue The Authentication Configuration screen opens. Continue with the next section to complete the installation. Completing the Installation Selecting OK in the Configure Timezones screen opens the following Authentication Configuration screen. 1. Press Tab to select Next and then press Enter to continue. Do NOT make any configuration changes on this screen. The installation progress displays: The host completes booting and the localhost login prompt appears. The installation is complete. 17 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

18 6 Set Up the Ansible Files Several configuration files on the management host need to be set up and several optional command line parameters need to be specified to control the installation. Inventory file Ansible uses an inventory file to specify the hosts and groups of hosts that will be accessed by the configuration steps in the playbooks. Inventory files can be located in a read/write directory. Its location must be specified as a command line parameter when running the various PCIC commands. The file can be in a number of different formats. For Plexxi Control, the INI-like format works well. Only one section, defining an Ansible group of hosts, is needed. It should be named "plexxi -control". In this section (group) a group of hosts should then be specified. For a non-ha configuration, only one host needs to be specified, as shown below. Inventory File - Single Instance [plexxi-control] pc-node = ansible_host= Inventory File - High Availability For a High Availability configuration, three or more hosts must be specified. The following is an example of what that section will look like in the inventory file. [plexxi-control] pc-node1 = ansible_host= pc-node2 = ansible_host= pc-node3 = ansible_host= Inventory File: HA and Ansible Playbook Variables Ansible provides multiple ways to specify variables. However, to install and configure Plexxi Control, specify the variables in the Inventory file. The following variables need to be specified to direct the configuration steps in the Ansible playbooks: ansible_ssh_private_key_file pathname to the private key file that will be installed in the "ansible" user that is created on the host(s). ansible_ssh_public_key_file pathname to the public key file that will be used to ssh into the "ansible" user on the host(s). For an HA configuration, the following variables are required: pgsql_vip the Virtual IP, created on the master host, to access PostgreSQL. plexxi_control_vip the Virtual IP, created on the master host, to access Plexxi Control. plexxi_control_vip_hostname hostname for the Control VIP (as specified in DNS) needed to do HTTPs to Plexxi Control. Needs to be the Fully Qualified Domain Name (FQDN). 18 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

19 Example: INI Inventory File Note: You must provide your custom values for all bold-italic variables in the following file. IMPORTANT: The pacemaker_cluster_name must be 15 characters or less or else it will fail to start. [plexxi-control] node1 = ansible_host= node2 = ansible_host= node3 = ansible_host= [plexxi-control:vars] pgsql_vip = vip_cidr_netmask=16 plexxi_control_vip_hostname=control-host.mycompany.com pacemaker_cluster_name=ha_cluster_1 plexxi_control_vip = ansible_ssh_public_key_file = '~/.ssh/ansible.pub ansible_ssh_private_key_file = '~/.ssh/ansible' Configure STONITH To configure STONITH, fencing needs to be specified in a YAML file. Fencing is a very important concept in computer clusters for high availability. With fencing, even when the cluster does not know what is happening on a node, we can make sure that that node does not run important resources. Pacemaker fencing uses Shoot the Other Node in the Head (STONITH). To configure STONITH for Plexxi Control HA through Ansible, fencing plugin(s) need to be configured. The plugins are provided with the Pacemaker software and control a range of fencing devices such as power controllers, lights-out management software, and virtualization systems such as ESXi/vCenter. For Plexxi Control, fencing plugins are configured within a YAML file as shown below for a single ESXi/vCenter host. STONITH Parameters, Single Host Note: You must provide your custom Stonith values for all bold-italic variables in the following file.... pacemaker_stonith_resources:... - name: "host-fence" class: 'stonith' type: "fence_vmware_soap" options: ipaddr: ' host.customer.com' login: 'root' passwd: 'password' ipport: 44 ssl_insecure: 1 inet4_only: 1 action: 'off' pcmk_host_map: 'pc-ha4=pc-ha4,pc-ha5=pc-ha5,pc-ha6=pc-ha6' pcmk_host_check: 'static-list' pcmk_host_list: 'pc-ha4,pc-ha5,pc-ha6' power_wait: 3 op: - action: monitor options: interval: 60s 19 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

20 STONITH Parameters - multiple hosts If there is a need for more than one fencing plugin to be configured, either for a different class of fencing devices or for multiple devices, multiple unique elements can be configured as show below.... pacemaker_stonith_resources:... - name: "host1-fence" class: 'stonith' type: "fence_vmware_soap" options: ipaddr: 'host1.customer.com' login: 'root' passwd: 'password' ipport: 443 ssl_insecure: 1 inet4_only: 1 action: 'off' pcmk_host_map: 'pc-ha4=pc-ha4,pc-ha5=pc-ha5' pcmk_host_check: 'static-list' pcmk_host_list: 'pc-ha4,pc-ha5' power_wait: 3 op: - action: monitor options: interval: 60s - name: " host2-fence" class: 'stonith' type: "fence_vmware_soap" options: ipaddr: ' host2.customer.com' login: 'root' passwd: 'password' ipport: 443 ssl_insecure: 1 inet4_only: 1 action: 'off' pcmk_host_map: 'pc-ha6=pc-ha6' pcmk_host_check: 'static-list' pcmk_host_list: 'pc-ha6' power_wait: 3 op: - action: monitor options: interval: 60s To enable STONITH, in the Inventory file, set the stonith_param_file parameter, where the value is the path in which the STONITH file can be accessed. Inventory File with STONITH [plexxi-control] node1 = ansible_host= node2 = ansible_host= node3 = ansible_host= obm=ipmi [plexxi-control:vars] pgsql_vip = vip_cidr_netmask=16 pacemaker_cluster_name=cluster1 plexxi_control_vip = plexxi_control_vip_hostname = my_control_hostname.plexxi.com ansible_ssh_public_key_file = '~/.ssh/ansible.pub' ansible_ssh_private_key_file = '~/.ssh/ansible' stonith_param_file=~/stonith_params.yml 20 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

21 7 Plexxi Control High Availability Operations Install Plexxi Control High Availability The Plexxi Control software, including its dependencies, is installed by running the PCIC (Plexxi Control Installation and Configuration) script. The PCIC script calls an Ansible playbook that will configure the nodes and install and configure the software. To install Plexxi Control in an HA environment, do the following: 1. On the management host, run the pcic install command, specifying both the name of an inventory file and a Plexxi Control version number: > pcic install inventory-file version For example: > pcic install ~/ha_inventory_file The Plexxi Control HA installation begins and completes. Next, the Tomcat application server starts up. Allow 2-3 minutes for the Plexxi Control application to start. Plexxi Control is now installed. 3. When finished, verify the installation. In a Web browser, log into the Plexxi Control UI as administrator using your Plexxi Control administrator account login and password. The URL format is: IMPORTANT: When connecting to Plexxi Control on port 8443, you must use the server's FQDN (Fully Qualified Domain Name). 4. Verify the Plexxi Control UI version and that the UI opens successfully. Upgrade Plexxi Control High Availability If Plexxi Control needs to be upgraded in an HA environment, you run the pcic upgrade command. 1. On the management host, run the pcic upgrade command, specifying both the name of an inventory file and a Plexxi Control version number: > pcic upgrade inventory-file version For example: > pcic upgrade ~/ha_inventory_file The Plexxi Control HA upgrade begins. When the upgrade successfully completes, you will see the following message: Plexxi Control software was successfully upgraded to version #.#.#! Next, the Tomcat application server starts up. Allow 2-3 minutes for the Plexxi Control application to start. Plexxi Control is now upgraded. 3. When finished, verify the upgrade. In a Web browser, log into the Plexxi Control UI as administrator using your Plexxi Control administrator account login and password. The URL format is: 21 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

22 IMPORTANT: When connecting to Plexxi Control on port 8443, you must use the server's FQDN (Fully Qualified Domain Name). 4. Verify the Plexxi Control UI version and that the UI opens successfully. Update Plexxi Control High Availability If Plexxi Control needs to be updated in an HA environment, you run the pcic update command. The pcic update command does not take a version or release number. It automatically updates Plexxi Control to the latest version of the currently installed release. On the management host, run the pcic update command, specifying the name of an inventory file: > pcic update inventory-file For example: > pcic update ~/ha_inventory_file The Plexxi Control HA update begins and completes. Uninstall Plexxi Control High Availability If Plexxi Control High Availability needs to be removed from an environment, you run the pcic uninstall command. On the management host, run the pcic uninstall command, specifying the name of an inventory file: > pcic uninstall inventory-file For example: > pcic uninstall ~/ha_inventory_file The Plexxi Control HA uninstall begins and completes. 22 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

23 8 Verifying High Availability Pacemaker To check the active/standby status of nodes within the Pacemaker cluster, run the pcs status command (as root or via sudo) from any of the hosts in the cluster (as show below). ~]# pcs status Cluster name: pc2 Stack: cman Current DC: pc-ha5 (version el6-e174ec8) - partition with quorum Last updated: Thu Jan 18 09:25: Last change: Thu Jan 18 09:24: by root via crm_attribute o 3 nodes and 11 resources configured Online: [ pc-ha4 pc-ha5 pc-ha6 ] Full list of resources: pgsql-vip (ocf::heartbeat:ipaddr2): Started pc-ha5 plexxidb-backup (ocf::heartbeat:symlink): Started pc-ha5 plexxidb-maint (ocf::heartbeat:symlink): Started pc-ha5 plexxidb-server (ocf::heartbeat:symlink): Started pc-ha5 Master/Slave Set: pgsql-master [pgsql] Masters: [ pc-ha5 ] Slaves: [ pc-ha4 pc-ha6 ] plexxi-control-vip (ocf::heartbeat:ipaddr2): Started pc-ha6 Master/Slave Set: plexxi-control-master [plexxi-control] Masters: [ pc-ha6 ] Slaves: [ pc-ha4 pc-ha5 ] Failed Actions: * pgsql_monitor_16000 on pc-ha6 'unknown error' (1): call=382, status=timed Out, exitreason='none', last-rc-change='thu Jan 18 09:17: ', queued=0ms, exec=10002ms * pgsql_monitor_16000 on pc-ha5 'unknown error' (1): call=379, status=timed Out, exitreason='none', last-rc-change='thu Jan 18 09:17: ', queued=0ms, exec=10003ms Daemon Status: cman: active/disabled corosync: active/disabled pacemaker: active/disabled pcsd: active/enabled 23 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

24 Verifying PostgreSQL HA To check the replication status of PostgreSQL database HA, run the following psql command (as the postgres user) on the node identified as the master within the Pacemaker Master/Slave set labeled 'pgsqlmaster' (as shown below). postgresql replication status > sudo -u postgres psql -c 'select application_name as host, client_addr, client_port, backend_start, backend_xmin, state, sync_priority, sync_state from pg_stat_replication;' host client_addr client_port backend_start backend_xmin state sync_priority sync_state pc-ha :18: streaming 3 potential pc-ha :24: streaming 1 sync The primary server provides sync_priority and sync_state to all managed standby servers, and treats each standby server depending on its respective values: sync_priority indicates the priority of the standby server in synchronous-mode and is a fixed value. The smaller value shows the higher priority, while 0 is the special value that means "in asynchronous-mode". Priorities of standby servers are given in the order listed in the primary's configuration parameter synchronous_standby_names. sync_state is the state of the standby server. It is variable according to the running status of all standby servers and the individual priority. The possible states are: o o o Sync is the state of synchronous-standby server of the highest priority among all working standbys (except asynchronous-servers). Potential is the state of spare synchronous-standby server of the second or lower priority among all working standbys (except asynchronous-servers). If the synchronous-standby has failed, it will be replaced with the highest priority standby within the potential ones. Async is the state of asynchronous-standby server, and this state is fixed. The primary server treats asynchronous-standbys in the same way as potential standbys except that their sync_state can never be 'sync' or 'potential'. 24 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

25 Verifying Plexxi Control High Availability After installation, an instance of Plexxi Control will be running on every node; one as the master and the others as slaves. The following file informs each Plexxi Control instance what role it should assume: /var/run/tomcat/plexxi-control.state Do not edit or delete this file! You can view it to determine which role Pacemaker wishes Plexxi Control to take: master or slave. In addition, the PlexxiCore log file (/var/log/tomcat/plexxi/plexxicore.log) contains the following information: 13:31: [localhost-startstop-1] INFO c.p.f.engine.enginemanagerimpl - Engine Manager: start Enabled: true Active : false HA mode: true For HA mode, the HA mode variable must be true. 25 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

26 9 Administering Plexxi Control Hosts Changing Default Linux Passwords on a New VM Plexxi recommends that, soon after deploying a new Plexxi Control VM, you connect to the new VM and change the default Linux passwords for the root and plexxi user accounts. IMPORTANT: Please ensure that you record these passwords in case they are required for futu re Controller server access. Plexxi Support will be unable to assist with access to your Controller if you change the default passwords and do not know the new passwords. To change the default Linux passwords for the root and plexxi user accounts: 1. Log into Linux (SSH, console) as user plexxi using the default password: plexxi 2. To change the plexxi user password, enter the passwd command and enter the new password twice as prompted: $ passwd 3. Access the root user account. When prompted for a password by the "sudo" command, enter the plexxi" account password that you just set above. $ sudo su 4. To change the root user password, enter the following command and enter the new passwords as prompted: # passwd 5. Exit the root user: # exit $ Changing the Plexxi Control Password Note: To change the administrator password or the password of any user other than yourself, you must have Administrator privileges. Any user can change their own password once logged into Plexxi Control. To change the password for any Plexxi Control user: 1. Open the Plexxi Control UI. In a Web browser, enter the Plexxi Control URL. The URL format is: IMPORTANT: When connecting to Plexxi Control on port 8443, you must use the server's FQDN (Fully Qualified Domain Name). 2. Log into Plexxi Control as administrator. If you are logging into Plexxi Control for the first time, the default credentials are: Username: admin Password: plexxi 26 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

27 3. In the Plexxi Control header, select the Operations icon > Configure > Users. The Manage Users window opens. For example: 4. Select the user and click Edit. The Edit User window opens. 5. In the Password and Confirm Password fields, enter and re-enter the new password. For example: 6. Click OK. The new password will be in effect. 7. Click Close to exit the Manage Users window. The message contains the URL of the new Plexxi Control UI. For example: 2. When finished, verify the Plexxi Control installation. In a Web browser, enter the Plexxi Control URL that was displayed by the Plexxi Control installer. The URL format is: 27 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

28 IMPORTANT: When connecting to Plexxi Control on port 8443, you must use the server's FQDN (Fully Qualified Domain Name). Log into Plexxi Control as administrator using the default credentials: Username: admin Password: plexxi Verify that the Plexxi Control UI opens successfully. 3. Also, you can log into Linux on the Plexxi Control VM as either: User: root and the new Linux root password set earlier in this procedure. User plexxi with the default password plexxi. 4. You can test remote access to Linux as described in the next section. 5. Plexxi recommends that while logged into the Plexxi Control UI as administrator, you change the Plexxi Control password to a secure password. Refer to the section Changing the Plexxi Control Password on page Plexxi recommends that you connect to the new VM and change the default Linux passwords for the root and plexxi user accounts. Refer to the section Changing Default Linux Passwords on a New VM on page The Plexxi Control installation is complete. Disregard all other installation chapters. To configure authentication to the Plexxi switches, refer to the Plexxi Switch Administrator Guide using Linux and Plexxi CLI. To configure advanced authentication for the Control VM system (i.e., UNIX logins to the machine using LDAP, NIS, or directory service for account/password management, etc.) refer to the RedHat Enterprise Linux documentation. Testing Remote Access to the Linux Host Plexxi recommends that you test remote (SSH) access to the Linux host by doing the following: 1. Run the ifconfig command to determine the IP address of the Linux host. The device name is hardware-dependent. If you are using a VM, it will be eth0, however, on a bare-metal server it may be different (though is usually either eth0 or eth1). 2. From another system, attempt an SSH connection to your server's IP address. Note: root logins via SSH are disabled by default. You will need to login using the plexxi user account, using the password plexxi. Optional Configurations The following device and DNS configuration sections are optional. These settings were previously entered during the installation. Configuring Network Settings for a Device IMPORTANT: The settings in this section were previously entered during the installation. You can use these optional screens if you want to change network settings that you previously entered. Otherwise, skip this section. In the Select Action screen, if you select Device configuration, the Select a Device screen opens. From this screen, you can select network devices on the Plexxi Control server/vm to configure. In this example eth0 is being configured: 28 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

29 1. Press tab to select a device and then press Enter. The Network Configuration screen opens to configure the selected device. 2. Edit the device configuration as needed. 3. Press Tab to select OK and then press Enter (or select Cancel to cancel the changes). You are returned to the Select a Device screen. 4. In the Select a Device screen: To save changes and return to the Select Action screen, press Tab to select Save, and then press Enter. To cancel and return to the Select Action screen. press Tab to select Cancel, and then press Enter. 5. Refer to Selecting an Action on page 16. Configuring DNS IMPORTANT: The settings in this section were previously entered during the installation. You can use this optional screen if you want to change DNS network settings that you previously entered. Otherwise, skip this section. 1. In the Select Action screen, press the Down arrow to select DNS configuration and press Enter. The DNS configuration screen appears. 29 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

30 2. Make the edits you want and press Tab to select OK. (Or Cancel to cancel the operation.) 3. Press Spacebar. You are returned to the Select Action screen. 4. Select Quit to exit or Save&Quit to exit. The Authentication Configuration screen appears. See Authentication Configuration for details. Troubleshooting Menu Selecting Troubleshooting from the main menu opens the following Troubleshooting menu: Rescue an existing system: Rescue a previously installed Linux system. Run a memory test: Use this utility to test the system memory and verify that it is working correctly. Boot from local drive: Attempt to boot the system from the local drive, using the boot order as defined in the system BIOS. Return to main menu: Return to the main installer menu. 30 Plexxi Control High Availability: Installation, Upgrade and Administration Guide, 4.0.0

Plexxi Control Installation, Upgrade and Administration Guide Releases 2.3.x, 2.4.x, 3.0.x, 3.1.0

Plexxi Control Installation, Upgrade and Administration Guide Releases 2.3.x, 2.4.x, 3.0.x, 3.1.0 Plexxi Control Installation, Upgrade and Administration Guide Releases 2.3.x, 2.4.x, 3.0.x, 3.1.0 702-20002-10 Rev 2.0 March 31, 2017 100 Innovative Way - Suite 3322 Nashua, NH 03062 Tel. +1.888.630.PLEX

More information

Plexxi Control Installation, Upgrade and Administration Guide Releases 2.3.x, 2.4.x, 3.0.x, 3.1.0

Plexxi Control Installation, Upgrade and Administration Guide Releases 2.3.x, 2.4.x, 3.0.x, 3.1.0 Plexxi Control Installation, Upgrade and Administration Guide Releases 2.3.x, 2.4.x, 3.0.x, 3.1.0 702-20002-10 Rev 2.2 May 16, 2017 100 Innovative Way - Suite 3322 Nashua, NH 03062 Tel. +1.888.630.PLEX

More information

Plexxi Control Installation, Upgrade and Administration Guide Release 3.2.0

Plexxi Control Installation, Upgrade and Administration Guide Release 3.2.0 Plexxi Control Installation, Upgrade and Administration Guide Release 3.2.0 702-20002-10 Rev 3.0 June 27, 2017 100 Innovative Way - Suite 3322 Nashua, NH 03062 Tel. +1.888.630.PLEX (7539) www.plexxi.com

More information

Plexxi HCN Control Software Installation, Upgrade and Administration Guide Release through 3.3.0

Plexxi HCN Control Software Installation, Upgrade and Administration Guide Release through 3.3.0 Plexxi HCN Control Software Installation, Upgrade and Administration Guide Release 3.2.2 through 3.3.0 December 8, 2017 100 Innovative Way - Suite 3322 Nashua, NH 03062 Tel. +1.888.630.PLEX (7539) www.plexxi.com

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

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

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

Plexxi Connect vsphere Plugin User Guide Releases through 2.5.0

Plexxi Connect vsphere Plugin User Guide Releases through 2.5.0 Plexxi HCN Plexxi Connect vsphere Plugin User Guide Releases 2.3.0 through 2.5.0 December 13, 2017 100 Innovative Way - Suite 3322 Nashua, NH 03062 Tel. +1.888.630.PLEX (7539) www.plexxi.com Legal Notices

More information

Plexxi Release Notes Plexxi Switch and Control Release 3.1.1

Plexxi Release Notes Plexxi Switch and Control Release 3.1.1 Plexxi Release Notes Plexxi Switch and Control Release 3.1.1 May 31, 2017 100 Innovative Way- Suite 3322 Nashua, NH 03062 Tel. +1.888.630.PLEX (7539) www.plexxi.com Copyright The information contained

More information

Plexxi Connect Release Notes

Plexxi Connect Release Notes Plexxi Connect Release Notes Release 2.2.0 February 23, 2017 100 Innovative Way- Suite 3322 Nashua, NH 03062 Tel. +1.888.630.PLEX (7539) www.plexxi.com Copyright The information contained herein is subject

More information

Plexxi Release Notes Release 3.1.0

Plexxi Release Notes Release 3.1.0 Plexxi Release Notes Release 3.1.0 March 31, 2017 100 Innovative Way- Suite 3322 Nashua, NH 03062 Tel. +1.888.630.PLEX (7539) www.plexxi.com Copyright The information contained herein is subject to change

More information

Installing Cisco MSE in a VMware Virtual Machine

Installing Cisco MSE in a VMware Virtual Machine Installing Cisco MSE in a VMware Virtual Machine This chapter describes how to install and deploy a Cisco Mobility Services Engine (MSE) virtual appliance. Cisco MSE is a prebuilt software solution that

More information

Product Version 1.1 Document Version 1.0-A

Product Version 1.1 Document Version 1.0-A VidyoDashboard Installation Guide Product Version 1.1 Document Version 1.0-A Table of Contents 1. Overview... 3 About This Guide... 3 Prerequisites... 3... 5 Installing the OVA for VMware ESXi... 5 Configuring

More information

Plexxi HCN Compatibility Matrix

Plexxi HCN Compatibility Matrix Plexxi HCN Compatibility Matrix Document Version 9.1 December 15, 2017 100 Innovative Way - Suite 3322 Nashua, NH 03062 Tel. +1.888.630.PLEX (7539) www.plexxi.com Legal Notices The information contained

More information

Virtual Appliance User s Guide

Virtual Appliance User s Guide Cast Iron Integration Appliance Virtual Appliance User s Guide Version 4.5 July 2009 Cast Iron Virtual Appliance User s Guide Version 4.5 July 2009 Copyright 2009 Cast Iron Systems. All rights reserved.

More information

VMware vfabric Data Director Installation Guide

VMware vfabric Data Director Installation Guide VMware vfabric Data Director Installation Guide vfabric Data Director 1.0.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

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

100 Innovative Way- Suite 3322 Nashua, NH Tel PLEX (7539) Plexxi Release Notes

100 Innovative Way- Suite 3322 Nashua, NH Tel PLEX (7539)   Plexxi Release Notes 100 Innovative Way- Suite 3322 Nashua, NH 03062 Tel. +1.888.630.PLEX (7539) www.plexxi.com Plexxi Release Notes Release 2.2.1 March 30, 2016 Introduction This document contains information about the Plexxi

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

SOA Software API Gateway Appliance 6.3 Administration Guide

SOA Software API Gateway Appliance 6.3 Administration Guide SOA Software API Gateway Appliance 6.3 Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names, logos,

More information

ISO Installation Guide. Version 1.2 December 2015

ISO Installation Guide. Version 1.2 December 2015 Version 1.2 December 2015 ISO Installation Guide Copyright 2015 iwebgate. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or

More information

Installing Cisco CMX in a VMware Virtual Machine

Installing Cisco CMX in a VMware Virtual Machine Installing Cisco CMX in a VMware Virtual Machine This chapter describes how to install and deploy a Cisco Mobility Services Engine (CMX) virtual appliance. Cisco CMX is a prebuilt software solution that

More information

VMware vfabric Data Director Installation Guide

VMware vfabric Data Director Installation Guide VMware vfabric Data Director Installation Guide vfabric Data Director 2.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Dell Storage Compellent Integration Tools for VMware

Dell Storage Compellent Integration Tools for VMware Dell Storage Compellent Integration Tools for VMware Version 4.0 Administrator s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

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

Reset the Admin Password with the ExtraHop Rescue CD

Reset the Admin Password with the ExtraHop Rescue CD Reset the Admin Password with the ExtraHop Rescue CD Published: 2018-01-19 This guide explains how to reset the administration password on physical and virtual ExtraHop appliances with the ExtraHop Rescue

More information

Dell Storage Integration Tools for VMware

Dell Storage Integration Tools for VMware Dell Storage Integration Tools for VMware Version 4.1 Administrator s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION:

More information

VMware Identity Manager Connector Installation and Configuration (Legacy Mode)

VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until

More information

HyTrust Appliance Installation Guide

HyTrust Appliance Installation Guide HyTrust Appliance Installation Guide Version 3.0.2 October, 2012 HyTrust Appliance Installation Guide Copyright 2009-2012 HyTrust Inc. All Rights Reserved. HyTrust, Virtualization Under Control and other

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

RealPresence Platform Director

RealPresence Platform Director RealPresence CloudAXIS Suite Administrators Guide Software 1.3.1 ADMINISTRATOR S GUIDE Software 1.7.0 July 2014 3725-66008-001 Rev B2 RealPresence Platform Director Polycom, Inc. 1 Copyright 2014, Polycom,

More information

Juniper Secure Analytics Virtual Appliance Installation Guide

Juniper Secure Analytics Virtual Appliance Installation Guide Juniper Secure Analytics Virtual Appliance Installation Guide Release 7.3.0 Modified: 2017-09- Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 9089 USA 08-75-2000 www.juniper.net Copyright

More information

Cluster Server Generic Application Agent Configuration Guide - AIX, Linux, Solaris

Cluster Server Generic Application Agent Configuration Guide - AIX, Linux, Solaris Cluster Server 7.3.1 Generic Application Agent Configuration Guide - AIX, Linux, Solaris Last updated: 2017-11-04 Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and

More information

Deploy the ExtraHop Discover 3100, 6100, 8100, or 9100 Appliances

Deploy the ExtraHop Discover 3100, 6100, 8100, or 9100 Appliances Deploy the ExtraHop Discover 3100, 6100, 8100, or 9100 s Published: 2017-12-29 This guide explains how to install the rack-mounted EDA 3100, EDA 6100, EDA 8100, and EDA 9100 ExtraHop Discover appliances.

More information

OneSign Virtual Appliance Guide

OneSign Virtual Appliance Guide OneSign Virtual Appliance Guide A OneSign Virtual Appliance is a self-contained software implementation of the OneSign server that is functionally equivalent to a OneSign hardware appliance. You host and

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

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

Link Gateway Initial Configuration Manual

Link Gateway Initial Configuration Manual Link Gateway Initial Configuration Manual Copyright 2016 NetLinkz. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated

More information

VMware ESX ESXi and vsphere. Installation Guide

VMware ESX ESXi and vsphere. Installation Guide VMware ESX ESXi and vsphere Installation Guide UPDATED: 28 March 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo

More information

Deploying Cisco UCS Central

Deploying Cisco UCS Central This chapter includes the following sections: Obtaining the Cisco UCS Central Software from Cisco, page 1 Using the Cisco UCS Central OVA File, page 2 Using the Cisco UCS Central ISO File, page 4 Logging

More information

dctrack Quick Setup Guide (Recommended) Obtain a dctrack Support Website Username and Password

dctrack Quick Setup Guide (Recommended) Obtain a dctrack Support Website Username and Password dctrack 5.0.0 Quick Setup Guide This guide walks you through installing dctrack for the first time. In other words, this is a clean install - it is not an integration of dctrack and Power IQ, and it is

More information

on VMware Deployment Guide November 2018 Deployment Guide for Unitrends Free on VMware Release 10.3 Version Provide feedback

on VMware Deployment Guide November 2018 Deployment Guide for Unitrends Free on VMware Release 10.3 Version Provide feedback Deployment Guide November 2018 Release 10.3 Version 1.11152018 2 Copyright Copyright 2018 Unitrends Incorporated. All rights reserved. Content in this publication is copyright material and may not be copied

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

IPMI Configuration Guide

IPMI Configuration Guide IPMI Configuration Guide 1. Introduction of IPMI Server Manager... 2 2. IPMI Server Manager GUI Overview... 3 1 1. Introduction of IPMI Server Manager IPMI Server Manager allows remote access of computers

More information

Active Fabric Manager Installation Guide 1.5

Active Fabric Manager Installation Guide 1.5 Active Fabric Manager Installation Guide 1.5 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates either

More information

HyTrust CloudControl Installation Guide

HyTrust CloudControl Installation Guide HyTrust CloudControl Installation Guide Version 4.5 August, 2015 Use, reproduction, or disclosure is subject to restrictions set forth in Contract Number 2009*0674524*000 and Sub Contract No. HyTrust 01.

More information

Xcalar Installation Guide

Xcalar Installation Guide Xcalar Installation Guide Publication date: 2018-03-16 www.xcalar.com Copyright 2018 Xcalar, Inc. All rights reserved. Table of Contents Xcalar installation overview 5 Audience 5 Overview of the Xcalar

More information

Log & Event Manager UPGRADE GUIDE. Version Last Updated: Thursday, May 25, 2017

Log & Event Manager UPGRADE GUIDE. Version Last Updated: Thursday, May 25, 2017 UPGRADE GUIDE Log & Event Manager Version 6.3.1 Last Updated: Thursday, May 25, 2017 Retrieve the latest version from: https://support.solarwinds.com/success_center/log_event_manager_(lem)/lem_documentation

More information

StorageGRID Webscale 11.1 Expansion Guide

StorageGRID Webscale 11.1 Expansion Guide StorageGRID Webscale 11.1 Expansion Guide October 2018 215-12800_B0 doccomments@netapp.com Table of Contents 3 Contents Expansion overview... 4 Planning and preparation... 5 Reviewing the options and

More information

OpenManage Integration for VMware vcenter Quick Installation Guide for vsphere Web Client Version 3.2

OpenManage Integration for VMware vcenter Quick Installation Guide for vsphere Web Client Version 3.2 OpenManage Integration for VMware vcenter Quick Installation Guide for vsphere Web Client Version 3.2 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better

More information

Migrating vrealize Automation 6.2 to 7.2

Migrating vrealize Automation 6.2 to 7.2 Migrating vrealize Automation 6.2 to 7.2 vrealize Automation 7.2 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

NexentaStor VVOL

NexentaStor VVOL NexentaStor 5.1.1 VVOL Admin Guide Date: January, 2018 Software Version: NexentaStor 5.1.1 VVOL Part Number: 3000-VVOL-5.1.1-000065-A Table of Contents Preface... 3 Intended Audience 3 References 3 Document

More information

Quick Start Guide for Vmware. Version 2.5 Vmware vsphere Instance

Quick Start Guide for Vmware. Version 2.5 Vmware vsphere Instance Quick Start Guide for Vmware Version 2.5 Vmware vsphere Instance CONTENTS 1. Introduction 1.1 Running Gemini appliance on Vmware vsphere 1.1.1 Supported Versions 1.1.2 System Requirement 1.1.3 Note on

More information

Boot Attestation Service 3.0.0

Boot Attestation Service 3.0.0 Product Guide Boot Attestation Service 3.0.0 For use with epolicy Orchestrator 4.6.0, 5.0.0 Software COPYRIGHT Copyright 2013 McAfee, Inc. Do not copy without permission. TRADEMARK ATTRIBUTIONS McAfee,

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Dell Storage Compellent Integration Tools for VMware

Dell Storage Compellent Integration Tools for VMware Dell Storage Compellent Integration Tools for VMware Administrator s Guide Version 3.1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

UDP Director Virtual Edition Installation and Configuration Guide (for Stealthwatch System v6.9.0)

UDP Director Virtual Edition Installation and Configuration Guide (for Stealthwatch System v6.9.0) UDP Director Virtual Edition Installation and Configuration Guide (for Stealthwatch System v6.9.0) Installation and Configuration Guide: UDP Director VE v6.9.0 2016 Cisco Systems, Inc. All rights reserved.

More information

McAfee Boot Attestation Service 3.5.0

McAfee Boot Attestation Service 3.5.0 Product Guide McAfee Boot Attestation Service 3.5.0 For use with epolicy Orchestrator 4.6.7, 4.6.8, 5.1.0 Software COPYRIGHT Copyright 2014 McAfee, Inc. Do not copy without permission. TRADEMARK ATTRIBUTIONS

More information

ElasterStack 3.2 User Administration Guide - Advanced Zone

ElasterStack 3.2 User Administration Guide - Advanced Zone ElasterStack 3.2 User Administration Guide - Advanced Zone With Advance Zone Configuration TCloud Computing Inc. 6/22/2012 Copyright 2012 by TCloud Computing, Inc. All rights reserved. This document is

More information

Installing the Cisco Nexus 1000V Software Using ISO or OVA Files

Installing the Cisco Nexus 1000V Software Using ISO or OVA Files Installing the Cisco Nexus 1000V Software Using ISO or OVA Files This chapter contains the following sections: Installing the VSM Software, page 1 Installing the VSM Software Installing the Software from

More information

Deploy the ExtraHop Discover Appliance 1100

Deploy the ExtraHop Discover Appliance 1100 Deploy the ExtraHop Discover Appliance 1100 Published: 2018-07-17 The following procedures explain how to deploy an ExtraHop Discover appliance 1100. System requirements Your environment must meet the

More information

IronKey EMS On-Prem 7.1 Quick Start Guide

IronKey EMS On-Prem 7.1 Quick Start Guide IronKey EMS On-Prem 7.1 Quick Start Guide Last Updated June 2017 System Requirements Requirement Description Database Microsoft SQL Server 2005, Microsoft SQL Server 2008, or Microsoft SQL Server 2012,

More information

SUREedge MIGRATOR INSTALLATION GUIDE FOR VMWARE

SUREedge MIGRATOR INSTALLATION GUIDE FOR VMWARE SUREedge MIGRATOR INSTALLATION GUIDE 5.0.1 FOR VMWARE 2025 Gateway Place, Suite #480, San Jose, CA, 95110 Important Notice This document is provided "as is" without any representations or warranties, express

More information

SuperLumin Nemesis. Getting Started Guide. February 2011

SuperLumin Nemesis. Getting Started Guide. February 2011 SuperLumin Nemesis Getting Started Guide February 2011 SuperLumin Nemesis Legal Notices Information contained in this document is believed to be accurate and reliable. However, SuperLumin assumes no responsibility

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

akkadian Global Directory 3.0 System Administration Guide

akkadian Global Directory 3.0 System Administration Guide akkadian Global Directory 3.0 System Administration Guide Updated July 19 th, 2016 Copyright and Trademarks: I. Copyright: This website and its content is copyright 2014 Akkadian Labs. All rights reserved.

More information

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager VMware Identity Manager Cloud Deployment DEC 2017 VMware AirWatch 9.2 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Deploy the ExtraHop Discover 3000, 6000, or 8000 Appliances

Deploy the ExtraHop Discover 3000, 6000, or 8000 Appliances Deploy the ExtraHop Discover 3000, 6000, or 8000 s Published: 2018-12-14 This guide explains how to install the rack-mounted ExtraHop EH3000, EH6000, and EH8000 Discover appliances. System requirements

More information

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager VMware Identity Manager Cloud Deployment Modified on 01 OCT 2017 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The

More information

RealPresence Platform Director

RealPresence Platform Director RealPresence CloudAXIS Suite Administrators Guide Software 1.3.1 ADMINISTRATOR GUIDE Software 1.8 December 2014 3725-66008-001 Rev C RealPresence Platform Director Polycom, Inc. 1 Copyright 2014, Polycom,

More information

Version 2.3 User Guide

Version 2.3 User Guide V Mware vcloud Usage Meter Version 2.3 User Guide 2012 VMware, Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws. This product is covered

More information

Installing or Upgrading ANM Virtual Appliance

Installing or Upgrading ANM Virtual Appliance CHAPTER 2 This chapter describes how to deploy Cisco ANM Virtual Appliance 4.3 (new installation) and how to upgrade from ANM software version 4.1 or 4.2 to software version 4.3. This chapter includes

More information

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA Contacting Leostream Leostream Corporation http://www.leostream.com 271 Waverley Oaks Rd. Telephone: +1 781 890 2019 Suite 206 Waltham, MA 02452 USA To submit an enhancement request, email features@leostream.com.

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

vrealize Suite Lifecycle Manager 1.0 Installation and Management vrealize Suite 2017

vrealize Suite Lifecycle Manager 1.0 Installation and Management vrealize Suite 2017 vrealize Suite Lifecycle Manager 1.0 Installation and Management vrealize Suite 2017 vrealize Suite Lifecycle Manager 1.0 Installation and Management You can find the most up-to-date technical documentation

More information

UDP Director Virtual Edition

UDP Director Virtual Edition UDP Director Virtual Edition (also known as FlowReplicator VE) Installation and Configuration Guide (for StealthWatch System v6.7.0) Installation and Configuration Guide: UDP Director VE v6.7.0 2015 Lancope,

More information

Troubleshooting Cisco APIC-EM Single and Multi-Host

Troubleshooting Cisco APIC-EM Single and Multi-Host Troubleshooting Cisco APIC-EM Single and Multi-Host The following information may be used to troubleshoot Cisco APIC-EM single and multi-host: Recovery Procedures for Cisco APIC-EM Node Failures, page

More information

Cisco Prime Collaboration Deployment

Cisco Prime Collaboration Deployment Install System Requirements for Installation, page 1 Browser Requirements, page 2 IP Address Requirements, page 2 Virtualization Software License Types, page 3 Frequently Asked Questions About the Installation,

More information

Installing the Cisco Virtual Network Management Center

Installing the Cisco Virtual Network Management Center CHAPTER 4 Installing the Cisco Virtual Network Management Center This chapter provides procedures for installing the Cisco Virtual Network Management Center (VNMC). This chapter includes the following

More information

Cisco UCS C-Series IMC Emulator Quick Start Guide. Cisco IMC Emulator 2 Overview 2 Setting up Cisco IMC Emulator 3 Using Cisco IMC Emulator 9

Cisco UCS C-Series IMC Emulator Quick Start Guide. Cisco IMC Emulator 2 Overview 2 Setting up Cisco IMC Emulator 3 Using Cisco IMC Emulator 9 Cisco UCS C-Series IMC Emulator Quick Start Guide Cisco IMC Emulator 2 Overview 2 Setting up Cisco IMC Emulator 3 Using Cisco IMC Emulator 9 Revised: October 6, 2017, Cisco IMC Emulator Overview About

More information

VMware vsphere 5.5: Install, Configure, Manage Lab Addendum. Lab 3: Configuring VMware ESXi

VMware vsphere 5.5: Install, Configure, Manage Lab Addendum. Lab 3: Configuring VMware ESXi VMware vsphere 5.5: Install, Configure, Manage Lab Addendum Lab 3: Configuring VMware ESXi Document Version: 2014-07-08 Copyright Network Development Group, Inc. www.netdevgroup.com NETLAB Academy Edition,

More information

Service Portal User Guide

Service Portal User Guide FUJITSU Cloud Service K5 IaaS Service Portal User Guide Version 1.4 FUJITSU LIMITED All Rights Reserved, Copyright FUJITSU LIMITED 2015-2016 K5IA-DC-M-005-001E Preface Purpose of This Manual This manual

More information

Wowza Media Server Pro for Riverbed Steelhead. Installation Guide

Wowza Media Server Pro for Riverbed Steelhead. Installation Guide Wowza Media Server Pro for Riverbed Steelhead Installation Guide Wowza Media Server Pro for Riverbed Steelhead Installation Guide Version 2.0 Wowza Media Systems, Inc. 1153 Bergen Parkway, #181 Evergreen,

More information

IronKey EMS Quick Start Guide. version 7.2 DataLocker Inc. June, 2018

IronKey EMS Quick Start Guide. version 7.2 DataLocker Inc. June, 2018 IronKey EMS Quick Start Guide version 7.2 DataLocker Inc. June, 2018 1 System Requirements Requirement Description Database Microsoft SQL Server 2005, Microsoft SQL Server 2008, Microsoft SQL Server 2012,

More information

Double-Take AVAILABILITY. Version 7.0 Double-Take Availability for vsphere User's Guide

Double-Take AVAILABILITY. Version 7.0 Double-Take Availability for vsphere User's Guide Double-Take AVAILABILITY Version 7.0 Double-Take Availability for vsphere User's Guide Notices Double-Take Availability for vsphere User's Guide Version 7.0, Tuesday, April 29, 2014 Check the Vision Solutions

More information

VMware vsphere Big Data Extensions Administrator's and User's Guide

VMware vsphere Big Data Extensions Administrator's and User's Guide VMware vsphere Big Data Extensions Administrator's and User's Guide vsphere Big Data Extensions 1.1 This document supports the version of each product listed and supports all subsequent versions until

More information

Double-Take AVAILABILITY. Version 7.0 Double-Take Availability for vsphere User's Guide

Double-Take AVAILABILITY. Version 7.0 Double-Take Availability for vsphere User's Guide Double-Take AVAILABILITY Version 7.0 Double-Take Availability for vsphere User's Guide Notices Double-Take Availability for vsphere User's Guide Version 7.0, Friday, December 13, 2013 Check the Vision

More information

Deployment Guide for Unitrends Backup on VMware

Deployment Guide for Unitrends Backup on VMware Deployment Guide for Unitrends Deployment Guide July 2018 Deployment Guide for Unitrends Backup on VMware Release 10.2 Version 1.07102018 2 Deployment Guide for Unitrends Copyright Copyright 2018 Unitrends

More information

Proofpoint Threat Response

Proofpoint Threat Response Proofpoint Threat Response Threat Response Auto Pull (TRAP) - Installation Guide Proofpoint, Inc. 892 Ross Drive Sunnyvale, CA 94089 United States Tel +1 408 517 4710 www.proofpoint.com Copyright Notice

More information

VMware Adapter for SAP Landscape Management Installation Configuration and Administration Guide for VI Administrators

VMware Adapter for SAP Landscape Management Installation Configuration and Administration Guide for VI Administrators VMware Adapter for SAP Landscape Management Installation Configuration and Administration Guide for VI Administrators Product version 1.4.1 running on vsphere 6.0 VMware Adapter for SAP Landscape Management

More information

VMware Adapter for SAP Landscape Management Installation Configuration and Administration Guide for VI Administrators

VMware Adapter for SAP Landscape Management Installation Configuration and Administration Guide for VI Administrators VMware Adapter for SAP Landscape Management Installation Configuration and Administration Guide for VI Administrators Product version 1.4.1 running on vsphere 5.5 VMware Adapter for SAP Landscape Management

More information

Load Balancing Censornet USS Gateway. Deployment Guide v Copyright Loadbalancer.org

Load Balancing Censornet USS Gateway. Deployment Guide v Copyright Loadbalancer.org Load Balancing Censornet USS Gateway Deployment Guide v1.0.0 Copyright Loadbalancer.org Table of Contents 1. About this Guide...3 2. Loadbalancer.org Appliances Supported...3 3. Loadbalancer.org Software

More information

Parallels Server 5 Bare Metal

Parallels Server 5 Bare Metal Parallels Server 5 Bare Metal Installation Guide Copyright 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o Parallels International GMbH. Parallels

More information

Installation of Cisco Business Edition 6000H/M

Installation of Cisco Business Edition 6000H/M Installation Overview, page 1 Installation Task Flow of Cisco Business Edition 6000H/M, page 2 Installation Overview This chapter describes the tasks that you must perform to install software on your Business

More information

KEMP 360 Central for vsphere. Installation Guide

KEMP 360 Central for vsphere. Installation Guide KEMP 360 Central for vsphere Installation Guide UPDATED: 09 October 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo

More information

Install and Configure FindIT Network Manager and FindIT Network Probe on a VMware Virtual Machine

Install and Configure FindIT Network Manager and FindIT Network Probe on a VMware Virtual Machine Install and Configure FindIT Network Manager and FindIT Network Probe on a VMware Virtual Machine Objective The Cisco FindIT Network Management provides tools that help you easily monitor, manage, and

More information

Cisco Emergency Responder Installation

Cisco Emergency Responder Installation Overview, page 1 Hardware and Software Prerequisites, page 1 System Preparations, page 2 Installation and Migration on the Cisco UCS Server, page 4 Installation on a New System, page 13 Emergency Responder

More information

ScaleArc Azure Deployment Guide

ScaleArc Azure Deployment Guide ScaleArc Azure Deployment Guide ScaleArc 2901 Tasman Drive, Suite 210 Santa Clara, CA 95054 Page 1 of 17 Copyrights and Trademarks Copyright 2009-2012 ScaleArc, all rights reserved. The information contained

More information