|
Unix Startup and Shutdown
Startup
- Power up the machine
- Login as 'root'
- Unix > mount sid01:/usr/sap/trans/usr/sap/trans
- Unix > mount (to check NFS mount is OK)
- Unix > df -k (as above)
Shutdown
- Login as 'root'
- Unix > ps -ef | more
- Unix > sync
- Unix > init 0
- Power down the machine
What is the command used to find whether the system is up or down?
$ ps -ef | grep dw
If you get an output of dw<instance> the system is up.
What you can also do is:
$ cdD
$ cd work
$ grep RUNNING dev_disp
or just run
$ top -s 1
SAP Basis Tips by : Markus
Fast Links:
Start and Stop SAP
SAP Database Startup and Shutdown
Get help regarding your Basis problems
Do you have a SAP
Basis Question?
SAP Books
SAP Certification, Functional,
Basis Administration and ABAP Programming Reference Books
SAP Basis Tips
SAP BC Tips and Basis Components
Discussion Forum
Best regards,
SAP Basis, ABAP Programming and Other IMG Stuff
http://www.sap-img.com
All the site contents are Copyright © www.sap-img.com
and the content authors. All rights reserved.
All product names are trademarks of their respective
companies. The site www.sap-img.com is in no way affiliated with
SAP AG.
Every effort is made to ensure the content integrity.
Information used on this site is at your own risk.
The content on this site may not be reproduced
or redistributed without the express written permission of
www.sap-img.com or the content authors.
|