Skip to main content

storage shelf acp configure

Configure alternate control path (ACP)

Availability: This command is available to cluster administrators at the admin privilege level.

Description

Configure the ACP connectivity on the cluster.

Parameters

-is-enabled {true|false} - Is Enabled?
Configures the connectivity to the specified state.
[-subnet <IP Address>] - Subnet
Configures the connectivity to the specified subnet.
[-netmask <IP Address>] - Netmask
Configures the connectivity to the specified netmask.
[-channel {out-of-band|in-band}] - Channel
Configures the connectivity to the specified channel.

Examples

The following example configures out-of-band ACP connectivity on each node:

cluster1::> storage shelf acp configure -is-enabled true -channel out-of-band -subnet 192.168.0.1 -netmask 255.255.255.0

The following example configures in-band ACP connectivity on each node:

cluster1::> storage shelf acp configure -is-enabled true -channel in-band

The following example disables ACP connectivity on each node:

cluster1::> storage shelf acp configure -is-enabled false