To determine the status of the GA_DaemonDriver, run the following command from the <SMARTS>/bin directory:
./dmctl -s <DOMAIN> get GA_DaemonDriver::ICS-Group-Driver
Properties of GA_DaemonDriver::ICS-Group-Driver:
CreationClassName = GA_DaemonDriver
Name = ICS-Group-Driver
ReadsInputFrom = <Null Object>
ReadsRulesFrom = GA_RuleSet::ICS-Group-Driver-RS
SendsActionsTo = <Null Object>
ServiceName =
enableLegacyPrint = FALSE
enableStackTrace = FALSE
isRunning = FALSE
state = <>
timeOut = 0
trace = FALSE
variables = { }
verifyOnly = FALSE
waitForCompletion = FALSE
The two lines marked in bold will indicate if the driver is running, and what is it's current state.
If the driver is stuck in pending_stop, use the following commands to restart driver:
dmctl -s <DOMAIN> invoke GA_DaemonDriver::ICS-Group-Driver stop
dmctl -s <DOMAIN> invoke GA_DaemonDriver::ICS-Group-Driver start