HP Services zl Module ngenius Integrated Agent Installation and Getting Started Guide

Size: px
Start display at page:

Download "HP Services zl Module ngenius Integrated Agent Installation and Getting Started Guide"

Transcription

1 HP Services zl Module ngenius Integrated Agent Installation and Getting Started Guide Part Number Revision A September 28, 2010

2 Copyright 2008 Hewlett-Packard Development Company, L.P. Copyright 2008 NetScout Systems Software Credits and Notices SSL on HP Networking Switches is based on the OpenSSL software toolkit. This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. For more information on OpenSSL, visit Open Source Software Acknowledgement This software incorporates open source components that are governed by the GNU General Public License (GPL). In accordance with this license, HP will make available a complete, machine readable copy of the source code components covered by the GNU GPL upon receipt of a written request. Send a request to: NetScout Systems, Inc. 310 Littleton Rd. Westford, MA (978) Hewlett-Packard Company, L.P. HP Services zl Module GNU GPL Source Code Attn: HP Networking Support MS: 5551 Roseville, CA USA Disclaimer HEWLETT-PACKARD COMPANY MAKES NO WARRANTY OF ANY KIND WITH REGARD TO THIS MATERIAL, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Hewlett-Packard shall not be liable for errors contained herein or for incidental or consequential damages in connection with the furnishing, performance, or use of this material. The information contained herein is subject to change without notice. The only warranties for HP products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HP shall not be liable for technical or editorial errors or omissions contained herein. Hewlett-Packard assumes no responsibility for the use or reliability of its software on equipment that is not furnished by Hewlett-Packard. 2

3 Table of Contents Overview... 4 Step-by-step instructions Install the Services zl Module hardware Download the software image onto the Services zl Module Install the software image on the Services zl Module Activate the ngenius Integrated Agent product software image Access the ngenius Integrated Agent CLI Configure the Services zl Module ports into a specific VLAN Configure ngenius Integrated Agent using the CLI Post-Install Verification Configuring ngenius Integrated Agent Software Access the ngenius Integrated Agent Windows Clients UNIX Clients Configure ngenius Integrated Agent using ngenius Performance Manager Rebooting the Services zl Module Technical Support

4 Overview The HP Services zl Module is shipped from the factory ready for the ngenius Integrated Agent software image to be downloaded and installed. It does not have any specific application software or an application-related operating system already installed. Instead, a resident Service OS provides the ability to download, install. and activate a complete operating system image that includes the ngenius Integrated Agent application. After the ngenius Integrated Agent image is downloaded, installed and activated on the Services zl Module, it becomes joined to that one particular module. Because the Services zl Module is not shipped with any specific network function or service until a Product OS image is added, it provides a unique ability to become a dedicated appliance within a switch after the ngenius Integrated Agent image is installed and activated. This document describes the steps needed to install and activate ngenius Integrated Agent on the Services zl Module. Because the Services zl Module is not a server device, it is necessary to follow the steps described in this document to successfully complete the installation. Before proceeding, register for accounts both at and at These accounts provide access to product support information, updates, and license keys. Step-by-step instructions 1. Install the Services zl Module hardware Before installing the Services zl Module into the switch chassis, access the switch CLI and verify the following items: Verify that the switch CLI is configured correctly for network access. Verify that the switch s time and date are set correctly. Verify the switch has the most current module-compatible software installed. The switch software version should be K or later. Use the following command to check the switch software version: Hostswitch# show version <CR> Image stamp:... <date, time> K.14.XX... Boot Image: Primary 4

5 If the switch software needs to be updated, follow the directions in the HP Services zl Module Installation and Getting Started Guide to update the software. Next, install the Services zl Module following directions and safety precautions in the HP Services zl Module Installation and Getting Started Guide. Verify the module is installed successfully. When the module is installed, it undergoes a self test that takes a few seconds. The LEDs on the front panel of the module help determine if the module has passed the self test. For more information, see the HP Services zl Module Installation and Getting Started Guide. 2. Download the software image onto the Services zl Module Contact NetScout Systems for software licensing options and instructions on how to acquire access to the ngenius Integrated Agent product software image. Once the ngenius Integrated Agent product software image is received, it can be downloaded onto the Services zl Module using either a USB flash drive or using FTP file transfer through the local network. Download Using USB Flash Drive Copy the image files onto a USB flash drive. Make sure the drive is FAT/FAT32 formatted and can hold all files that will be downloaded (at least 1GB free space). If the software image is provided in the form of a zip file, first unzip the contents. Then, create a directory on the USB flash drive using the same structure and copy all files to it. For example: /images/ IA-xxx-yyy-HP/ Note: The xxx-yyy indicates the major and minor build numbers, respectively. Type "services" to list the services installed on the Services zl Module: Hostswitch> services <CR> Installed Services Slot Index Description Name B 1. Services Module services-module The Services zl Module service is in Slot B at index 1 and has the name servicesmodule. Type either of the following commands to access the Services zl Module CLI: Hostswitch# service b 1 <CR> Hostswitch(svcs-mod-B:SvcOS)# boot service 5

6 or Hostswitch# service b name services-module <CR> Hostswitch(svcs-mod-B:SvcOS)# boot service Insert the USB flash drive with the ngenius Integrated Agent image into the USB slot on the front of the Services zl Module. IMPORTANT: The USB flash drive must be inserted into the USB slot on the front of the Services zl Module, NOT into the USB slot on the switch chassis. Type the following commands to copy the image to the image repository on the Services zl Module: Hostswitch(svcs-mod-B:SvcOS)# usb mount <CR> Hostswitch(svcs-mod-B:SvcOS)# usb copyfrom IA-xxx-yyy-HP <CR> Hostswitch(svcs-mod-B:SvcOS)# usb unmount <CR> Once the copy completes, enter the usb unmount command and remove the USB disk (if installing from USB). Important: Ensure the USB disk is removed from the Service Module before booting into the Product OS. Download Using FTP File Transfer Before using FTP to transfer the image to the Services zl Module, use the show ip command to make sure it is configured with an IP address: Hostswitch(svcs-mod-B:SvcOS)# show ip <CR> IP address : Netmask : Default Gateway : If the IP address is not configured (as shown above), use the ip command to configure an IP address and default gateway. You can either use DHCP or configure a static address. The syntax is as follows: Hostswitch(svcs-mod-B:SvcOS)# ip <CR> address Set IP parameters. default-gateway Configure the IP address of the default gateway router. dhcp Configure the interface to use DHCP. 6

