1834903 Members
2727 Online
110071 Solutions
New Discussion

latest patches

 
Alberto_70
Occasional Advisor

latest patches

Hi,

This is a HP 900 B11.00 machine .. Can you suggest a link for latest patches for SAM? Thank you
6 REPLIES 6
Pete Randall
Outstanding Contributor

Re: latest patches

Latest:

http://www1.itrc.hp.com/service/patch/patchDetail.do?BC=nullpatch.breadcrumb.search|&patchid=PHCO_28125&context=hpux:800:11:00

Recommended:

http://www1.itrc.hp.com/service/patch/patchDetail.do?BC=nullpatch.breadcrumb.search|&patchid=PHCO_21187&context=hpux:800:11:00


Pete

Pete
Alberto_70
Occasional Advisor

Re: latest patches

Hello, Thank you ... swapinfo in SAM shows Avail=Used=1024 Mb whereas swapinfo -tam is different .. Any idea if this system is out of swap space or SAM has a bug? The patches doesn't speak about swap in SAM ..

This is the swapinfo -tam:

swapinfo -tam
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 1024 0 1024 0% 0 - 1 /dev/vg00/lvol2
reserve - 1024 -1024
memory 1508 697 811 46%
total 2532 1721 811 68% - 0 -

Steven E. Protter
Exalted Contributor

Re: latest patches

You don't appear to be using any swap.

That is usually a good thing.

How about some vmstat or sar analysis(script attached).

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Alberto_70
Occasional Advisor

Re: latest patches

Hello Steven, Thanks ..

vmstat doesn't show any po (paging ...). Sorry, sar gives me an error right now ..
sar: Can't open /var/adm/sa/sa14

Can you clarify if this system needs more swap? When would it require?

vmstat:
procs memory page faults cpu
r b w avm free re at pi po fr de sr in sy cs us sy id
0 0 0 6878 23543 20 5 0 0 5 0 0 471 1470 144 1 1 98
0 0 0 6878 23436 69 17 0 0 16 0 0 444 4559 107 1 1 98
0 0 0 6878 23436 55 13 0 0 12 0 0 443 3711 100 0 0 100
2 0 0 6988 23355 170 47 0 0 44 0 0 441 8032 148 32 26 43
2 0 0 6988 23436 136 37 0 0 36 0 0 436 6773 133 0 0 100
2 0 0 6988 23436 109 29 0 0 28 0 0 463 5484 131 0 0 100
2 0 0 6988 23491 87 23 0 0 23 0 0 460 4429 121 0 0 100
2 0 0 6988 23377 81 20 0 0 18 0 0 459 4010 114 2 1 97
0 0 0 7002 23377 76 17 0 0 16 0 0 459 3853 111 4 2 94
0 0 0 7002 23377 61 13 0 0 12 0 0 465 3122 106 0 0 100
0 0 0 7002 23377 49 10 0 0 9 0 0 463 2536 100 0 0 100
0 0 0 7002 23377 39 8 0 0 7 0 0 462 2084 96 0 0 100
0 0 0 7002 23491 32 6 0 0 8 0 0 458 1911 93 1 1 98
0 0 0 6751 23491 26 4 0 0 6 0 0 451 1584 88 1 2 97
0 0 0 6751 23492 26 3 0 0 4 0 0 450 1457 88 0 0 100
0 0 0 6751 23491 21 2 0 0 3 0 0 450 1209 87 0 1 99
0 0 0 6751 23491 17 1 0 0 2 0 0 447 997 82 0 0 100
0 0 0 6751 23491 14 0 0 0 1 0 0 470 856 97 0 0 100
0 0 0 7430 23491 11 0 0 0 0 0 0 465 742 94 0 0 100
0 0 0 7430 23491 8 0 0 0 0 0 0 462 631 91 0 0 100
Patrick Wallek
Honored Contributor

Re: latest patches

How much RAM does the system have?

You *MUST* have at least as much swap, of one form or another, as you have RAM.

You do have the swapmem_on kernel parameter set to 1, so the system will use a number equal to about 75% of your RAM size (this is called pseudo-swap) and add it to your available swap space to make the system think you have more swap than you really do.

In your case the pseudo swap is 1508 MB. Your device swap is 1024 MB. If the amount of RAM you have is greater than 2532 MB, then you need more swap.

I suspect that you have 2GB of RAM in this machine. Judging from your swapinfo output you are OK. No need for any more swap space.

Bill Hassell
Honored Contributor

Re: latest patches

sar is working correctly. You must tell sar the measurement period as a minimum or it will assume you want to extract data from a previously recorded data file (see man page). To look at 1 second of CPU usage: sar -u 1
To repeat 10 times: sar -u 1 10

Always use sar with a measurement length.


Bill Hassell, sysadmin