oclumon manage

Use the oclumon manage command to view and change configuration information from the system monitor service.

Syntax

oclumon manage -repos {{changeretentiontime time} | {changerepossize 
memory_size}} | -get {key1 [key2 ...] | alllogger [-details] | mylogger [-details]}

Parameters

Table J-10 oclumon manage Command Parameters

Parameter Description
-repos 
{{changeretentiontime time} |
{changerepossize memory_size}}

The -repos flag is required to specify the following CHM repository-related options:

  • changeretentiontime time: Use this option to confirm that there is sufficient tablespace to hold the amount of CHM data that can be accumulated in a specific amount of time.

    Note: This option does not change retention time.

  • changerepossize memory_size: Use this option to change the CHM repository space limit to a specified number of MB

    Caution: If you decrease the space limit of the CHM repository, then all data collected before the resizing operation is permanently deleted.

-get key1 [key2 ...]

Use this option to obtain CHM repository information using the following keywords:

  • repsize: Size of the CHM repository, in seconds
  • reppath: Directory path to the CHM repository
  • master: Name of the master node
  • alllogger: Special key to obtain a list of all nodes running Cluster Logger Service
  • mylogger: Special key to obtain the node running the Cluster Logger Service which is serving the current node
  • -details: Use this option with alllogger and mylogger for listing nodes served by the Cluster Logger Service

You can specify any number of keywords in a space-delimited list following the -get flag.

-h

Displays online help for the oclumon manage command

Usage Notes

  • The local system monitor service must be running to change the retention time of the CHM repository.

  • The Cluster Logger Service must be running to change the retention time of the CHM repository.

Examples

The following examples show commands and sample output:

$ oclumon manage -get MASTER
Master = node1

$ oclumon manage -get alllogger -details
Logger = node1
Nodes = node1,node2

$ oclumon manage -repos changeretentiontime 86400

$ oclumon manage -repos changerepossize 6000