7 If the software image is provided in the form of a zip file, first unzip the image directory and copy it (as a sub-directory) to the FTP server. For example: /var/ftp/images/ia-xxx-yyy-hp/ Note: The xxx-yyy indicates the major and minor build numbers, respectively. Type "services" to list the services installed on the Services zl Module: Hostswitch> services <CR> Installed Services Slot Index Description Name B 1. Services Module services-module The Services zl Module service is in Slot B at index 1 and has the name servicesmodule. Type either of the following commands to access the Services zl Module CLI: Hostswitch# service b 1 <CR> Hostswitch(svcs-mod-B:SvcOS)# or Hostswitch# service b name services-module <CR> Hostswitch(svcs-mod-B:SvcOS)# Next, type the following command to initiate FTP file transfer: Hostswitch(svcs-mod-B:SvcOS)# download ftp <IP-ADDRESS> /var/ftp/images/iaxxx-yyy-hp user <USERNAME> <CR> Password: ******** <IP-ADDRESS> is the IP address of the FTP server to which the product image directory was copied, xxx-yyy are the major and minor build numbers included in the image directory name, and <USERNAME> is the optional login ID for the FTP server (enter this login ID only if it s required for FTP server login). 7

8 3. Install the software image on the Services zl Module After the ngenius Integrated Agent software image is downloaded into the Services zl Module image repository (using either USB file copy or FTP transfer), type the following commands to install the image: Hostswitch# services b 1 <CR> Hostswitch(svcs-mod-B:SvcOS)# uninstall ONE-app <CR> Hostswitch(svcs-mod-B:SvcOS)# install ONE-app local IA-xxx-yyy-HP <CR> Important: Ensure the USB disk is removed from the Service Module before booting into the Product OS. Boot into the Product OS by entering the boot ONE-app command. Hostswitch(svcs-mod-B:SvcOS) boot ONE-app Verifying image... Changing boot from CF Service OS to Product OS. Rebooting Hostswitch(svcs-mod-B:SvcOS)# 4. Activate the ngenius Integrated Agent product software image After the software image is installed onto the Services zl Module, it must be registered and activated before being run for the first time. To do this, first obtain a hardware ID for the Services zl Module by entering the following commands: Hostswitch# services b 1 <CR> Hostswitch(svcs-mod-B:SvcOS)# licenses hardware-id activation <CR> The hardware Id for package "activation" is SG000GG000-A ABCDEFG ABCDEFG Note: SG000GG000 is the serial number of the Services zl Module. Detailed instructions to find your activation hardware ID are embedded in the My Networking portal ( registration pages and are also available in the HP Services zl Module Installation and Getting Started Guide. 8

9 Use this activation hardware ID to register the Services zl Module through the My Networking portal. Sign in to the portal and then click on My Licenses and follow the instructions to complete the registration process. You will be asked to enter the activation hardware ID as well as the registration ID that was provided along with the ngenius Integrated Agent product software image. Once the registration process has completed successfully, you should receive a license key in and on the screen. This license key must be installed on the Services zl Module. For instructions on how to install the license key, see the HP Services zl Module Installation and Getting Started Guide. The following commands install the license key on the Services zl Module: Hostswitch# services b 1 <CR> Hostswitch(svcs-mod-B:SvcOS)# licenses install activation SG0000GG000-A ABCDEFG ABCDEFG <CR> Hostswitch(svcs-mod-B:SvcOS)# boot ONE-app <CR> Changing boot from Service OS to Product OS. System will be rebooted. Do you want to continue [y/n]? y Rebooting Check the boot progress on the Services zl Module until the Product OS is running (you can use the repeat command to monitor booting progress): Hostswitch# show services b <CR> Status and Counters - Services Module A Status HP Services zl Module J9154A Versions Status : A.01.06, B : not responding For more information, use the show commands in services context Hostswitch# repeat <CR> Press any key to exit the repeat command once the Status for the module is booted, as shown below: Hostswitch# show services b <CR> Status and Counters - Services Module A Status HP Services zl Module J9154A Versions : A.01.06, B

10 Status : booted For more information, use the show commands in services context Hostswitch# repeat <CR> IMPORTANT: The USB flash drive must be removed from the USB slot on the front of the Services zl Module before the module is rebooted. If it is not, the module may appear to hang instead of rebooting. To recover, simply remove the USB flash drive, disengage the module from the switch chassis for 5 seconds, then reinsert the module to restart the boot process. After the Services zl Module reboots, the ngenius Integrated Agent command line interface (CLI) becomes available. 5. Access the ngenius Integrated Agent CLI Type "services" in the switch CLI to list the services installed on the Services zl Module: Hostswitch# services <CR> Installed Services Slot Index Description Name B 1. Services zl Module svcs-mod Type the following commands to access the ngenius Integrated Agent CLI: Hostswitch# config Hostswitch# services b tech Fedora release 12 (Constantine) Kernel NetScout_1.fc12.x86_64 on an x86_64 (ttys0) localhost.localdomain login: root Password: Last login: Fri Aug 6 11:16:28 from

11 6. Configure the Services zl Module ports into a specific VLAN The Services zl Module provides two internal Ethernet port connections into the switch after installation. By default, both ports are placed in the default VLAN. For example, if the Services zl Module is installed into slot B of the switch chassis, the internal ports appear as B1 and B2, and are automatically placed in the default VLAN. Depending on the VLAN configuration in the switch, one or both of these ports may need to be reassigned into a different VLAN. This is done by using the switch's management interface, just like any other port on the switch. The VLAN that the internal ports are placed in is important when configuring network parameters (e.g. IP address) for the services on the zl Module. These network parameters need to match the network configuration of the VLAN they are members of. The VLAN configuration in the switch can be seen using: Hostswitch# show vlans <CR> Status and Counters VLAN Information Maximum VLANs to support : 256 Primary VLAN : DEFAULT_VLAN Management VLAN : VLAN ID Name Status Voice Jumbo DEFAULT_VLAN Port-based No No 123 VLAN_123 Port-based No No For this example, the ports assigned to the default VLAN can be seen using: Hostswitch# show vlan 1 <CR> Status and Counters VLAN Information VLAN 1 VLAN ID : 1 Name : DEFAULT_VLAN Status: Port-based Voice : No Jumbo : No Port Information Mode Unknown VLAN Status B1 Untagged Learn Up B2 Untagged Learn Up In this example, if all other switch ports are assigned to VLAN 123, the two Services zl Module ports will also need to be assigned to VLAN 123 in order to be accessible. These ports can be assigned as tagged using: 11

12 Hostswitch# configure <CR> Hostswitch(config)# vlan 123 <CR> Hostswitch(vlan-123)# tagged B1,B2 <CR> or else as untagged using: Hostswitch# configure <CR> Hostswitch(config)# vlan 123 <CR> Hostswitch(vlan-123)# untagged B1,B2 <CR> See the Management and Configuration Guide for the HP Series 3500yl, 6200yl, 5400zl, and 8200zl Switches for more information on VLAN configuration. 12

