Posts

Showing posts with the label OEM Metric Extension

Troubleshoot OEM 12c Cloud Control Metric Alerts

Image
How to troubleshoot OEM Metric Alerts: Commands to Troubleshoot OEM Metric Alerts from Backend in Linux: Check location of emctl in a server: grep emagent To find status of a Metric: ./emctl status agent target '<TargetName>',<TargetType>|grep '<MetricName>' Eg. ./emctl status agent target 'Dev_EBS',oracle_ebs|grep '<MetricName>' To find the schedule of a Metric: ./emctl status agent scheduler | grep '<MetricName>' To check the latest threshold count: ./emctl getmetric agent '<TargetName>',<TargetType>,<MetricName> Eg. ./emctl getmetric agent 'Dev_EBS','oracle_ebs', '<MetricName>' To Run Collection: ./emctl control agent runCollection '<TargetName>':<Target_type> '<MetricName>' './emctl control agent runCollection 'Dev_EBS':oracle_ebs '<MetricName>' To upload latest collectio...