7
e. Enter the user name and password. The default user name is super, and the default password is
super.
f. Enter the enable command.
g. Enter the configure command.
h. Enter the interface mgmt-ethernet command to enter config-if-mgmt-ethernet mode..
i. Enter the IP address of the management port followed by the netmask.
j. Set the default gateway for the management port. See your system adminitrator for a gateway
address. For example:
k. Enable the management port by entering the no shutdown command.
l. Save the configuration to preserve it between reboots..
Configure and Connect InfiniBand Hosts
This section describes a brief overview for configuring your InfiniBand hosts to use the drivers for
Linux.
For more detailed instructions, please see the HCA/Host-Side Driver User Guide for Linux or
Windows, which is included with your HCA(s).
1. Install the HCA(s).
a. Power down the host system following proper grounding procedures.
b. Unpack the HCA card and insert it into an open 64-bit PCI, PCI-X or PCI-E slot.
2. Power on the host system.
3. Install the HCA driver(s).
Login: super
Password: super
Topspin-120>
Topspin-120> enable
Topspin-120 #
Topspin-120 # configure
Topspin-120(config)#
Topspin-120(config)# interface mgmt-ethernet
Topspin-120(config-if-mgmt-ethernet)#
Topspin-120(config-if-mgmt-ethernet)# ip address 10.10.0.22 255.255.255.0
Topspin-120(config-if-mgmt-ethernet)# gateway 10.10.0.1
Topspin-120(config-if-mgmt-ethernet)# no shutdown
Topspin-120(config-if-mgmt-ethernet)# exit
Topspin-120(config)# exit
Topspin-120# copy running-config startup-config