13 7. Configure ngenius Integrated Agent using the CLI Enter the ngenius Integrated Agent CLI. The available commands are listed if you type the? or TAB character. As you type a command you can press? or TAB at any time to see matching commands or arguments: Hostswitch(AppSW-B)# <?>... (list of AppSW CLI commands appears here)... exit Return to switch command context When entering a command, there may be a delay of a few seconds as the command is processed - this is normal behavior. Wait for the command prompt before trying to enter further commands. Using the ngenius Integrated Agent CLI, configure network settings, set time and time zone, synchronize time, set passwords, and set security. Use the "show" command to verify the settings: Hostswitch(AppSW-B)# show <CR> Post-Install Verification Once the Service Module is booted, enter the following commands to access the Product OS from the switch: config services b tech Hostswitch# config Hostswitch# services b tech Fedora release 12 (Constantine) Kernel NetScout_1.fc12.x86_64 on an x86_64 (ttys0) localhost.localdomain login: root Password: Last login: Fri Aug 6 11:16:28 from The Product OS environment is a LINUX shell similar to the ngenius InfiniStream appliance. Confirm the eth0 port is detected for management only. The eth1 port is used for monitoring only and will not appear in ifconfig output. 13

14 Note: The ifconfig command output does not display information for the eth1 port. The eth2 port is currently unused but will appear in the ifconfig command output. ~]# ifconfig eth0 Link encap:ethernet HWaddr 00:24:A8:C5:58:A3 inet addr: Bcast: Mask: inet6 addr: fe80::224:a8ff:fec5:58a3/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:319 errors:0 dropped:0 overruns:0 frame:0 TX packets:232 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:48592 (47.4 KiB) TX bytes: (104.5 KiB) Memory:d d eth2 lo Link encap:ethernet HWaddr 00:24:A8:C5:58:A1 inet6 addr: fe80::224:a8ff:fec5:58a1/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:157 errors:7 dropped:0 overruns:0 frame:7 TX packets:79 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:12523 (12.2 KiB) TX bytes:5055 (4.9 KiB) Link encap:local Loopback inet addr: Mask: inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:32 errors:0 dropped:0 overruns:0 frame:0 TX packets:32 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1920 (1.8 KiB) TX bytes:1920 (1.8 KiB) Configuring ngenius Integrated Agent Software To configure the ngenius Integrated Agent software module, do the following: 1. If you are not already logged in to your ngenius Integrated Agent, log in as the root user to the operating system using these credentials: Username: root Password: netscout 2. Run the Linux date MMDDhhmmYYYY command to synchronize the time and date between the HP blade and the ngenius Integrated Agent software. If an "Operation not permitted" error message appears, ignore the message. The time should be set correctly. 3. To configure your system, you will need to set the following: IP Configuration for the Manage Port, including IP address, subnet mask, and default gateway. 14

15 ngenius Integrated Agent hostname Network domain name(s) DNS server(s) IP address Time zone and NTP server IP address or GPS Synchronization adapter information 4. Run the following script from the /opt/netscout/rtm/bin folder:./ngapplianceconfig.plx 5. When asked if you want to continue, enter y and press Enter to continue. Then, follow the prompts to enter the information collected in Step 4. a. Enter an IP address for the Manage port and press Enter. b. Enter a Subnet Mask for the Manage port and press Enter. c. Enter a Gateway IP address for the Manage port and press Enter. d. Supply a hostname for the ngenius Integrated Agent and press Enter. e. Enter the domain name where the Manage port is connected and press Enter. f. Enter the IP address of a DNS server (nameserver). The script gives you the option of entering multiple DNS server addresses to be used as backups in case the first DNS server specified is unreachable. g. Select the Time Source to be used for synchronization of the system clock. Currently, only NTP is supported. Time Source Description NTP Supply the IP address of one or more NTP servers. Servers are used as fallbacks in the same order they are specified. h. Configure the Integrated Agent Time Zone. i. When the script displays your settings, confirm that they are correct. 15

16 If your settings are correct, enter y and press Enter to continue. If any errors are detected, enter n and press Enter. You can then reenter your settings. j. When asked if you want to reboot, enter y and press Enter. k. The ngconfigsync utility automatically propagates properties file changes and the ngenius Integrated Agent restarts. 6. Once the installation completes, all the ngenius Integrated Agent files are located in the /opt/netscout/rtm/bin folder. You can start the ngenius Integrated Agent application with the./start script. To access the CDM Agent Configuration Utility menu, enter the./localconsole command. 7. Use the CDM Agent Configuration Utility menu to configure the following: SNMP Read string SNMP Write string Configuration Server (ngenius Performance Manager server IP address) 6. Restart the ngenius Integrated Agent application to commit changes. For more information on configuring CDM settings, see the ngenius Agent Administrator Guide for CDM Firmware. 8. Access the ngenius Integrated Agent You can access the ngenius Integrated Agent remotely to perform management functions, including: Starting and stopping the ngenius Integrated Agent, services, and processes Running the ngapplianceconfig script to modify agent configuration Installing service packs Collecting data for troubleshooting Windows Clients Because ngenius Integrated Agent runs on a hardened Linux operating system, you must configure PuTTY on a Windows remote system to access the ngenius Integrated Agent and perform management functions. PuTTY is a client connection program for the Secure Shell (SSH), Telnet, and Rlogin network protocols. 16

17 Configure a PuTTY connection to ngenius Integrated Agent as follows: 1. Download PuTTY to the Windows remote system: Open putty.exe to display the PuTTY Configuration dialog box. 3. In the Category list box, select Session. 4. Enter the hostname or IP address of the ngenius Integrated Agent. 5. Select SSH as the Protocol. 6. In the Category list box, select SSH. 7. Select 2 as the Preferred SSH protocol version. 8. Click Open to display the PuTTY connection window. Note: By default, Telnet is disabled on the ngenius Integrated Agent. 9. Click Yes if the following message displays and you confirm that the ngenius Integrated Agent hostname or IP address is valid: The server's host key is not cached in the registry Note: This message generally displays upon connecting for the first time from a specific Windows remote system to the ngenius Integrated Agent. 10. Log in as root user to the ngenius Integrated Agent operating system. The default values are as follows: Username: root Password: netscout 17

18 UNIX Clients To access and manage ngenius Integrated Agent from a UNIX system, you can use the native SSH client available on the UNIX system. 1. To establish an SSH connection from a remote UNIX system to the ngenius Integrated Agent software, enter the following at command line: ssh -l root <ngenius Integrated Agent IP Address> 2. Log in as root user to the ngenius Integrated Agent operating system. The default values are as follows: Username: root Password: netscout 9. Configure ngenius Integrated Agent using ngenius Performance Manager The Integrated Agent is automatically added to ngenius Performance Manager if you successfully specified its IP address as the Config Server in Configuring ngenius Integrated Agent Software. You can also add an ngenius Integrated Agent to ngenius Performance Manager manually, as follows: 1. From the ngenius Performance Manager Home page, select Server Administration. 2. Open Device > Device Configuration. 3. Click Add. 4. Enter the required information. Refer to the ngenius Performance Manage online Help for assistance in adding the ngenius Integrated Agent. 5. Click OK. 6. ngenius Performance Manager learns Interface 3 (eth1). Refer to the ngenius Performance Manager online help for details on how to log in to the application and add ngenius Integrated Agents. You can find portable help files for ngenius Performance Manager on the NetScout Systems web site, at the following URL: 18

