This blog contains tips,tricks and small hacks for system administrator to ease their routine work.
Search This Blog
Thursday, April 8, 2010
HPUX/AIX/SOLARIS/LINUX/TRU64 Pre-checking before reboot
Capture the system details
# bdf > /tmp/bdf.txt ## For HPUX
OR
# df –k > /tmp/df.txt ## For other OS
# netstat –in > /tmp/netstat.in.txt
# netstat –rn > /tmp/netstat.rn.txt
# lanscan > /tmp/lanscan.txt ## For HPUX
# ioscan –fn > /tmp/ioscan.txt ## For HPUX
# ps –ef | grep –i sap ## Double confirm no SAP running
# ps –ef | grep –I oracle ## Double confirm no Database running
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment