Q-Logic 3000 Switch User Manual


 
3–Fabric Zoning Classes
QLGC_ZoningService : CIM_ZoneService
3-6 59223-03 E
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.
CreateZoneSet
Method will create a zoneset in the zoning database. The output
parameter “ZoneSet” will contain a reference to the newly created
zoneset object.
Parameters:
ZoneSetName: [required] String naming the zoneset to
be created. Must be unique within the zoning database.
ZoneSet: [out] reference to the newly constructed
ZoneSet object.
Returns:
0 - Success
4 - Failed
5 - Invalid Parameter: Invalid zoneset 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 zoneset already exists. The path to the existing
zoneset may be found in the CIM_Error.ErrorSource
property.