HP XC System Software Installation Guide Version 2.1

such as HyperTerminal. Connecting to the switch controller displays the Quadrics
Switch Control main menu, which look s similar to the following:
Quadrics Switch Control -- (QR0N00)
1. Show network settings
2. Change network settings
3. Run jtest
4. Set module mode
5. Firmware upgrade
6. Quit
7. Reboot
8. Access Settings
9. Self Test
3. Choose the Change network settings menu option and choo se BOOTP.
4. Choose the Show network settings to obtain the li ne card MAC ad dr ess. Write
down this address for use later in this procedure.
5. Choose the Access Settings menu option, and select the Password settings
menu option to set a login passwo rd for t he switch.
6. Choose the Access settings menu option again, and select th e Access protocol
settings menu option to enable the telnet and ssh commands.
7. Reboot the switch controller from the Reboot m e nu option.
8. Begin this procedure as the root user on the head node.
9. Use the text editor of y our choice to op en the /etc/dhcpd.conf file, and
add the following lines anywhere inside the configuration block that begins with:
shared-network XC {. Enter the MAC address obtained in step 4, and use the
number zero (0), no t the letter O, in the host name QR0N00:
host QR0N00 {
hardware ethernet your_MAC_address;
option host-name "QR0N00";
fixed-address 172.20.66.1;
filename "503-upgrade.tar";
}
In the following exam ple, the entry is added to the end of the shared-network XC
{ block:
#Built by Blddhcpd in DiscoverTools.pm
ddns-update-style none;
deny unknown-clients;
allow bootp;
default-lease-time 480;
max-lease-time 480;
option xc-macaddress code 232 = string;
shared-network XC {
subnet 172.0.0.0 netmask 255.224.0.0 {
next-server 172.20.0.8;
filename = "/pxelinux.0";
host cp-n1 {
hardware ethernet 00:11:85:5c:1b:dc;
option host-name "cp-n1";
fixed-address 172.21.0.1;
# location "Level 2 Switch 172.20.65.4, Port 1";
}
.
.
.
host n3 {
hardware ethernet 00:11:0a:ea:ea:41;
option host-name "n3";
fixed-address 172.20.0.3;
G-2 Configuring Interconnect Switch Line Monitoring Cards