- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Checklists for Maintenance Routine
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
04-09-2004 10:16 PM
04-09-2004 10:16 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2004 11:46 PM
04-09-2004 11:46 PM
Solutionfor HP9000 servers, following commands are useful
1) dmesg ----> check for any error messages
2) check /var/adm/syslog/syslog.log file
3) uptime
4) check for logs by GSP login , use sl command for that. check attention led on generally you will found in HP 9000 A-class , N-class , L-class servers.
5) ps ----> check various process.
6) top ---> check for top process running on the systems , it shows priorities as well for every process , which will enable you to decide which process should carry higher priority than others.
7) bdf ---> check for the filesystem size.
8) ioscan ---> check whether system is able to communcate with peripheral devices.
variuos options are avialable with this commdn , check for man pages for ioscan.
9) use "ping" command for checking the network.
10) use "who -r" command , which will show in whis run level system is in.
if you have monitoring software such as glance plus , then its wonderful tool to monoitor system in terms of processors utilization , disk I/O , network information.
if servers are clusterd , then always check status using "cmviewcl" command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2004 01:27 AM
04-10-2004 01:27 AM
Re: Checklists for Maintenance Routine
check file system usage.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2004 03:14 AM
04-10-2004 03:14 AM
Re: Checklists for Maintenance Routine
also swapinfo is a good command to check swap space.
netstat with various options to see network stats
also ifconfig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2004 07:29 AM
04-10-2004 07:29 AM
Re: Checklists for Maintenance Routine
vgdisplay, swapinfo -ta,uptime, top -d 1 -f /tmp/top
Selfmade:
if [ $# -ne 0 ]; then
TRH=$1
else
TRH=96
fi
bdf -l | awk 'NR>1&&NF>1&&!/cdrom/ {if($(NF-1)>trh) print }' trh=$TRH
If you have DB servers, DB status is also interesting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2004 07:58 AM
04-10-2004 07:58 AM
Re: Checklists for Maintenance Routine
clean the DDS drive.
Give a reboot if not done for a long time.
Can do Cluster failover test (If have Service Guard)
You can defrag file systems.
Look for latest Unix patch depot to install.
In the last I would recommend not to do all items at once which may impact system and troubleshooting . Make a list and priorities yor task as per downtime and need, many of the tasks can be done online.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2004 10:35 AM
04-10-2004 10:35 AM
Re: Checklists for Maintenance Routine
You should take the Ignite-UX backup, Full Filesystem Backup and your database/application backup running on the system before maintenence.
Run this nickel.shar script and ftp the output to your PC. It consists of all the useful information which may be required incase of your unix box failure.
# cd /tmp (If there is space problem you can do it in some other folder)
# sh nickel.shar.txt
# nickel
Mostlikely,
# /usr/contrib/bin/nickel
nickel.shar.txt script attached
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2004 01:09 PM
04-11-2004 01:09 PM
Re: Checklists for Maintenance Routine
In the addition,the H/W log of the system by EMS if OnlineDignostic is installed.
# /var/opt/resmon/log/event.log
The LED status of the system that front and back panel of the box and pheripheral devices status LED.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2004 01:11 PM
04-11-2004 01:11 PM
Re: Checklists for Maintenance Routine
/var/adm/swinstall.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2004 12:12 AM
04-14-2004 12:12 AM
Re: Checklists for Maintenance Routine
- /etc/rc.log and /etc/rc.log.old, to verify if any service don't start or stop correctly,
- run swverify \* for any patch/product not correctly installed (it takes sometimes),
- last -R to search for stranges/bad connexions
- any file in lost+found directories, probably lost data.
- any unavailable physical volume with pvdisplay,
- any stale Logicial Extent with lvdiplay -v.
Olivier.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2004 12:36 AM
04-14-2004 12:36 AM
Re: Checklists for Maintenance Routine
I think you are asking maintenance task and not tasks which needs to be taken care for maintenance
First take a complete backup of your system
1) check the hard disks for any stale PE's
this equivalents to the bad blocks on the disk.
2) check the physical connectivity of all the network cards and connections
3) check the syslog file for any errors
4) check the mail for root and also
5) dmesg for some errors
6) check the tape drive for read-write-restore etc.,
7) check the CD-Rom drive for read and mount etc.,
8) If L,N or A class systems check the GSP logs or if older system check the chasis log
9) Install STM if not present and take the complete information of the hardware this will report if any problem in the hardware
10) STM verifier ( Licensing required) will test each hardware for the intermitent problems
11) check all the software installed are configured and running properly by swverify command ( see man severify for details)
12) check for the patches installed and latest patches required either individual or Bundle
Regards,