HP XC System Software Administration Guide Version 4.0

Table Of Contents
# ifconfig -a | grep eth
eth0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
eth1 Link encap:Ethernet HWaddr 00:00:00:00:00:10
eth2 Link encap:Ethernet HWaddr 00:00:00:00:00:20
eth3 Link encap:Ethernet HWaddr 00:00:00:00:00:30
The Ethernet device names are listed in the first column; the MAC addresses follow the
designation HWaddr.
c. Determine which Ethernet device should be the primary device.
d. Gather the following network-specific information for the node and the Ethernet
interfaces for the node:
The IP address
The netmask value
The gateway address.
3. Use the editor of your choice to edit the /opt/hptc/config/nicbond/
nicbond.staticdb file on the head node.
4. Create a completely new golden image with the NIC bonding modifications for this node:
# si_rmimage base_image
# updateimage --gc imageserver --no-netboot --init
5. Ensure that the node is reimaged when it is next booted:
# setnode --resync n4
6. Stop the node:
# stopsys n4
7. Image and boot the node:
# startsys --image_and_boot n4
136 Network Administration