![HGST SA-7000 Скачать руководство пользователя страница 23](http://html1.mh-extra.com/html/hgst/sa-7000/sa-7000_replacement-manual_2128575023.webp)
FRU Replacement Guide
3 Controller Node Replaceable Units
23
In [10]:
print machine.nics[6].name
eth6
In [11]:
print machine.nics[7].name
eth7
In [12]:
print machine.nics[8].name
BMC
e) Write the
index
of the above
machine.nics[
index
].name
value into the work table in column
NIC
Array ID
, in the row corresponding to
eth
N
.
For the sample output from the step above, the work table would look like this:
Serial Bus Path
MAC Address on the
New Chassis
Ethernet Port Name
NIC Array ID
0000:01:00.0
00:25:90:fd:e8:7c eth0
0
0000:01:00.1
00:25:90:fd:e8:7d eth1
4
0000:01:00.2
00:25:90:fd:e8:7e eth2
1
0000:01:00.3
00:25:90:fd:e8:7f eth3
2
0000:81:00.0
90:e2:ba:7c:5a:fc eth4
5
0000:81:00.1
90:e2:ba:7c:5a:fd eth5
3
0000:82:00.0
90:e2:ba:7c:5d:a4 eth6
6
0000:82:00.1
90:e2:ba:7c:5d:a5 eth7
7
IPMI
See
IPMI MAC Address
of Node
in the work table.
BMC
8
Table 5: Work Table with Sample Ethernet Port Names and NIC Array IDs
f) Update the database entry for
machine.nics[
N
].hwaddr
with the corresponding MAC address for
eth
N
from your work table.
Important:
Use capital letters for the MAC address.
machine.nics[0].hwaddr = '
NEW_MAC_ADDRESS_FOR_ETHN
'
For example,
machine.nics[0].hwaddr = '00:25:90:FD:E8:7C'
machine.nics[1].hwaddr = '00:25:90:FD:E8:7E'
machine.nics[2].hwaddr = '00:25:90:FD:E8:7F'
machine.nics[3].hwaddr = '90:E2:BA:7C:5A:FD'
machine.nics[4].hwaddr = '00:25:90:FD:E8:7D'
machine.nics[5].hwaddr = '90:E2:BA:7C:5A:FC'
machine.nics[6].hwaddr = '90:E2:BA:7C:5D:A4'
machine.nics[7].hwaddr = '90:E2:BA:7C:5D:A5'
g) Update the database entry for
machine.nics[8].hwaddr
with the corresponding IPMI MAC address
from your work table, under
MAC Address of Node
.
Important:
Use capital letters for the MAC address.
For example,
machine.nics[8].hwaddr = '0C:C4:7A:36:8B:12'