HP StorageWorks Secure Fabric OS 5.0.0 User Guide (AA-RW1UA-TE, May 2005)
85Secure Fabric OS 5.0.0 user guide
NOTE: Until a secPolicySave or secPolicyActivate command is issued, all policy
changes are in volatile memory only and are lost upon rebooting.
To activate changes to the Secure Fabric OS policies:
1. From a sectelnet or Secure Shell session, log in to the primary FCS switch as admin.
2. Type the secPolicyActivate command:
Adding a member to an existing policy
You can add members to policies by using the secPolicyAdd command. As soon as a
policy has been created, the aspect of the fabric managed by that policy is closed to access
by all devices that are not listed in the policy.
To add a member to an existing Secure Fabric OS policy:
1. From a sectelnet or Secure Shell session, log in to the primary FCS switch as admin.
2. Type secPolicyAdd “policy_name”, “member;...;member”.
Policy_name is the name of the Secure Fabric OS policy.
Member
is the item to be added
to the policy, identified by device or switch IP address, switch domain ID, device or switch
WWN, or switch name.
3. To implement the change immediately, enter the secPolicyActivate command.
For example, to add a member to the MS_POLICY using the device port WWN:
To add an SNMP manager to WSNMP_POLICY:
primaryfcs:admin> secpolicyactivate
About to overwrite the current Active data.
ARE YOU SURE (yes, y, no, n): [no] y
Committing configuration...done.
Saving Defined FMPS ...
done
Saving Active FMPS ...
done
primaryfcs:admin> secpolicyadd "MS_POLICY", "12:24:45:10:0a:67:00:40"
Member(s) have been added to MS_POLICY.
primaryfcs:admin> secpolicyadd "WSNMP_POLICY", "192.168.5.21"
Member(s) have been added to WSNMP_POLICY.