19 10. Rebooting the Services zl Module Rebooting should not normally be required and can potentially result in data loss. If for some reason the Services zl Module becomes unresponsive, the following commands can be used to reboot: Hostswitch# service b 1 Hostswitch(services-module-B:PR)# boot <CR> System will be rebooted, do you want to continue [y/n]? y or Hostswitch# service b name services-module Hostswitch(services-module-B:PR)# boot <CR> System will be rebooted, do you want to continue [y/n]? y 11. Technical Support The Services zl Module is a hardware platform that allows application vendors to make minor changes in their existing application software to run in a switch chassis. With a wide variety of applications available from several vendors, HP is committed to providing an "initial point of contact" for technical support. During this process, HP will verify the installation, configuration, activation licensing, and warranty claims on the Services zl Module. For problems concerning the application software, such as configuration or licensing of the application from the vendor, HP may have to redirect technical support to the application vendor to provide the best resources for solving a support issue. Consequently, if you are confident that the technical support issue resides within the application, it may be expeditious to contact the application vendor directly. For access to HP networking support, go to: For troubleshooting tips, tutorials and Frequently Asked Questions, go to 19

HP AllianceONE Advanced Services zl Module Traffic Sentinel Installation and Getting Started Guide

HP AllianceONE Advanced Services zl Module Traffic Sentinel Installation and Getting Started Guide HP AllianceONE Advanced Services zl Module Traffic Sentinel Installation and Getting Started Guide www.hp.com/networking Version 2.0 www.inmon.com September 18, 2010 Copyright 2010 Hewlett-Packard Development

More information

Let us ping! First we will learn the Hello World of a networked machine.

Let us ping! First we will learn the Hello World of a networked machine. AN INTRODUCTION TO LINUX NETWORKING In this article, we ll explore networking under GNU/Linux. You ll find it interesting to manage the entire network through certain valid keystrokes known as commands.

More information

Network Configuration for Cisco UCS Director Baremetal Agent

Network Configuration for Cisco UCS Director Baremetal Agent Network Configuration for Cisco UCS Director Baremetal Agent This chapter contains the following sections: About the Network Configuration Options, page 1 Single Network for Management and PXE, page 1

More information

HP 2510G Switches Software Version Y Release Notes

HP 2510G Switches Software Version Y Release Notes HP 2510G Switches Software Version Y.11.41 Release Notes 1 HP 2510G Switches Software Version Y.11.41 Release Notes Copyright 2011-2013 Hewlett-Packard Development Company, LP. The information contained

More information

VisibleThread - Server Configuration Help

VisibleThread - Server Configuration Help VisibleThread - Server Configuration Help Version 2.13 (November 2016) Copyright 2017 VisibleThread Limited. This document is the copyright of VisibleThread Limited and may not be reproduced in whole or

More information

Release Notes: Version T Software for the ProCurve Series 2900 Switches

Release Notes: Version T Software for the ProCurve Series 2900 Switches Release Notes: Version T.11.11 Software for the ProCurve Series 2900 Switches The T.11.11 software supports these switches: ProCurve Switch 2900-24G (J9049A) and 2900-48G (J9050A) These release notes include

More information

Using Shell Commands

Using Shell Commands This chapter contains the following sections: General Administration, page 1 Working with Databases, page 9 Importing Certificates, page 13 Accessing Root Privileges, page 14 Using a Multi-Node Setup,

More information

HP Switch Software. Basic Operation Guide

HP Switch Software. Basic Operation Guide HP Switch Software Basic Operation Guide HP 3500 HP 3800 HP 2520 HP 3500yl HP 2620 HP 2520G HP 5400zl HP 2615 HP 2530 HP 6200yl HP 2910 HP 6600 HP 2915 HP 8200zl November 2012 HP Networking HP 3500 HP

More information

HP 4100gl Switches Software Version G Release Notes

HP 4100gl Switches Software Version G Release Notes HP 4100gl Switches Software Version G.07.117 Release Notes 1 Copyright 2011-2012 Hewlett-Packard Development Company, LP. The information contained herein is subject to change without notice. Manual Part

More information

Access Server: User's and Developer's Guide <<< Previous Next >>>

Access Server: User's and Developer's Guide <<< Previous Next >>> 1 of 14 12/9/2008 10:18 AM Access Server: User's and Developer's Guide > Chapter 2. Getting Started with Access Server Access Server can be controlled in three ways: by using the WWW

More information

HP 2920 Switches Software Version WB Release Notes

HP 2920 Switches Software Version WB Release Notes HP 2920 Switches Software Version WB.15.11.0007 Release Notes 1 Copyright 2011-2013 Hewlett-Packard Development Company, LP. The information contained herein is subject to change without notice. Manual

More information

RG-MACC_2.0 Installation Manual

RG-MACC_2.0 Installation Manual RG-MACC_2.0 Installation Manual Ruijie Networks Co., Ltd all rights reserved 1 Copyright Clarify Copyright ownership belongs to Ruijie, shall not be reproduced, copied, or used in other ways without permission.

More information

GM8126 MAC DRIVER. User Guide Rev.: 1.0 Issue Date: December 2010

GM8126 MAC DRIVER. User Guide Rev.: 1.0 Issue Date: December 2010 GM8126 MAC DRIVER User Guide Rev.: 1.0 Issue Date: December 2010 REVISION HISTORY Date Rev. From To Dec. 2010 1.0 - Original Copyright 2010 Grain Media, Inc. All Rights Reserved. Printed in Taiwan 2010

More information

Getting Started with PetaLinux SDK

Getting Started with PetaLinux SDK Getting Started with PetaLinux SDK November 26, 2009 Table of Contents Table of Contents...2 About This Guide...3 Related PetaLinux Documents...3 Getting Started...3 Prerequisites...3 Installation...4

More information

HP 4200vl Switches Software Version L Release Notes

HP 4200vl Switches Software Version L Release Notes HP 4200vl Switches Software Version L.11.40 Release Notes 1 HP 4200vl Switches Software Version L.11.40 Release Notes Copyright 2011-2013 Hewlett-Packard Development Company, LP. The information contained

More information

IP over IB Protocol. Introduction CHAPTER

IP over IB Protocol. Introduction CHAPTER CHAPTER 3 The following sections appear in this chapter: Introduction, page 3-1 Manually Configure IPoIB for Default IB Partition, page 3-2 Subinterfaces, page 3-2 Verify IPoIB Functionality, page 3-5

More information

Enabling CDC-ETHER Connection for Skywire CAT1

