Q-Logic 3000 Switch User Manual


 
3–Fabric Zoning Classes
QLGC_ZoningService : CIM_ZoneService
59223-03 E 3-5
Returns:
0 - Success
4 - Failed: Illegal zoneset, other fabric error.
5 - Invalid Parameter: Cannot activate the active
zoneset object.
6 - Access Denied: Switch is being configured by
another user.
7 – Not Found: Referenced zoneset was not found.
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.
AddZone
Method will add a zone to a zoneset in the zoning database by creating
an instance of association class MemberOfZoneSet linking the zone
and zoneset together.
Parameters:
ZoneSet: [required] Reference to the zoneset the zone
will be added to.
Zone: [required] Reference to the zone to be added to
the zoneset.
Method Returns:
0 - Success
4 – Failed
5 – Invalid Parameter: May not configure Active zone or
zoneset.
6 - Access Denied: Switch is being configured by
another user.
7 – Not Found: Referenced zone or zoneset was not
found.
8 – Already Exists: Zone is already a member of the
zone set.