FRU Replacement Guide
3 Controller Node Replaceable Units
19
9.
Get the IP address and machine name (hostname) of the new chassis.
a) In the CMC, navigate to
Dashboard
>
Administration
>
Hardware
>
Servers
>
Unmanaged Devices
>
Uninitialized
.
The new chassis appears in the list of uninitialized devices. This indicates that it has started successfully.
b) Write the value of
Name
into your work table, under
Temporary Hostname of Node
.
c) Write the value of
Name
without the
PM-
prefix into your work table, under
MAC Address of Node
.
d) Write the
IP address
into your work table, under
Temporary IP Address of Node
.
Figure 6: Uninitialized Nodes
10.
Get the bus-location-to-MAC-address mapping of the new chassis.
a) From the Management Node, open an SSH session to the
new IP address of the Controller Node
obtained in
the previous step.
Log in with username
root
and password
rooter
.
b) At the Linux prompt, run the following command:
for add in `ls /sys/devices/pci*/*/*/net/*/address`; do echo $add; cat
$add; done
The output of this command is similar to the example below.
/sys/devices/pci0000:00/0000:00:01.0/
0000:01:00.0
/net/eth0/address
00:25:90:fd:e8:7c
/sys/devices/pci0000:00/0000:00:01.0/
0000:01:00.1
/net/eth2/address
00:25:90:fd:e8:7d
/sys/devices/pci0000:00/0000:00:01.0/
0000:01:00.2
/net/eth3/address
00:25:90:fd:e8:7e
/sys/devices/pci0000:00/0000:00:01.0/
0000:01:00.3
/net/eth5/address
00:25:90:fd:e8:7f
/sys/devices/pci0000:80/0000:80:01.0/
0000:81:00.0
/net/eth1/address
90:e2:ba:7c:5a:fc
/sys/devices/pci0000:80/0000:80:01.0/
0000:81:00.1
/net/eth4/address
90:e2:ba:7c:5a:fd
/sys/devices/pci0000:80/0000:80:02.0/
0000:82:00.0
/net/eth6/address