Enabling CDC-ETHER Connection for Skywire CAT1 Enabling CDC-ETHER Connection for Skywire CAT1 NimbeLink Corp Updated: May 2017 PN 30111 rev 5 NimbeLink Corp. 2017. All rights reserved. 1 Table of Contents Table of Contents 2 1. Introduction 2 1.1 Orderable

More information

Clustered Data ONTAP 8.3 Update 2, IPspaces. Self-paced Lab NETAPP UNIVERSITY. NetApp University - Do Not Distribute

Clustered Data ONTAP 8.3 Update 2, IPspaces. Self-paced Lab NETAPP UNIVERSITY. NetApp University - Do Not Distribute NETAPP UNIVERSITY Clustered Data ONTAP 8.3 Update 2, IPspaces Self-paced Lab Course ID: STRSW-SPL-CDOT83UPD2 Content Version: 1.0 ATTENTION The information contained in this course is intended only for

More information

HP 5300xl Switches Software Version E Release Notes

HP 5300xl Switches Software Version E Release Notes HP 5300xl Switches Software Version E.11.36 Release Notes 1 HP 5300xl Switches Software Version E.11.36 Release Notes Copyright 2011-2012 Hewlett-Packard Development Company, LP. The information contained

More information

CIS Test 1- Practice - Fall 2011

CIS Test 1- Practice - Fall 2011 CIS 192 - Test 1- Practice - Fall 2011 Name Each question worth 2 points: Tip: When not logged in as root, you can still use many of the network commands but you must preface them with /sbin/ because you

More information

UCS IPv6 Management Configuration Example

UCS IPv6 Management Configuration Example UCS IPv6 Management Configuration Example Document ID: 118784 Contributed by Padmanabhan Ramaswamy and Shankar Prasath, Cisco TAC Engineers. Mar 06, 2015 Contents Introduction Prerequisites Requirements

More information

NVIDIA Professional Application Center

NVIDIA Professional Application Center NVIDIA Professional Application Center Network Licensing Guide 5 May 2017 Document version 2.0 Copyright Information 2017 NVIDIA Corporation. All rights reserved. This document is protected under copyright

More information

XE2000/XE3000 IP-PBX: Getting Started Guide Package Contents

XE2000/XE3000 IP-PBX: Getting Started Guide Package Contents XE2000/XE3000 IP-PBX: Getting Started Guide Package Contents XE2000/XE3000 (2U 19'' width unit) Power cord Support hardware for 19'' cabinet Prerequisites You need a computer equipped with Internet browser.

More information

HP Data Protector A Support for Windows Vista and Windows Server 2008 Clients Whitepaper

HP Data Protector A Support for Windows Vista and Windows Server 2008 Clients Whitepaper HP Data Protector A.06.00 Support for Windows Vista and Windows Server 2008 Clients Whitepaper 1 Index Introduction... 3 Data Protector A.06.00 Installation on Windows Vista and Windows Server 2008 systems...

More information

Accessing the Networking Stack

Accessing the Networking Stack The Cisco IOS XR Software serves as a networking stack for communication. This section explains how applications on IOS XR can communicate with internal processes, and with servers or outside devices.

More information

Wi-Fi Guide: Edimax USB Adapter on BBG

Wi-Fi Guide: Edimax USB Adapter on BBG Wi-Fi Guide: Edimax USB Adapter on BBG August 3 rd 2017 Table of Contents: Page 1: Page 2: Page 3: Page 4: Page 5: Introduction & Hardware requirements Getting Started Connecting to a network using Network

More information

FiberstoreOS IP Service Configuration Guide

FiberstoreOS IP Service Configuration Guide FiberstoreOS IP Service Configuration Guide Contents 1 Configuring ARP...4 1.1 Overview...4 1.2 Configuring ARP... 4 1.3 Validation commands...5 2 Configuring Proxy ARP... 7 2.1 Overview...7 2.2 Configuring

More information

HP 1800 Switches Software Versions PA and PB Release Notes

HP 1800 Switches Software Versions PA and PB Release Notes HP 1800 Switches Software Versions PA.03.10 and PB.03.10 Release Notes Copyright 2011-2013 Hewlett-Packard Development Company, LP. The information contained herein is subject to change without notice.

More information

RG-MACC-BASE_v2.01. Installation Guide

RG-MACC-BASE_v2.01. Installation Guide RG-MACC-BASE_v2.01 Preface Thank you for using our products. Audience This manual is intended for: Network engineers Technical support and servicing engineers Network administrators Symbols Important information.

More information

HP Switch Software. Basic Operation Guide. Abstract

HP Switch Software. Basic Operation Guide. Abstract HP Switch Software Basic Operation Guide Abstract This switch software guide is intended for network administrators and support personnel, and applies to the switch models listed on this page unless otherwise

More information

Release Notes: ProCurve Mobility Manager Version 1.0, Update 1

Release Notes: ProCurve Mobility Manager Version 1.0, Update 1 Release Notes: ProCurve Mobility Manager Version 1.0, Update 1 Installation Pre-Requisites: The ProCurve Mobility Manager (PMM 1.0) Update 1 requires that you have the following software installed and

More information

StampA5D3x/PortuxA5/PanelA5. Quickstart Guide

StampA5D3x/PortuxA5/PanelA5. Quickstart Guide StampA5D3x/PortuxA5/PanelA5 Quickstart Guide StampA5D3x/PortuxA5/PanelA5 StampA5D3x/PortuxA5/PanelA5: Quickstart Guide Copyright 2015 taskit GmbH All rights to this documentation and to the product(s)

More information

GMSplus Customer Connection Test Procedure

GMSplus Customer Connection Test Procedure GMS-xx Customer Connection Test Procedure Page 1/14 GMSplus Customer Connection Test Procedure Company: Author: Checked: Approved: Distribution: GeoSIG Ltd Wiesenstrasse 39, 8952 Schlieren, Switzerland,

More information

File Transfers. Contents

File Transfers. Contents A File Transfers Contents Overview.................................................... A-3................................ A-3 General Software Download Rules............................ A-4 Using TFTP

More information

HP 6125 Blade Switch Series

HP 6125 Blade Switch Series HP 6125 Blade Switch Series About the HP 6125 Blade s Part number: 5998-3152 Software version: Release 2103 Document version: 6W100-20120907 Legal and notice information Copyright 2012 Hewlett-Packard

More information

ProCurve Switch G ProCurve Switch G

ProCurve Switch G ProCurve Switch G Management and Configuration Guide ProCurve Switch 1800-8G ProCurve Switch 1800-24G www.procurve.com ProCurve Series 1800 Switch Management and Configuration Guide Copyright 2006, 2007 Hewlett-Packard

More information

Configuring the Cisco NAM 2220 Appliance

