Shell Commands › Grid Control › set Command (Grid Control)--Set Grid Configuration Parameter
set Command (Grid Control)--Set Grid Configuration Parameter
Set CA 3Tera AppLogic grid configuration parameter
Syntax
grid set <prop>=<val>
Arguments
- <prop>=<val>
-
Grid parameter to modify. The following parameters may be set:
- recovery_password=-: Prompt for password to use for recovery GUI. If the standard input is not a terminal device, it will not print a prompt and expect only one copy of the password on 'stdin' (this can be used for batch operations, to set the password from a file). The password MUST be between 8 and 24 characters in length.
- ha_network: Enable/disable network HA for the grid.
- ha_backbone: Enable/disable network HA on the backbone network.
- ha_external: Enable/disable network HA on the external network
- backbone: Specify which switch is active on the backbone network for all servers
- external: Specify which switch is active on the external network for all servers
- locale: Specify the default locale for the grid. The value should not include any specification of encoding (for example, '.UTF-8').
Examples
grid set recovery_password=- -
Set recovery GUI password.
grid set ha_network=
Enable network HA for the grid on both the backbone and external networks.
grid set ha_external=1
Enable network HA for the grid on the external network.
grid set ha_backbone=1
Enable network HA for the grid on the backbone network.
grid set backbone=01:02:03:04:05:06
Set switch with an ID of 01:02:03:04:05:06 as active, all backbone network traffic on the servers passes through the NIC connected to that switch.
grid set external=07:08:09:0A:0B:0C
Set switch with an ID of 07:08:09:0A:0B:0C as active, all external network traffic on the servers passes through the NIC connected to that switch.
grid set locale=en_US
Set the default locale to U.S. English.
Notes:
- You must be a grid maintainer to set any of the network HA-related parameters (that is, ha_network, ha_backbone, ha_external, backbone, and external).
- You must be a grid maintainer to set the default locale for the grid (that is, locale).
- CA 3Tera AppLogic uses the UTF-8 character set for the encoding of all localized messages.