Operating System - HP-UX
1820238 Members
2487 Online
109620 Solutions
New Discussion юеВ

Re: Command to get System Details - Processor, Speed

 
sai.prashant
Occasional Advisor

Command to get System Details - Processor, Speed

Hello All,
How or Which command to use to get System Details as shown below:
Processor- 400 mhz, Ram-1GB SDRam , Harddisk- 9Gb 10K rpm SCSI HDD, Disk Drive- 32X ATAPI CDROM, Graphics- Visualize FX4 PCI length,

Thanks,
Sai
7 REPLIES 7
Hein van den Heuvel
Honored Contributor

Re: Command to get System Details - Processor, Speed



This question has been asked and enswerred many times before.
Please use the SEARCH function at the top of this page for prior discussions.
Hint: use 'more options', fill in search string for example "processor speed", drop down 'hpux' as forum, mark 'subject line only' (instead of 'all text').

One amongst several answers there:

/usr/contrib/bin/machinfo


hth,
Hein.
bhavin asokan
Honored Contributor

Re: Command to get System Details - Processor, Speed

hi,

copy the following file in to your system in binary mode and execute.

it will give the output like following.

HP-UX prod5 B.11.11 U 9000/813 2000747627 unlimited-user license
CPU Count: 1
CPU Speed: 160 MHz
CPU HW Support: 32-bit
Kernel Support: 32-bit
RAM Size: 512 MB
bufpages: 158 MB
maxuprc: 75
maxvgs: 10
maxfiles: 512
max_thread_proc: 64
nfile: 4779
nflock: 200
nproc: 2420
ninode: 2888
shmmax: 1073741824
shmmni: 200
dbc_max_pct: 50


for machine model you can use model command.
for io-devices you have to use ioscan command.


regds,

Sunil Sharma_1
Honored Contributor

Re: Command to get System Details - Processor, Speed

You can use NICKEL script to get all these information or more. script is available in forum so just search here.

Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***
Muthukumar_5
Honored Contributor

Re: Command to get System Details - Processor, Speed

Are you having machinfo? But it will from 11.22 < versions itself there.
/usr/contrib/bin/machinfo

Else use sysinfo script over,
http://www.unixguide.net/scripts/hpsysinfo146

copy and paste in /usr/bin/sysinfo
chmod 755 /usr/bin/sysinfo

Execute as sysinfo -h
It will give options.
-g : general stats (default)
-d : disk info
-n : network info (IP, MAC)
-p : patches installed
-a : all of the above
-q : quiet mode (no progress status; use if redirecting output to a file)
-v : sysinfo version
-? : describe options

It will give disk, cpu informations to you
Easy to suggest when don't know about the problem!
MarkSyder
Honored Contributor

Re: Command to get System Details - Processor, Speed

Sam -> Performance Monitors -> System Properties.

Mark Syder (like the drink but spelt different)
The triumph of evil requires only that good men do nothing
Bharat Katkar
Honored Contributor

Re: Command to get System Details - Processor, Speed

HI,
If you have ignite installed then ...
/opt/ignite/bin/print_manifest will also be helpful.
Regards,
You need to know a lot to actually know how little you know
sai.prashant
Occasional Advisor

Re: Command to get System Details - Processor, Speed

Thankyou Every One , All your soluction were helpfull to me

Thanks once again
Sai Prashant