- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Check list for HPUX system
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
10-03-2000 03:33 PM
10-03-2000 03:33 PM
I would like to know is there any document or check list to verify that an HPUX system functioning at its best, after installing and configuring newly.
including hardware and software ?
Thank you very much .
Raju
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2000 01:17 AM
10-04-2000 01:17 AM
Re: Check list for HPUX system
In your case you will see if all the hardware and software is running fine when you try to use it.
You should install the newest patch bundle available at the IT Resource Center, since the software taken from your installation CD may not be up to date. Patches may improve the functionining and performance of hardware and software.
More information can be found at http://www.docs.hp.com.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2000 02:17 AM
10-04-2000 02:17 AM
Re: Check list for HPUX system
what applications will you be running and what server(s) does the application run under i.e. memory size recommended, cpus , etc.., how many users will be using the system.
From this you can tweak kernel parameters ( as recommneded by the application and some system parameters )
Then it also depends whether you have high availability i.e. service guard Obviously this is more costly .
I may be barking up the wrong tree, you may have already done this , but the initial stage is to determine what will be running on the servers and from this evaluation you spec a server that would cope with the workload.
As suggested by thomas , load the patches as recommended by HP)
for example if you had users running oracle , and had the disk capability for performance you could stripe the data disks and have separate disk for redo logs .
hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2000 06:09 AM
10-04-2000 06:09 AM
Re: Check list for HPUX system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2000 09:06 AM
10-04-2000 09:06 AM
Re: Check list for HPUX system
You can have a regular check by running sar(-d;-b;-c;-v;-u;-M) at different intervals and also vmstat and top.
Run ioscan -fun, bdf ,swapinfo -tm, lvlnboot, vgdisplay and pvdisplay(-v) and put them in a file for compression with later information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2000 03:13 PM
10-04-2000 03:13 PM
Re: Check list for HPUX system
ex: checking all the software products installed are in configured state , and applying all the latest patchess for the products , looking for the log files etc etc , .
I am wondering is there any check list kind of thing to verify system is 100% Ok.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2000 02:56 AM
10-05-2000 02:56 AM
SolutionAs you have already suggested yourself , some of the things to check :-
check /etc/rc.log ( for any failures during system startup)
2. /var/adm/syslog/syslog.log file for any errors
3. Run dmesg or check /var/adm/messages for errors.
4. Run swlist and make sure the state of patches and software are all installed .
5. If you have Predict installed hp will dial in and check system for any errors / upgrades of disk firmware etc.. and inform you of this.
6. To check your mirrors , you can try booting from the mirrored copy i.e. setboot command only root disks) and see if this boots and if you have mirror successful.
7. You've installed hp and latest patch bundle for that version.
8. on version 11 in /var/contrib/bin there is a check_pacthes script that verfiy patches on the system ( note this is cpu intensive run it at a quite period)
9. You can alos have scripts run form cron to moinitor , filesystems, rogue processes,
etc..
10. Then the real test would be to run the application to see how this performs .
The checklist is determined by yourself and your adminstartion skills i.e. where to look for errors.
HTH