Configuring the Cisco NAM 2220 Appliance CHAPTER 5 This section describes how to configure the Cisco NAM 2220 appliance to establish network connectivity, configure IP parameters, and how to perform other required administrative tasks using the

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

Software Feature Index for the ProCurve Switch 3500yl/5400zl/6200yl Series

Software Feature Index for the ProCurve Switch 3500yl/5400zl/6200yl Series Software Feature Index for the ProCurve Switch 3500yl/5400zl/6200yl Series For the software manual set supporting your 3500yl/5400zl/6200yl switch model, this feature index indicates which manual to consult

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Installation Manuals VSA 8.0 Quick Start - Demo Version Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty

More information

Release Notes: Version Operating System

Release Notes: Version Operating System Release Notes: Version 2.0.29 Operating System for the HP ProCurve Wireless Access Point 420 These release notes include information on the following: Downloading access point software and documentation

More information

HP 2920 Switches Software Version WB Release Notes

HP 2920 Switches Software Version WB Release Notes HP 2920 Switches Software Version WB.15.12.0006 Release Notes 1 Copyright 2011-2013 Hewlett-Packard Development Company, LP. The information contained herein is subject to change without notice. Manual

More information

About the HP 830 Series PoE+ Unified Wired-WLAN Switch and HP 10500/ G Unified Wired-WLAN Module

About the HP 830 Series PoE+ Unified Wired-WLAN Switch and HP 10500/ G Unified Wired-WLAN Module About the HP 830 Series Switch and HP 10500/7500 20G Unified Module s Part number: 5998-3903 Software version: 3308P29 (HP 830 Series Switch) 2308P29 (HP 10500/7500 20G Unified Module) Document version:

More information

Cisco Branch Routers Series Network Analysis Module (NME-NAM-120S) Installation and Configuration Note, 4.2

Cisco Branch Routers Series Network Analysis Module (NME-NAM-120S) Installation and Configuration Note, 4.2 Cisco Branch Routers Series Network Analysis Module (NME-NAM-120S) Installation and Configuration Note, 4.2 The Cisco Network Analysis Module (NAM) is an integrated module that enables network managers

More information

Release Notes: ProCurve Manager Version 2.1, Update 9

Release Notes: ProCurve Manager Version 2.1, Update 9 Release Notes: ProCurve Manager Version 2.1, Update 9 PCM version 2.1, Update 9 supports these products: J8778A ProCurve Manager Plus 2.1-100-device license J9009A ProCurve Manager Plus 2.1 - unlimited

More information

User and System Administration

User and System Administration CHAPTER 2 This chapter provides information about performing user and system administration tasks and generating diagnostic information for obtaining technical assistance. The top-level Admin window displays

More information

Release Notes: ProCurve Network Immunity Manager Version 1.0, Update 3

Release Notes: ProCurve Network Immunity Manager Version 1.0, Update 3 Release Notes: ProCurve Network Immunity Manager Version 1.0, Update 3 ProCurve Network Immunity Manager (NIM) version 1.0, Update 3 supports these products: J9060A ProCurve Network Immunity Manager 1.0-50-device

More information

HP 2530 Switches Software Version YA Release Notes

HP 2530 Switches Software Version YA Release Notes HP 2530 Switches Software Version YA.15.12.0007 Release Notes 1 Copyright 2011-2013 Hewlett-Packard Development Company, LP. The information contained herein is subject to change without notice. Manual

More information

Release Notes: Version S Software. Related Publications. for HP ProCurve 2520 Switches

Release Notes: Version S Software. Related Publications. for HP ProCurve 2520 Switches Release Notes: Version S.14.03 Software for HP ProCurve 2520 Switches Release S.14.xx supports the HP ProCurve 2520-8-PoE (J9137A) and 2520-24-PoE (J9138A) switches. These release notes include information

More information

Release PB supports the HP ProCurve Switch G (J9028A /B).

Release PB supports the HP ProCurve Switch G (J9028A /B). Release Notes: Versions PA.03.02 and PB.03.02 Software for the HP ProCurve Series 1800 Switches Release PA.03.02 supports the HP ProCurve Switch 1800-8G (J9029A). Release PB.03.02 supports the HP ProCurve

More information

Release Notes: ProCurve Manager Version 2.2/2.2.1, Update 5

Release Notes: ProCurve Manager Version 2.2/2.2.1, Update 5 Release Notes: ProCurve Manager Version 2.2/2.2.1, Update 5 PCM version 2.2/2.2.1, Update 5 supports these products: J9056A ProCurve Manager Plus 2.2 - upgrade from PCM 1.6 license to PCM Plus 2.2 50-device

More information

Disclaimer. Warranty

Disclaimer. Warranty Release Notes: Version H.07.31 Software for the HP Procurve Series 2600 Switches and the Switch 6108 Release E.07.31 supports these switches: HP Procurve Switch 2626 (J4900A New!) HP Procurve Switch 2650

More information

Release Notes: Versions PA and PB Software for the ProCurve Series 1800 Switches

Release Notes: Versions PA and PB Software for the ProCurve Series 1800 Switches Release Notes: Versions PA.02.07 and PB.02.07 Software for the ProCurve Series 1800 Switches Release PA.02.07 supports the ProCurve Switch 1800-8G (J9029A). Release PB.02.07 supports the ProCurve Switch

More information

Linux. Computer networks - Administration 1DV202. fredag 30 mars 12

Linux. Computer networks - Administration 1DV202. fredag 30 mars 12 Linux Computer networks - Administration 1DV202 Configuration files /etc/hosts /etc/resolv.conf /etc/network/interfaces /etc/hosts 127.0.0.1 localhost.localdomain localhost 127.0.1.1 lokal.kalmar.se lokal

More information

User and System Administration

User and System Administration CHAPTER 5 This chapter provides information about performing user and system administration tasks in Cisco Prime Network Analysis Module 5.1and generating diagnostic information for obtaining technical

More information

HP 6125G & 6125G/XG Blade Switches

HP 6125G & 6125G/XG Blade Switches HP 6125G & 6125G/XG Blade Switches Network Management and Monitoring Configuration Guide Part number: 5998-3162b Software version: Release 2103 and later Document version: 6W103-20151020 Legal and notice

More information

About the Configuration Guides for HP Unified

About the Configuration Guides for HP Unified About the Configuration Guides for HP Unified Wired-W Products HP 830 Unified Wired-W PoE+ Switch Series HP 850 Unified Wired-W Appliance HP 870 Unified Wired-W Appliance HP 11900/10500/7500 20G Unified

More information

System information update for system board replacement events

System information update for system board replacement events System information update for system board replacement events Standard Operating Procedure (SOP) When you replace the system board on the HP Pro Tablet 608 G1, the system s EEPROM is not able to detect

More information

HP 6125 Blade Switch Series

HP 6125 Blade Switch Series HP 6125 Blade Switch Series Network Management and Monitoring Configuration Guide Part number: 5998-3162 Software version: Release 2103 Document version: 6W100-20120907 Legal and notice information Copyright

