-
Determine if any Domain Managers are running by using the brcontrol utility from BASEDIR/smarts /bin:
# ./brcontrol -b <host>:<port>
The Broker is on the |
And brcontrol displays. |
Do this |
---|---|---|
Same host |
“Error attaching to broker” message |
The Broker is not running. Go to step 3 on page 65 . |
List of servers registered with the Broker |
Go to step 2 on page 65 |
|
Different host |
List of servers registered with the Broker |
|
-
Stop any Domain Manager that is still running. If the Broker is on the host, stop the local Broker:
-
To stop any manager that is still running, use the dmquit utility from BASEDIR/smarts /bin:
# ./dmquit --server=< servername > # ./brquit --broker=localhost:<port>
-
-
Determine if any other DMT processes are still running and shut the processes down:
-
Detect the processes using the following command:
# ps -ef | grep sm_ # kill <pid>
-