Operating System - HP-UX
1838604 Members
2706 Online
110128 Solutions
New Discussion

Re: swapinfo out put problem

 
SOLVED
Go to solution
sajesh
Occasional Contributor

swapinfo out put problem

Hi,

In my hp-ux (version B.11.00, model rp 5470) when using the command swapinfo â tam It is not giving the physical memory details . the out is giving below.
And please give me an idea of the reserve memory

3 REPLIES 3
Davis Paul
Valued Contributor

Re: swapinfo out put problem

Hi,
Check the out put of â dmesgâ command and you will get more details in cstm.
Regards
Davis Paul
Dennis Handly
Acclaimed Contributor
Solution

Re: swapinfo out put problem

Memory will not show up unless you have pseudoswap. I.e. in SAM you need to modify the kernel parm swapmem_on to set it to 1.

Reserve is how much swap is reserved by your current applications. The simplest way to look at swapinfo is to only look at the total line.
sajesh
Occasional Contributor

Re: swapinfo out put problem

Thanks for the help