Operating System - HP-UX
1836593 Members
1507 Online
110102 Solutions
New Discussion

command equal to kmeminfo that exist in hp-ux 11.11

 
SOLVED
Go to solution
Eduard Pinales
Advisor

command equal to kmeminfo that exist in hp-ux 11.11

i will like know if hp-ux 11.23 exist a command equal hp-ux 11.11 the command is kmeminfo, for view physical Memory, Used physical Memory.

Regards,
5 REPLIES 5
Solution

Re: command equal to kmeminfo that exist in hp-ux 11.11

Yes kmeminfo is available for 11.11, 11.23 and 11.31

But it is *not* a standard supported tool that is distributed with the OS. It is a diagnostic tool which is provided by the HP response centre.

So you will need to contact the HP response centre to get a copy.

HTH

Duncan

I am an HPE Employee
Accept or Kudo
Tim Nelson
Honored Contributor

Re: command equal to kmeminfo that exist in hp-ux 11.11

The command for 11.23 is kmeminfo

kmeminfo was made to run on all platforms.
5.19 is the latest version that I have seen.

Eduard Pinales
Advisor

Re: command equal to kmeminfo that exist in hp-ux 11.11

thanks guys,
who is the PATH... in hp-ux 11.11 is in /usr/contrib/Q4/bin, but in hp-ux 11.23 dont exist there.
Tim Nelson
Honored Contributor

Re: command equal to kmeminfo that exist in hp-ux 11.11

This utility is not supplied by default with the OS. It is a single binary file. You can put it anywhere you like after you aquire it..

If you have the 5.19 version on another host, copy it where ever you like, even the same path would work.

Eduard Pinales
Advisor

Re: command equal to kmeminfo that exist in hp-ux 11.11

1000 thanks
Tim Nelson.