![HGST SA-7000 Скачать руководство пользователя страница 51](http://html1.mh-extra.com/html/hgst/sa-7000/sa-7000_replacement-manual_2128575051.webp)
FRU Replacement Guide
4 Storage Node Replaceable Units
51
The section containing the IPMI IP address looks like the following example:
host 457f495a-80b7-4125-862b-5f87d9121cfa {
dynamic;
hardware ethernet 0c:c4:7a:36:8b:12:;
fixed-address 172.16.201.16;
group "pmachines";
}
h) Change the
hardware ethernet
value to the new IPMI MAC address
in lowercase
from your work table,
under
IPMI MAC Address of Node
.
Note:
Use lowercase only.
For example,
hardware ethernet 0c:c4:7a:36:8b:12:;
i) Save and close the file.
j) Exit the new SSH session.
14.
In your
previous
SSH session, do a sanity check to verify that you have updated the new MAC addresses correctly.
Compare the output of the command below to your work table.
In [9]: for nic in machine.nics: nic.name; nic.hwaddr
...:
Out[9]: 'eth1'
Out[9]: '90:E2:BA:7E:B8:31'
Out[9]: 'eth3'
Out[9]: '0C:C4:7A:33:38:11'
Out[9]: 'eth2'
Out[9]: '0C:C4:7A:33:38:10'
Out[9]: 'eth0'
Out[9]: '90:E2:BA:7E:B8:30'
Out[9]: 'BMC'
Out[9]: '0C:C4:7A:36:8B:12'
15.
Save the Active Archive System database
machine settings
.
q.drp.machine.save(machine)
16.
Update and save the Active Archive System database
device object
.
a) Get the device object.
device = cloudapi.device.getObject(machine.deviceguid)
b) Update the MAC address of the chassis with the value you saved in the work table under
MAC Address of
Node
.