mkzs
Use the mkzs command to create a zone set. This command must be run as a transaction. You must have Administrator authority to use this command.
Syntax
Parameters and arguments
- -user user_name
- Specifies an IBM Spectrum Controlâ„¢ user ID.
- -pwd password
- Specifies the password for the IBM Spectrum Control user ID.
- -url url
- Specifies the Device server. The format of the URL is system:port_number, where system represents either the host name or IP address, and port_number represents the IBM Spectrum Control Device server port.
- -fabric WWN
- Specifies the fabric. The WWN variable is the worldwide name (WWN).
- -help | -h | -?
- Lists help information for the command.
- -silent
- Suppresses all output for the command. If you omit this parameter, output is included.
- zone_set
- Specifies the zone set. The zone_set variable is the name of the zone set.
Tip: To create a zone
set, you must include at least one zone.
Example: Creating a zone set
The
following commands create the PARIS zone set, which includes the SUNSOLARIS
zone:
tpctool> start -user me -pwd mypass -url myhost:myport -fabric 100000051E34F6A8
tpctool> mkzone -fabric 100000051E34F6A8 -zone SUNSOLARIS -
tpctool> mkzs -fabric 100000051E34F6A8 PARIS
tpctool> addzone -fabric 100000051E34F6A8 -zs PARIS SUNSOLARIS
tpctool> commit -fabric 100000051E34F6A8