system_alert delete

Deletes system alerts.

SYNOPSIS

system_alert ‑delete 
   { ‑all
   | ‑alert system‑alert‑id‑or‑fqn [, system‑alert‑id‑or‑fqn]...
   }

   [{‑sessionKey | ‑u admin‑user ‑oracleFS oracle‑fs‑system}]
   [{‑outputformat | ‑o} { text | xml }]
   [{‑timeout timeout‑in‑seconds | ‑verify | ‑usage | ‑example | ‑help}] 

DESCRIPTION

You can delete an alert by running the system_alert ‑delete ‑alert system-alert-id-or-fqn command. Obtain the fully qualified name (FQN) or unique identifier (ID) of the alert by running the system_alert ‑list command.

In addition to deleting single alerts, you can also clear groups of alerts, or all alerts. The Oracle FS System does not delete alerts that cannot be deleted by administrators, even if explicitly specified.

Note: Only administrators with primary administrator, admin1, admin2, monitor, or support roles are authorized to run the system_alert delete command.

OPTIONS

alert

Specifies the fully qualified names or IDs of one or more system alerts. Use a comma separated list to specify multiple alerts.

all

Removes all system alerts, including the alerts that are triggered when the storage usage exceeds the defined thresholds.

EXAMPLE

Task

Delete the temperature system alert when the machine room temperature returns to normal and you have verified that the air conditioner is working correctly.

Parameters
  • The fully qualified name of the temperature alert: /THERM_WARN

$ fscli system_alert -delete -alert /THERM_WARN