- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- checklist for system amdinistration
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 03:53 PM
08-09-2005 03:53 PM
I would appreciate if someone shares the best practices on hpux so that failure of production servers can be minimized.
Thanks and regards,
Shiv
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 04:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 04:10 PM
08-09-2005 04:10 PM
Re: checklist for system amdinistration
The answer is not a straight forward one..It depends on the hardware you use and the different application/DB's running on it..
I always goes inside the datacentre and checks the LED's on the front panel of the server,storage,library,sanswitches etc.. This I feel is a very good practice as LED indication can give quite a lot of information about erros and failures.
Monitoing the log files is another good practice
Log into GSP and check event logs (SL option)
var/adm/syslog/syslog is one main file which can give indication to the h/w erros or OS errors .
/var/adm/cron/log
/var/adm/sudolog/sudo.log
/var/adm/sulog
/var/mail/root
And mainly the commands top,glance and sar is another simple but highly efficent monitoring tools.
Regards
CS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 04:17 PM
08-09-2005 04:17 PM
Re: checklist for system amdinistration
http://docs.hp.com/en/B5735-90001/index.html
For OS part you can write a small shell script to check process, disk space etc. For a production I would suggest a monitoring tool like HP OpenView or Unicenter.
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 04:21 PM
08-09-2005 04:21 PM
Re: checklist for system amdinistration
do u have backup done daily (depending on critically of the system)? do u have mirroring or raid on your system? do u monitor the network? do u secure or have u harden your system?
these r some of the questions u should address.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 04:25 PM
08-09-2005 04:25 PM
Re: checklist for system amdinistration
The EMS notifications are always helpfule and gets you notified regarding the forthcoming problems in advence, giving you time to rectify the same. Also the other general procedure we follow for our routine checkups includes following.
1. Checking /var/adm/syslog/syslog.log
2. Checking dmesg outputs.
3. Checking multiple paths to storage (If you have)
4. Checking all lan cards for proper functioing or error messages.
5. Checking file system utilizations.
6. Taking ignite backups.
Collecting nickel outputs will have all these in one step except ignite backup.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 04:28 PM
08-09-2005 04:28 PM
Re: checklist for system amdinistration
The latest nickel is available here.
ftp://ftp.hp.com/pub/catia/Utils/nickel.shar
And also check MP/GSP of your system if it supports that for any error messages.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 06:37 PM
08-09-2005 06:37 PM
Re: checklist for system amdinistration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 06:37 PM
08-09-2005 06:37 PM
Re: checklist for system amdinistration
Some others to the list
1. Check audit log for user login/logout events and other events if you use auditing.
2. Check for adequate disk space.
3. Check login daemons like sshd, telnetd are properly working.
4. Use SAM to check the performance of the system
5. Check the network performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 06:47 PM
08-09-2005 06:47 PM
Re: checklist for system amdinistration
http://www.security-gurus.de/papers/hpux_checklist.pdf#search='hpux%20checklist'
cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 07:11 PM
08-09-2005 07:11 PM
Re: checklist for system amdinistration
Following can be checked daily:
1. bdf output to check file system sizes
2. /var/adm/wtmp file for growth, if required null this file
3. /var/adm/btmp file for growth, null it if required
4. /var/adm/syslog/syslog.log file for errors if any
5. /var/adm/syslog/mail.log file for errors
6. swapinfo
7. storage path health by say fcmsutil
8. top command to view sleeping and unwanted processes
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 07:15 PM
08-09-2005 07:15 PM
Re: checklist for system amdinistration
Attached the daily check list for servers includes main points and a script to check syslog errors. You can customise this excel sheet according to your need if reqired like Backup details etc.If you need more details on how to get automated mails on warnings or other notifications pls reply back.
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 07:15 PM
08-09-2005 07:15 PM
Re: checklist for system amdinistration
You can find it here:
http://www.unix.ittoolbox.com/browse.asp?c=UNIXPeerPublishing&r=http%3A%2F%2Fwww%2Ewashington%2Eedu%2FR870%2F
or in general
http://www.unix.ittoolbox.com/nav/t.asp?t=395&p=395&h1=395
Regards,
Borislav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 08:36 PM
08-09-2005 08:36 PM
Re: checklist for system amdinistration
Please have a look of the link;
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=732447
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 09:44 PM
08-09-2005 09:44 PM
Re: checklist for system amdinistration
If you are running ServiceGuard on your box, checking "cmviewcl" output will give you the health of the cluster (on both systems).
Another thing that I tend to check is simply "uptime" so I can get a feel for the pressure on the system .
Best regards,
Oz