Deployment Guide

Creating an FCS policy
1. Connect to the switch and log in using an account with admin permissions, or an account with OM
permissions for the Security RBAC class of commands.
2. Enter the secPolicyCreate "FCS_POLICY" command.
Example of creating an FCS policy
The following example creates an FCS policy that allows a switch with domain ID 2 to become a
primary FCS and domain ID 4 to become a backup FCS:
switch:admin> secpolicycreate "FCS_POLICY", "2;4"
FCS_POLICY has been created
3. To save or activate the new policy, enter either the secPolicySave or the secPolicyActivate
command. Once the policy has been activated you can distribute the policy.
NOTE
FCS policy must be consistent across the fabric. If the policy is inconsistent in the fabric, then you will
not be able to perform any fabric-wide configurations from the primary FCS.
Modifying the order of FCS switches
1. Log in to the Primary FCS switch using an account with admin permissions, or an account with OM
permissions for the Security RBAC class of commands.
2. Type secPolicyShow "Defined", "FCS_POLICY" .
This displays the WWNs of the current Primary FCS switch and backup FCS switches.
3. Enter the secPolicyFCSMove command.
secpolicyfcsmove from to
Specify the existing and new positions of the switch in the list using the from and to options.
Alternatively, you can specify the positions interactively at the prompts.
Example of moving an FCS policy
The following example moves a backup FCS switch from position 2 to position 3 in the FCS list, using
interactive mode:
primaryfcs:admin> secpolicyfcsmove
Pos Primary WWN DId swName.
=================================================
1 Yes 10:00:00:60:69:10:02:18 1 switch5.
2 No 10:00:00:60:69:00:00:5a 2 switch60.
3 No 10:00:00:60:69:00:00:13 3 switch73.
Please enter position you’d like to move from : (1..3) [1] 2
Please enter position you’d like to move to : (1..3) [1] 3
____________________________________________________
DEFINED POLICY SET
FCS_POLICY
Pos Primary WWN DId swName
__________________________________________________
1 Yes 10:00:00:60:69:10:02:18 1 switch5.
2 No 10:00:00:60:69:00:00:13 3 switch73.
3 No 10:00:00:60:69:00:00:5a 2 switch60.
____________________________________________________
4. Enter the secPolicyActivate command to activate and save the new order.
Creating an FCS policy
Fabric OS Administrators Guide 215
53-1003130-01