More information

HPE FlexNetwork MSR Router Series

HPE FlexNetwork MSR Router Series HPE FlexNetwork MSR Router Series Comware 7 OAA Configuration Guides Part number: 5998-8789 Software version: CMW710-E0407 Document version: 6W100-20160526 Copyright 2016 Hewlett Packard Enterprise Development

More information

Hostname and IP Address

Hostname and IP Address 1/19 IP Addressing Surasak Sanguanpong nguan@ku.ac.th http://www.cpe.ku.ac.th/~nguan Last updated: 27 June 2002 Hostname and IP Address 2/19 browser What is the IP address of www.isoc.org? www.isoc.org

More information

HP 5120 SI Switch Series

HP 5120 SI Switch Series HP 5120 SI Switch Series Network Management and Monitoring Configuration Guide Part number: 5998-1813 Software version: Release 1505 Document version: 6W102-20121111 Legal and notice information Copyright

More information

HP 6125 Blade Switch Series

HP 6125 Blade Switch Series HP 6125 Blade Switch Series About the HP 6125 Blade Command s Part number: 5998-3163 Software version: Release 2103 Document version: 6W100-20120907 Legal and notice information Copyright 2012 Hewlett-Packard

More information

HP 5300xl Switches Software Version E Release Notes

HP 5300xl Switches Software Version E Release Notes HP 5300xl Switches Software Version E.11.42 Release Notes 1 HP 5300xl Switches Software Version E.11.42 Release Notes Copyright 2011-2014 Hewlett-Packard Development Company, LP. The information contained

More information

Quick guide for configuring a system with multiple IP-LINKs

Quick guide for configuring a system with multiple IP-LINKs Quick guide for configuring a system with multiple IP-LINKs October 4 th 2005, KK. This guide will show an example configurations for a system with multiple IP-LINKs. Example 1, three devices connected

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration Software Version: 10.20 Windows and Linux Operating Systems Shell Wizard Guide Document Release Date: November 2014 Software Release Date: November 2014 Legal Notices Warranty

More information

Lenovo NE1032 and NE1032T Switch

Lenovo NE1032 and NE1032T Switch Lenovo NE1032 and NE1032T Switch Quickstart Guide Document Version 1.0: 10/2018 Scale Computing 2018 1 Table of Contents Introduction 3 Requirements 3 Connect to the Switch 4 Over the Network 4 Console

More information

Hosting Applications Using Configuration Management Tools

Hosting Applications Using Configuration Management Tools Hosting Applications Using Configuration Management Tools Configuration management tools are used to automate manual tasks, such as setting up servers and network devices. As application delivery requirements

More information

Enabling CDC_ETHER Connection for Skywire GSM CAT1

Enabling CDC_ETHER Connection for Skywire GSM CAT1 Enabling CDC_ETHER Connection for Skywire GSM CAT1 NimbeLink Corp Updated: February 2018 PN 30262 rev 4 NimbeLink Corp. 2018. All rights reserved. 1 Table of Contents Table of Contents 2 1. Introduction

More information

TABLE OF CONTENTS. ACI Solutions Team by Tomas de Leon 2

TABLE OF CONTENTS. ACI Solutions Team by Tomas de Leon 2 TABLE OF CONTENTS 1 INTRODUCTION... 3 2 LAB REFERENCE & TOPOLOGY INFORMATION... 3 3 DELETE THE EXISTING OUT OF BAND NODE MANAGEMENT ADDRESSES CONFIGURATION FOR YOUR DESIGNATED ACI FABRIC... 4 4 CONFIGURE

More information

Configuring the BeagleBone Black s Ethernet Port for SSH Access

Configuring the BeagleBone Black s Ethernet Port for SSH Access Configuring the BeagleBone Black s Ethernet Port for SSH Access NimbeLink Corp Updated: April 2016 PN 30112 rev 1 NimbeLink Corp. 2017. All rights reserved. 1 Table of Contents Table of Contents 2 1. Introduction

More information

Support Notes for Red Hat Enterprise Linux ES v.4.6 for HP Integrity Servers

Support Notes for Red Hat Enterprise Linux ES v.4.6 for HP Integrity Servers Support Notes for Red Hat Enterprise Linux ES v.4.6 for HP Integrity Servers HP Part Number: 5992-2417 Edition: 1, E0108 Copyright 2007 Hewlett-Packard Development Company, L.P. Legal Notices Confidential

More information

HP Accelerated iscsi for Multifunction Network Adapters User Guide

HP Accelerated iscsi for Multifunction Network Adapters User Guide HP Accelerated iscsi for Multifunction Network Adapters User Guide Part Number 410538-00J December 2007 (Ninth Edition) Copyright 2006, 2007 Hewlett-Packard Development Company, L.P. The information contained

More information

Create Test Environment

Create Test Environment Create Test Environment Describes how to set up the Trafodion test environment used by developers and testers Prerequisites Python Passwordless ssh If you already have an existing set of ssh keys If you

More information

HP Enterprise Secure Key Manager Configuration Guide for HP Tape Libraries

HP Enterprise Secure Key Manager Configuration Guide for HP Tape Libraries HP Enterprise Secure Key Manager Configuration Guide for HP Tape Libraries Abstract This document provides information about configuring the HP Enterprise Secure Key Manager (ESKM) for use with HP tape

More information

Release Notes: ProCurve Identity Driven Manager Version 2.0, Update 2

Release Notes: ProCurve Identity Driven Manager Version 2.0, Update 2 Release Notes: ProCurve Identity Driven Manager Version 2.0, Update 2 ProCurve Identity Driven Manager (IDM) version 2.0 update 2 supports these products: IDM version 2.1: an update to IDM 2.0 that provides

More information

Check the HP ProCurve website frequently for free software updates for the various HP ProCurve switches you may have in your network (see page 1).

Check the HP ProCurve website frequently for free software updates for the various HP ProCurve switches you may have in your network (see page 1). Release Notes: Version H.07.32 Software for the HP ProCurve Series 2600 Switches and the Switch 6108 Release E.07.32 supports these switches: HP ProCurve Switch 2626 (J4900A New!) HP ProCurve Switch 2650

More information

Software updates uploaded to the switch trigger an automatic switch reload.

Software updates uploaded to the switch trigger an automatic switch reload. Release Notes: Versions VA.02.02 and VB.02.02 Software for the HP ProCurve Series 1700 Switches Release VA.02.02 supports this switch: HP ProCurve Switch 1700-8 (J9079A), Release VB.02.02 supports this

More information

HPE Synergy 40Gb F8 Switch Module

HPE Synergy 40Gb F8 Switch Module HPE Synergy 40Gb F8 Switch Module DHCP Configuration Abstract This document is intended for the person who configures HPE Synergy 40Gb F8 Switch Modules. 20140325a March 2017 Edition: 1 Copyright 2016,

