IBM Tivoli Composite Application Manager for Application Diagnostics, Version 7.1.0.1
Stop the Managing Server on Windows
Normally, the Managing Server on Windows is registered as a Windows service. Therefore, you can use the the Windows Services Control Panel to start and stop the the Managing Server, and to set it to start automatically at Windows startup.
The Service Name is ITCAM for WebSphere - Managing Server, and the Service Description is empty.
If the Managing Server is started or stopped manually, the Windows service will not correctly show the started/stopped status of the Managing Server.
Complete one of the following options to manually stop the Managing Server on Windows:
- (recommended) From the Windows Start menu, click (All) Programs > ITCAMfWS > am-stop.sh.
If the Kernel is down, or the am-stop.sh script is producing connection exceptions for various components, run the following script from the MS_home/bin directory instead.
./am-forcestop.shUse the following procedure to first launch a Korn shell window.- Launch a Korn shell window:
- Start > Programs > Windows Services for UNIX > Korn Shell
Do not use an already existing Korn shell. Instead open a new Korn shell window.
- Change to the C directory, then change to the MS_home/bin directory. For example:
cd ..cd ..cd MS_home/bin- Run the following command:
./am-stop.shWhen changing to the MS_home/bin directory, if the file path that you specify contains spaces, place double-quotes around the path. Use forward instead of backward slashes in the path.
- When the Managing Server has been stopped, type exit to end the command line session.
If the Kernel is down, or the am-stop.sh script is producing connection exceptions for various components, run the following script from the MS_home/bin directory instead.
./am-forcestop.sh
Parent topic:
Stop the Managing Server