To pick up a configuration revision and restart an InfoHub, execute a command like:
$ $gtm_dist/mumps -run InfoHub --action=restart
To pick up a configuration revision and restart an InfoHub from within GT.M, invoke the following entryref:
restart^InfoHub(InfoHubID|InfoHubName)
This command stops all components whose configuration has changed and starts all components whose configuration has changed (which might not be the same set); attempting to restart of a non-running InfoHub produces an IHNOTRUNNING error.
Important | |
---|---|
The restart command also clears prior restart history for each monitored process. Service monitors will not restart a configuration that fails to start five times within five minutes. |