User Guide
6. Management
6.6 T10 Zoning
hgst_cli_tool -d /dev/sg<devicenumber> -c “zone set 0”
Example of Disabling the First sg Device Results
cli_cmd = zone set 0
Zoning function has been DISABLED!
b.
Issue the following command to disable zoning on ESM B using the second sg device:
hgst_cli_tool -d /dev/sg<devicenumber> -c “zone set 0”
Example of Disabling the Second sg Device Results
cli_cmd = zone set 0
Zoning function has been DISABLED!
Step 3 :
Verify that zoning has been disabled.
a.
Issue the following command to disable zoning on ESM A using the first sg device:
hgst_cli_tool –d /dev/sg<devicenumber> -c “zone get”
Example of Disabled First sg Device Results
cli_cmd = zone get
Zoning function DISABLED!
b.
Issue the following command to disable zoning on ESM B using the second sg device:
hgst_cli_tool –d /dev/sg<devicenumber> -c “zone get”
Example of Disabled Second sg Device Results
cli_cmd = zone get
Zoning function DISABLED!
Step 4 :
Reset the ESMs using hgst_cli_tool.
a.
Issue the following command to reset ESM A using the first sg device:
hgst_cli_tool –d /dev/sg<devicenumber> -c “reset 0"
Example of Resetting First sg Device Results
cli_cmd = reset 0
b.
Issue the following command to reset ESM B using the first sg device:
hgst_cli_tool –d /dev/sg<devicenumber> -c “reset 0"
Example of Resetting Second sg Device Results
cli_cmd = reset 0
Step 5 :
Verify the zoning groups for each of the host using the smp_discover_list command.
55