set_logging_property

Sets the property value corresponding to the specified logging property name.

Format

emcli set_logging_property 
        -property_name="propertyName"
        [-oms_name="omsName"]
        -property_value="propertyValue"

[ ]  indicates that the parameter is optional

Options

  • property_name

    Name of the logging property whose value needs to be set.

  • oms_name

    Name of the management server where the logging property needs to be set.

  • property_value

    Value to be set.

Examples

Example 1

This example sets the value for the property name "propName" on the management server myhost:1159_Management_Service to "propValue."

set_logging_property -property_name=propName -property_value=propValue 
-oms_name="myhost:1159_Management_Service"

Example 2

This example sets the value for the property name "propName" to "propValue" on all of the management servers.

set_logging_property -property_name=propName -property_value=propValue