Manually triggering metric collection in Oracle Enterprise Manager (GRID control)
Here’s the scenario:
You have an Alert that your tablespace is ‘full’,
You enlarge the tablespace,
The ‘Tablespace Full Alert’ is still in your dashbord for the next 24 (x) hours since you’ve configured this metric to be collected once every 24 (x) hours,
You want however to ‘remove’ (clear) this Alert. In order to achive this you will have to to re-evaluate this metric collection …
Here is how you do it (for anything storage related on your database server):
$ emctl control agent runCollection <hostname>:host host_storage
Manually triggering Metric Collection (clearing -tablespace- Alerts)
Manually triggering metric collection in Oracle Enterprise Manager (GRID control)
Here’s the scenario:
Here is how you do it (for anything storage related on your database server):
See the Oracle docs, 2.7.6 Reevaluating Metric Collections. It shows you how to retrieve the correct collection name for any metric.
You will find yourself
grep-ing through ‘$ORACLE_HOME/sysman/admin/metadata/*xml’ and ‘$ORACLE_HOME/sysman/admin/default_collection/*xml’ …