More information

HP 830 Series PoE+ Unified Wired-WLAN Switch Switching Engine

HP 830 Series PoE+ Unified Wired-WLAN Switch Switching Engine HP 830 Series PoE+ Unified Wired-WLAN Switch Switching Engine Network Management and Monitoring Configuration Guide Part number: 5998-3936 Software version: 3308P26 Document version: 6W101-20130628 Legal

More information

HPE Knowledge Article

HPE Knowledge Article HPE Knowledge Article HPE Integrated Lights-Out 4 (ilo 4) - How to Reset ilo Management Processor and ilo Password? Article Number mmr_sf-en_us000012649 Environment HPE Integrated Lights-Out 4 Issue Reset

More information

Polycom RealPresence Distributed Media Application (DMA ) System

Polycom RealPresence Distributed Media Application (DMA ) System GETTING STARTED GUIDE 10.0 October 2018 3725-76311-001Q Polycom RealPresence Distributed Media Application (DMA ) System Copyright 2018, Polycom, Inc. All rights reserved. No part of this document may

More information

Overview of the Cisco NCS Command-Line Interface

Overview of the Cisco NCS Command-Line Interface CHAPTER 1 Overview of the Cisco NCS -Line Interface This chapter provides an overview of how to access the Cisco Prime Network Control System (NCS) command-line interface (CLI), the different command modes,

More information

HP Load Balancing Module

HP Load Balancing Module HP Load Balancing Module System Management Configuration Guide Part number: 5998-4216 Software version: Feature 3221 Document version: 6PW100-20130326 Legal and notice information Copyright 2013 Hewlett-Packard

More information

Configuring Real Servers for DSR

Configuring Real Servers for DSR Configuring Real Servers for DSR VERSION: 1.1 UPDATED: JULY 2013 Copyright 2002-2013 KEMP Technologies, Inc. All Rights Reserved. Page 1 / 20 Copyright Notices Copyright 2002-2013 KEMP Technologies, Inc..

More information

HP 1700 Switches Software Version VA/VB Release Notes

HP 1700 Switches Software Version VA/VB Release Notes HP 1700 Switches Software Version VA/VB.02.09 Release Notes 1 Copyright 2011-2012 Hewlett-Packard Development Company, LP. The information contained herein is subject to change without notice. Manual Part

More information

INSTALLATION RUNBOOK FOR Hitachi Block Storage Driver for OpenStack

INSTALLATION RUNBOOK FOR Hitachi Block Storage Driver for OpenStack INSTALLATION RUNBOOK FOR Hitachi Block Storage Driver for OpenStack Product Name: Hitachi Block Storage Driver for OpenStack Driver Version: 1.4.10 MOS Version: 7.0 OpenStack Version: Product Type: Kilo

More information

Multicast and Routing Guide. ProCurve Switches T.11.XX.

Multicast and Routing Guide. ProCurve Switches T.11.XX. Multicast and Routing Guide 2900 ProCurve Switches T.11. www.procurve.com ProCurve Switch 2900 August 2006 T.11.xx Multicast and Routing Guide Copyright 2006 Hewlett-Packard Development Company, L.P.

More information

QLogic iscsi Boot for HP FlexFabric Adapters User Guide

QLogic iscsi Boot for HP FlexFabric Adapters User Guide QLogic iscsi Boot for HP FlexFabric Adapters User Guide Abstract This document is for the person who installs, administers, and troubleshoots servers and storage systems. HP assumes you are qualified in

More information

Configuring a Standalone VCL Environment using VMware Server 2.0

Configuring a Standalone VCL Environment using VMware Server 2.0 Configuring a Standalone VCL Environment using VMware Server 2.0 DISCLAIMER! This document provides instuctions for configuring a standalone VCL environment running on a single computer which is able to

More information

WASABI SYSTEMS INC. Wasabi Storage Builder for NAS Quick Start Guide

WASABI SYSTEMS INC. Wasabi Storage Builder for NAS Quick Start Guide WASABI SYSTEMS INC. Wasabi Storage Builder for NAS Quick Start Guide Release v1.1 December 2006 How to Contact Wasabi Wasabi Systems Inc. 500 E. Main Street, Suite 1520 Norfolk, VA 23510 USA EMAIL: info@wasabisystems.com

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for Microsoft DHCP File Configuration Guide October 17, 2017 Configuration Guide SmartConnector for Microsoft DHCP File October 17, 2017 Copyright 2006 2017

More information

HP Intelligent Management Center Branch Intelligent Management System (BIMS) User Guide

HP Intelligent Management Center Branch Intelligent Management System (BIMS) User Guide HP Intelligent Management Center Branch Intelligent Management System (BIMS) User Guide Abstract This guide contains basic information for network administrators, engineers, and operators who use the Branch

More information

This document guides the user through: 1. Setting up and configuring networking for the BeagleBone black or green with the host.

This document guides the user through: 1. Setting up and configuring networking for the BeagleBone black or green with the host. Networking Guide for BeagleBone (Black or Green) by Brian Fraser Last update: Nov 17, 2017 This document guides the user through: 1. Setting up and configuring networking for the BeagleBone black or green

More information

Using the Cisco NX-OS Setup Utility

Using the Cisco NX-OS Setup Utility This chapter contains the following sections: Configuring the Switch, page 1 Configuring the Switch Image Files on the Switch The Cisco Nexus devices have the following images: BIOS and loader images combined

More information

HP 4120 IP Phone. User Guide

HP 4120 IP Phone. User Guide HP 4120 IP Phone User Guide Copyright 2011 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. All Rights Reserved. This document contains proprietary

More information

Secure Access Configuration Guide For Wireless Clients

Secure Access Configuration Guide For Wireless Clients ProCurve Networking Secure Access Configuration Guide For Wireless Clients Secure Access Configuration Guide For Wireless Clients Introduction... 2 Configuration Scenarios... 2 Required Network Services...

More information

FiberstoreOS. IP Service Configuration Guide

FiberstoreOS. IP Service Configuration Guide FiberstoreOS IP Service Configuration Guide Contents 1 Configuring ARP... 1 1.1 Overview... 1 1.2 Configuring ARP... 1 1.3 Validation commands...2 2 Configuring Proxy ARP...4 2.1 Overview... 4 2.2 Configuring

More information

HP A5500 EI & A5500 SI Switch Series Network Management and Monitoring. Configuration Guide. Abstract

HP A5500 EI & A5500 SI Switch Series Network Management and Monitoring. Configuration Guide. Abstract HP A5500 EI & A5500 SI Switch Series Network Management and Monitoring Configuration Guide Abstract This document describes the software features for the HP A Series products and guides you through the

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration Software Version: 7.20 HP Network Node Manager (i series) Integration Document Release Date: July 2008 Software Release Date: July 2008 Legal Notices Warranty The only warranties

More information