![Western Digital 1EX1231 User Manual Download Page 237](http://html1.mh-extra.com/html/western-digital/1ex1231/1ex1231_user-manual_960951237.webp)
User Guide
4. Management
4.7 Zoning
•
CLI Tools: to download the latest version of CLI tools, see:
Downloading Firmware from the Support
4.7.2
Predefined Zoning Configurations
There are four predefined zoning configurations for the Ultrastar Data102 . Each configuration connects
a different number of host ports to a set number of drives, called a zone group. This section provides
information about each of the predefined zoning configurations.
Configuration 0
Configuration 0 is the default configuration of the enclosure when zoning is disabled; it allows all hosts
to view all drive slots and the devices populating those drive slots. In this configuration, all of the drives
belong to the same zone group as shown in the image below (represented by one color). Each of the SAS
ports on the rear IO of the enclosure are also represented by the same color to display their connection to
all of the drives within the enclosure.
•
In-band management
: Configuration 0 (default configuration) can be initiated in-band with the
sg_senddiag
command by passing
00
as the zoning configuration option. See:
for the actual senddiag command.
•
Out-of-band management
: Configuration 0 (default configuration) can be initiated out-of-band to
disable zoning by passing
0
as the
ZoningConfig
option for each IOM. The following are example
Redfish and cURL POST commands:
Redfish POST:
/redfish/v1/Systems/Self/Storage/<Enclosure Logical ID>/Actions/Storage.Zoning
{ "ZoningConfig": "0" }
cURL POST:
curl -X POST -k -u admin:admin -H "Content-type: application/json"
https://<IP Address>/redfish/v1/Systems/Self/Storage/<Enclosure Logical ID>/Actions/
Storage.Zoning -d
'{"ZoningConfig" : "0"}'
221