crsctl modify server

Use the crsctl modify server command to modify the configuration of a particular server.

Syntax

crsctl modify server server_name -attr "attr_name=attr_value
   [,attr_name=attr_value[, ...]]"

Parameters

Table E-48 crsctl modify server Command Parameters

Parameter Description
server_name [...]

Specify the name of the server you want to modify.

attr_name

The name of a server attribute you want to modify preceded by the -attr flag.

attr_value

A value for the server attribute.

Note: The attr_name and attr_value parameters must be enclosed in double quotation marks ("") and separated by commas. For example:

-attr "CHECK_INTERVAL=30,START_TIMEOUT=25"

Usage Notes

  • If an attribute value for an attribute name-value pair contains commas, then the value must be enclosed in single quotation marks (''). For example:

    "START_DEPENDENCIES='hard(res1,res2,res3)'"

Example

To modify the configuration of a specific server, enter a command similar to the following:

$ crsctl modify server email_server_2 -attr  "WORKLOAD_VALUE=1"