![HGST SA-7000 Скачать руководство пользователя страница 77](http://html1.mh-extra.com/html/hgst/sa-7000/sa-7000_replacement-manual_2128575077.webp)
FRU Replacement Guide
7 Storage Enclosure Basic Field Replaceable Units
77
e) Identify the
drive slot number
based on the
device name
in the decommissioned disk details you obtained in
Step 1.
Note:
Replace
hostname_of_storage_node
with the value of
Node name
in the
decommissioned disk details, and replace
device_name
with the value of
Device
in the
decommissioned disk details (but remove the
/dev/
prefix).
In [1]:api = i.config.cloudApiConnection.find('main')
In [2]:mguid = api.machine.find(name='
hostname_of_storage_node
')['result'][0]
In [3]:print(api.disk.list(machineguid=mguid, name='
device_name
')['result'][0]
['bus_location'])
EXP_SLOT_69
In the example above, the
drive slot number
is
69
.
f) Exit the Q-Shell.
quit()
g) Identify the
sg number
of the Storage Enclosure Basic.
lsscsi -g | grep PEAK
[0:0:42:0] enclosu HGST PIKES PEAK 0109 - /dev/sg42
In the example above, the sg number is
/dev/sg42
.
h) Issue the command to the Storage Enclosure Basic to enable ("set") the LED on the drive identified by the
drive
slot number
obtained in substep e.
Important:
Subtract 1 from the
drive slot number
, because the index starts from 0.
For example, if the
drive slot number
is
69
, you must use
68
in the command below.
sg_ses /dev/sg42 -p2 -I0,
68
-S ident
i) Log out of the Storage Node.
j) Log out of the Controller Node.
5.
Shut down the Storage Node from the CMC.
Caution:
Shut down
only
the Storage Node that is paired with the Storage Enclosure Basic
containing the FRU.
a) In the CMC, navigate to
Dashboard
>
Administration
>
Hardware
>
Servers
>
Storage Nodes
.