Q-Logic 3000 Switch User Manual


 
3–Fabric Zoning Classes
QLGC_ZoningService : CIM_ZoneService
3-8 59223-03 E
Returns:
0 - Success
4 - Failed
5 – Invalid Parameter: May not configure Active zone.
6 - Access Denied: Switch is being configured by another user.
7 - Not Found: Referenced zone or zone alias was not found.
8 - Already ExistsZone already contains referenced Alias.
Request Status Codes:
CIM_ERR_ACCESS_DENIED: User does not have authorization for
this command.
CIM_ERR_INVALID_PARAMETER: One or more required parameters
are missing.
CIM_ERR_NOT_FOUND: The ZoningService instance was not found.
CreateZoneAlias
Method will create an alias in the zoning database. The output
parameter “ZoneAlias” will contain a reference to the newly created
alias.
Parameters:
CollectionAlias: [required] String containing a unique zone alias name.
ZoneAlias: [out] Reference to the newly created ZoneAlias object.
Returns:
0 - Success
4 - Failed
5 - Invalid Parameter: Invalid zone alias name.
6 - Access Denied: Switch is being configured by another user.
Request Status Codes:
CIM_ERR_ACCESS_DENIED: User does not have authorization for
this command.
CIM_ERR_INVALID_PARAMETER: One or more required parameters
are missing.
CIM_ERR_NOT_FOUND: The ZoningService instance was not found.
CIM_ERR_FAILED: If the response is an error message containing an
instance of CIM_Error and CIM_Error.MessageID=FC5 –
ZoningObject already exists
The zone alias already exists. The path to the existing zone alias may
be found in the CIM_Error.ErrorSource property.