Are there scripts on the Symantec Security Information Manager (SSIM) appliance that will stop and start services in the correct order
| Article:TECH85948 | | | Created: 2007-01-06 | | | Updated: 2011-07-11 | | | Article URL http://www.symantec.com/docs/TECH85948 |
Problem
You would like to stop and start all the services on the appliance to avoid rebooting the machine.
Solution
SSIM 4.6/4.7
To restart just the SSIM services the best scripts to use are:
- To stop just the SSIM services use this script:
/opt/Symantec/simserver/simdbmu/bin/stopall.sh - To start just the SSIM services use this script:
/opt/Symantec/simserver/simdbmu/bin/startall.sh
To completely stop and restart all the services used by SSIM use these scripts. These do not stop the OS or services used by the OS:
- To stop all the SSIM , directory, ldap and other services:
/opt/Symantec/simserver/bin/stopservices.sh --all - To start stop all the SSIM , directory, ldap and other the services:
/opt/Symantec/simserver/bin/startservices.sh --all
SSIM 4.5
There are four scripts on the appliance that will stop and/or start the services in the correct order. Login as or su to root and type the following commands:
To restart just the SSIM services the best scripts to use are:
- To stop just the SSIM services use this script:
/opt/Symantec/simserver/simdbmu/bin/sh/stopall.sh - To start just the SSIM services use this script:
/opt/Symantec/simserver/simdbmu/bin/sh/startall.sh
To completely stop and restart all the services used by SSIM use these scripts. These do not stop the OS or services used by the OS:
- To stop all the SSIM , directory, ldap and other services:
/opt/Symantec/simserver/bin/sh/stopservices.sh --all - To start stop all the SSIM , directory, ldap and other the services:
/opt/Symantec/simserver/bin/sh/startservices.sh --all
|
|
| Value | 1011916 |
Legacy ID
2007120608295354
Article URL http://www.symantec.com/docs/TECH85948
Terms of use for this information are found in Legal Notices









Thank you.