Alarm Thresholds Configuration

To configure alarm thresholds:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type system and press Enter to access the system-level configuration elements.
    ORACLE(configure)# system
  3. Type system-config and press Enter.
    ORACLE(system)# system-config
    ORACLE(system-config)#
  4. Type alarm-threshold and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(system-config)# alarm-threshold
    ORACLE(alarm-threshold)#
  5. type — Enter the type of resource which this alarm monitors. Valid values include:
    • cpu

    • memory

    • sessions

    • space

    • deny-allocation

  6. volume — Enter the logical disk volume this alarm monitors (used only in conjunction when type = space).
  7. severity — Set the severity of the threshold. Valid values include:
    • minor

    • major

    • critical

  8. value — Enter the value from 1 to 99, indicating the percentage, which when exceeded generates an alarm.
  9. Save and activate your configuration.