Operating system
|
Syntax
|
UNIX
Windows
|
adaptman
-name adapter-broker -kill -start -stop -query -listallprops -host host-name -user user-name -user user-name -port port-number -help |
Task
|
Command
|
Start an instance called SonicMQ1
|
adaptman -i sonicMQ1 -start
|
Query the instance for its status
|
adaptman -i sonicMQ1 -query
|
Stop an instance
|
adaptman -name sonicMQ1 -stop
|
Get status of an instance on the machine whose AdminServer is on port 12935
|
adaptman -host xxxxxx -port 12935 -i
sonicMQ1 -q |
Kill an instance
|
adaptman -i sonicMQ1 -kill
|