powervc-opsmgr configure Command
Purpose
Performs postinstallation configuration for an existing PowerVC cluster.
Syntax
powervc-opsmgr configure -c <cluster_name> [-h] [-f] [-v] [-pv]
Description
The configure subcommand of the powervc-opsmgr command performs postinstallation configuration for an existing PowerVC cluster. The cluster must be configured after inventory creation to configure PowerVC on the booted up environment.
Flags
| Item | Description |
|---|---|
| -f or --force | Reconfigures the cluster even if the configuration state is already present. |
| -c cluster_name or --cluster cluster_name | Specifies the cluster name for configuration. |
| -pv or -validate-configure | Runs validation checks and exits without performing configuration. |
| -v or --verbose | Enables verbose output for debugging or detailed logging. |
Examples
- To run standard configuration for cluster
XXXX, enter the following command:powervc-opsmgr configure -c XXXX - To run configuration with verbose logging for cluster
XXXX, enter the following command:powervc-opsmgr configure -c XXXX -v - To perform a forced reconfiguration for the cluster
XXXX, enter the following command:powervc-opsmgr configure -c XXXX -f - To run validation checks for the cluster
XXXX, enter the following command:powervc-opsmgr configure -c XXXX -pv