Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP XC System Software: XC Installation Guide > Appendix D Configuring Interconnect Switch Monitoring Cards

Configure InfiniBand Switch Controller Cards

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Glossary

 » Index

The InfiniBand switch controller card provides access to InfiniBand switch control functions through an Ethernet connection. The controller card runs a process that collects configuration and status information from the switch.

Table D-4 provides the switch names and associated IP addresses you need during the configuration procedure. Other switch naming conventions can be used depending on switch topology.

IMPORTANT: The IP address base differs if the hardware configuration contains HP server blades and enclosures, and you must use the IP addresses listed in Table D-5 instead of the addresses listed in Table D-4.

Table D-4 InfiniBand Switch Controller Card Naming Conventions and IP Addresses

Switch OrderSwitch Name IP Address
First switchIR0N00172.20.66.1
Second switchIR0N01172.20.66.2
Third switchIR0N02172.20.66.3
Last switchIR0N0n172.20.66.n

 

Table D-5 InfiniBand Switch Controller Card Naming Conventions and IP Addresses For Hardware Configurations With HP Server Blades and Enclosures

Switch OrderSwitch Name IP Address
First switchIR0N00172.31.33.1
Second switchIR0N01172.31.33.2
Third switchIR0N02172.31.33.3
Last switchIR0N0n172.31.33.n

 

Configure Voltaire InfiniBand Switches

Follow this procedure to configure network access to the Voltaire InfiniBand switch controller card:

NOTE: If you need more information about how to configure a Voltaire switch, see the following documentation websites:
  1. Ensure that an Ethernet cable from the monitoring line card's primary Ethernet port is connected to the appropriate Ethernet port on the Root Administration Switch. This connection is described in the HP XC Hardware Preparation Guide.

  2. Connect to the switch controller by plugging a serial cable into the serial port on the switch and using a terminal emulation program, such as HyperTerminal. You must use terminal settings of a baud rate of 38400, 8 data bits, no parity, 1 stop bit and no flow control.

  3. Press the Enter key to access the character cell interface to the switch.

  4. Log in to the switch with the default user name and password:

    login# admin
    Password# 123456
  5. Access the enable mode with the default password (voltaire):

    ISR-9024# enable
    Password# voltaire
  6. Change the default admin password:

    ISR-9024# password update admin
  7. Change the default enable password:

    ISR-9024# password update enable
  8. Access the configuration mode:

    ISR-9024# config
  9. Access the interface fast mode:

    ISR-9024(config)# interface fast
  10. Set the IP address of the switch and the netmask using the data in Table D-4 or Table D-5 as a reference. Set the netmask to 255.255.0.0 as shown:

    ISR-9024(config-if-fast)# ip-address-fast set IP_address 255.255.0.0
  11. Confirm the settings:

    ISR-9024(config-if-fast)# ip-address-fast show
  12. Exit the interface fast mode:

    ISR-9024(config-if-fast)# exit
  13. Access the route mode:

    ISR-9024(config)# route
  14. Set the gateway IP address, which is the internal IP address of the head node:

    ISR-9024(config-route)# default-gw fast set IP_address
  15. Confirm the gateway IP setting:

    ISR-9024(config-route)# default-gw show
  16. Exit the route and configuration modes:

    ISR-9024(config-route)# exit
    
  17. Enable the switch to generate error reports:

    ISR-9024(config-sm)# pm
    ISR-9024(config-sm-pm)# pm report-enable set enable
    ISR-9024(config-sm-pm)# pm reset-counters set
    ISR-9024(config-sm-pm)# exit
    ISR-9024(config-sm)# exit
  18. Set the switch time to be closely synchronized with the system time (within 1 minute). Replace MMDDhhmmYYYY with the actual system time, where MM is the two-digit month, DD is the two-digit day, hh is two-digit hour, mm is the two-digit minute, and YYYY is the four-digit year:

    ISR-9024(config)# exit
    ISR-9024# clock set MMDDhhmmYYYY

    For example, to set the system date and time to 3:48 p.m. on 06 July 2007 enter the following command:

    ISR-9024# clock set 070615482007
  19. Reset the switch to save the settings you just made:

    ISR-9024# reset software
  20. Log in as the root user on the head node.

  21. Use the text editor of your choice to open the /etc/hosts file and add an entry for each switch. For example, if you have one switch, the entry is similar to the following:

    172.20.66.1    IR0N00							

    Use the number zero (0), not the letter O, in the host name IR0N00. Enter the text above the following line in the file because any entries that follow this line are deleted if you reconfigure the system:

    #XC-CLUSTER Do Not Edit Below this Line
  22. Save the changes to the file and exit the text editor.

  23. Repeat this entire procedure for each switch controller card, modifying the host name and switch address using the data in Table D-4 as a reference.

After completing this procedure, you can access the switch controller cards using either the switch name or IP address:

# telnet IR0N00

When the connection is established, use the password you set in step 6 to log in to the switch controller.

Configure Cisco InfiniBand Switches

Cisco InfiniBand switches are supported as an alternative to Voltaire InfiniBand switches. Similar to the Voltaire switches, some basic configuration steps are required to configure network access to the switch controller card. Configuration instructions are located in the Cisco switch documentation and vary depending on the particular model of switch in your hardware configuration.

See the following documentation websites for specific instructions:

The basic configuration steps are listed in the following procedure; specific details vary by switch model:

  1. Connect the console port to a PC.

  2. After connecting to a PC, log in to the switch with a default user name and password. The user names and passwords depend on the switch model:

    Cisco Switch ModelUser NameDefault PasswordDescription
    7000D (24 port) supersuper

    Primary privileged account for switch management

     adminadmin

    Account for switch management with limited privileges

     guestguest

    Guest account with view-only privileges

    7012D (144 port) and 7024D (288 port)adminadminpass

    Primary privileged account for switch management

     operatoroperpass

    Account for switch management with limited privileges

  3. For basic security, use the instructions in the Cisco documentation to change the default user names and passwords.

  4. Configure the Ethernet management port:

    1. Enable the static address option, which turns off the default-enabled DHCP.

    2. Supply the IP address of the management interface.

    3. Supply the netmask to enable the optional static address.

    4. Set the default gateway for the management interface.

    5. Enable the management interface.

    6. Save the configuration to preserve it between reboots.

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 2003–2007 Hewlett-Packard Development Company, L.P.