The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
A newer release of this product is available.
storage shelf acp configure
Contributors
-
PDF of this doc site

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
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