1. Determine if any Domain Managers are running by using the brcontrol utility from BASEDIR/smarts /bin:

     # ./brcontrol -b <host>:<port>
                   
                
Table 1. Next steps for detecting and stopping programs

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

  • The Broker did not shut down.

  • If any servers are still running on the host, these did not shut down.

Go to step 2 on page 65

Different host

List of servers registered with the Broker

  • If any servers are still running on the host where you will install the , these did not shut down. Go to step 2 on page 65 .

  1. 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>
                           
                        
  2. 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>