There are times
where OEM admin wants to inform and send notification banner to all the users
or particular user who are connected to the OEM due to some maintenance/Downtime
.
Login to OMS server
[-to="comma separated user names"]
[-messageType="INFO|CONF|WARN|ERROR|WARNING" (default is INFO)]
-message="message details"
[ ] indicates that the parameter is optional.
[oracle@omssrvr
bin]$ ./emcli send_system_broadcast -toOption="ALL"
-messageType="INFO" -message="OEM
is going down for Maintenance this Friday 10AM CST”
Status:Unauthorized 401
To send system broadcast to ALL users connected to OEM
[oracle@omssrvr bin]$ ./emcli send_system_broadcast -toOption="ALL" -messageType="INFO" -message= "OEM is going down for Maintenance this Friday 10AM CST”
Successfully requested to send
System Broadcast to users.
To send system broadcast to Specific user connected to OEM
./emcli send_system_broadcast -toOption="SPECIFIC"
-to="USERNAME" -messageType="WARN" -message="OEM is
going down for Maintenance this Friday 10AM CST”