crsctl modify category

Use the crsctl modify category command to modify an existing server category.

Syntax

crsctl modify category category_name [-attr "attr_name=attr_value
   [,attr_name=attr_value[,...]]"] [-i] [-f]

Parameters

Table E-45 crsctl modify category Command Parameters

Parameter Description
category_name

Specify the name of the server category you want to modify.

attr_name

Specify the name of a category attribute you want to modify preceded by the -attr flag.

attr_value

A value for the category attribute.

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

"ACL='owner:st-cdc\cdctest:rwx,pgrp::---',
ACTIVE_CSS_ROLE=leaf"

See Also:

  • Table 3-4 for a list of attributes you can use with this command

  • "Filters" for information about operators

-i

If you specify -i, then the command fails if Oracle Clusterware cannot process the request immediately.

-f

Force parameter

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_DEPENDENCIESs=s'hard(res1,res2,res3)'"

Example

To modify a server category:

$ crsctl modify category blue_server -attr  "EXPRESSION=(LOCATION=hub)"