If we install a Smart Cloud Control Desk 7.5.1.1 one box system, and want to restart the server we have to follow the below list to get the whole system up and running again. (Please adapt the commands to your system)
1. Start directory server database
su – idsccmdb -c db2start
2. Start directory server
/opt/ibm/ldap/V6.3/sbin/ibmslapd -I idsccmdb
3. Start Maximo database
su – ctginst1 -c db2start
4. Start Websphere Deployment Manager
/app/IBM/WebSphere/AppServer/profiles/ctgDmgr01/bin/startManager.sh
5. Start Websphere Node agent
/app/IBM/WebSphere/AppServer/profiles/ctgAppSrv01/bin/startNode.sh
6. Start Websphere Application Server
/app/IBM/WebSphere/AppServer/profiles/ctgAppSrv01/bin/startServer.sh MXServer
7. If not starting automatically, start the web server
/app/IBM/HTTPServer/bin/apachectl start