- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Comparing 2 HP-UX Systems
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
07-15-2002 04:23 PM
07-15-2002 04:23 PM
Comparing 2 HP-UX Systems
How can we compare the patch levels on 2 HP-UX boxes ? Or if anyone off-hand remembers any specific patch that we may be missing on the production box .
Any help is appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 04:33 PM
07-15-2002 04:33 PM
Re: Comparing 2 HP-UX Systems
Start with these to get patch and memory and swap. It may be difficult to point out a certain patch if the current patch level is unknown, other than the latest.
Patch list
# /usr/sbin/swlist -l product
Memory
# echo phys_mem_pages/D | adb64 -k /stand/vmunix /dev/kmem
Swap
# swapinfo -t
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 04:36 PM
07-15-2002 04:36 PM
Re: Comparing 2 HP-UX Systems
Do both machines have the same ammount of memory installed ? what are the swap space settings for each of the servers, do they differ ?
swlist -l product
To check for patches in the ipd
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 04:52 PM
07-15-2002 04:52 PM
Re: Comparing 2 HP-UX Systems
UNIX95= ps -e -o vsz,uid,ruser,args | sort -rn | more
If the lists are similar, compare the output of swapinfo -tam between the 2 machines. If the lists are significantly different, then it's time to check the applications that differ. If these applications were pre-compiled, you'll probably have to work with the vendor to determine the reason for the differences.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 05:03 PM
07-15-2002 05:03 PM
Re: Comparing 2 HP-UX Systems
you can check the total memory on both machines-grep -i physical /var/adm/syslog/syslog
Is anything else running on second system?
Compare the kernel parameters also.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 07:07 PM
07-15-2002 07:07 PM
Re: Comparing 2 HP-UX Systems
Default value is 50.make it 10.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 05:30 AM
07-16-2002 05:30 AM
Re: Comparing 2 HP-UX Systems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 05:52 AM
07-16-2002 05:52 AM
Re: Comparing 2 HP-UX Systems
The issue seems to be more wiht the setting of prodcution server , I assume that the produciton server has suffcicent swap space and the kernel parameters are tuned properly specially shmax and other memeory realted parameters , in case you are sure that these things are fine thatn may be you can do a swlist -l prodcut and take the print out from both the machines and compare them line by line .
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 06:08 AM
07-16-2002 06:08 AM
Re: Comparing 2 HP-UX Systems
use glance on both the machines to figure out memeory bottle neck.
then run
swlist -l product |grep PH > /tmp/patchlist
on both machines
get the both files on to one machine.
then use diff command to figure out patch differences.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 06:08 AM
07-16-2002 06:08 AM
Re: Comparing 2 HP-UX Systems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 06:25 AM
07-16-2002 06:25 AM
Re: Comparing 2 HP-UX Systems
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=SysInvMgr