Smarts - 10.1.x
Restarting the Event Driver, Smarts SAM domain should re-synchronize all the CLEAR events that were missed during disconnect with underlying domain.
./dmctl -s <SAM_Domain> geti GA_DaemonDriver
ICS-Business-Impact-Driver ICS-Group-Driver
ICS-Impact-Driver ICS-MaintenanceHandler-Driver
OTM-SONET-Driver IC-ACM_Event-Driver
IC-AM_Topo-Driver INCHARGE-AM-PM_Event-Driver
INCHARGE-AM-PM_Topo-Driver INCHARGE-OI_DomainProxy-Driver
INCHARGE-OI_NL-Driver INCHARGE-OI_Topo-Driver
./dmctl -s <SAM_Domain> get GA_DaemonDriver::INCHARGE-AM-PM_Event-Driver::isRunningA command output of TRUE/GA_DRIVER_RUNNING means the driver is running, and FALSE/GA_DRIVER_STOPPED means it is not running.
or
./dmctl -s <SAM_Domain> get GA_DaemonDriver::INCHARGE-AM-PM_Event-Driver::state
./dmctl -s <SAM_Domain> getoper GA_DaemonDriverThe output of the getOper command will be a list of the operations that can be executed against the members of that class:
./dmctl -s <SAM_Domain> invoke GA_DaemonDriver::INCHARGE-AM-PM_Event-Driver stop
./dmctl -s <SAM_Domain> invoke GA_DaemonDriver::INCHARGE-AM-PM_Event-Driver start
Similarly, in same way any underlying domain driver can be restarted.