Brocade Fabric OS Command Reference (Supporting Fabric OS v7.3.0) User Manual

Page 232

Advertising
background image

202

Fabric OS Command Reference

53-1003131-01

cryptoCfg

2

--show -hacluster

Displays the specified HA clusters in the encryption group and associated state
information for all HA clusters or for a single, specified HA cluster. When invoked
on a member node, only the committed HA cluster configuration is displayed.
When invoked on the group leader, both defined and committed configuration data
is displayed.

The following operands are mutually exclusive:

-all

Displays configuration information for all HA clusters.

HA_cluster_name

Displays configuration information for a specified HA cluster.

EXAMPLES

To display existing HA clusters in the encryption group "brocade" (the encryption group in the example
has one committed HA cluster with one encryption engine):

SecurityAdmin:switch> cryptocfg --show -hacluster -all

Encryption Group Name: brocade

Number of HA Clusters: 1

HA cluster name: HAC1 - 1 EE entry

Status: Committed

WWN Slot Number Status

11:22:33:44:55:66:77:00 0 Online

To create a second HA cluster with one encryption engine:

SecurityAdmin:switch> cryptocfg --create -hacluster HAC2

10:00:00:05:1e:53:4c:91

EE Node WWN: 10:00:00:05:1e:53:4c:91 Slot number: 0 Detected

Create HA cluster status: Operation succeeded.

To add another encryption engine to HA cluster HAC2:

SecurityAdmin:switch> cryptocfg --add -haclustermember HAC2

10:00:00:05:1e:53:74:87 3

EE Node WWN: 10:00:00:05:1e:53:74:87 Slot number: 3 Detected

Add HA cluster member status: Operation succeeded.

To display the changes (Note that "HAC2" is in the "defined" state until the transaction is committed):

SecurityAdmin:switch> cryptocfg --show -hacluster -all

Encryption Group Name: brocade_1

Number of HA Clusters: 2

HA cluster name: HAC1 - 1 EE entry

Status: Committed

WWN Slot Number Status

11:22:33:44:55:66:77:00 0 Online

HA cluster name: HAC2 - 2 EE entries

Status: Defined

WWN Slot Number Status

10:00:00:05:1e:53:4c:91 0 Online

10:00:00:05:1e:53:74:87 3 Online

Advertising