1752800 Members
5953 Online
108789 Solutions
New Discussion юеВ

Re: command under hp ux

 
SOLVED
Go to solution
zenus
Occasional Advisor

command under hp ux

how command can i use to view ?
- the memory
-cpu
-disque
-version
5 REPLIES 5
Geoff Wild
Honored Contributor
Solution

Re: command under hp ux

Depends on version and architecture....

machinfo on Itanium systems.

top also will show cpu's...

Disk?
ioscan and bdf

uname -a

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Jeeshan
Honored Contributor

Re: command under hp ux

>>- the memory
dmesg|grep Physical

>>cpu
ioscan -fnC processor

>>disk

ioscan -fnC disk

>>version

uname -a
a warrior never quits
Shrikant Lavhate
Esteemed Contributor

Re: command under hp ux

How about print_manifest??

#print_manifest

prints all system information.

more to add--
>memory
#swapinfo -tam ---> for swap mem info

>memory n CPU utilisation
#top
#sar

>disk
#diskinfo
#pvdisplay -v ---LVM disks


-=ShRi=-
Will it remain a personal, if I broadcast it here!
Torsten.
Acclaimed Contributor

Re: command under hp ux

For Integrity servers with 11.23 and for both (PA-RISC) with 11.31 use

# /usr/contrib/bin/machinfo

otherwise use stm and ioscan.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Sp4admin
Trusted Contributor

Re: command under hp ux

Zenus,

You can use a lot of different command to achieve these results.

-print_manifest
-machinfo
-ioscan
-top
-glance

sp,