1834914 Members
2629 Online
110071 Solutions
New Discussion

Re: System information

 
SAM_24
Frequent Advisor

System information

Hi,

Is there any handy command which gives system information like no. of cpu,memory,system defects etc...?

Sysinfo can be installed. But it is comprehensive.

Thanks.
Never quit
12 REPLIES 12
Pete Randall
Outstanding Contributor

Re: System information

Raj,

Do a forums search on cpu speed. This question comes up often.

Pete

Pete
James R. Ferguson
Acclaimed Contributor

Re: System information

Hi Raj:

Since I'm sure you make periodic Ignite recovery tapes, you have a free report everytime you run 'make_tape_recovery' without doing anyting else! See the Ignite system manifest:

/var/opt/ignite/recovery/latest/manifest

Regards!

...JRF...
S.K. Chan
Honored Contributor

Re: System information

Helen French
Honored Contributor

Re: System information

Try these:

# print_manifest (if ignite present)
# stm
# dmesg
# ioscan -fn
# sam
Life is a promise, fulfill it!
Pete Randall
Outstanding Contributor

Re: System information

Sanjay_6
Honored Contributor

Re: System information

Hi Raj,

Try STM.

echo 'selclass qualifier all;info;wait;infolog' |cstm >/tmp/system_info.txt

more /tmp/system_info.txt

If you don't have STM installed on your system, you can download and install STM from this site,

http://software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B6191AAE

Hope this helps.

Regds
Jeff Schussele
Honored Contributor

Re: System information

Hi Raj,

Try the Sysinfo utility

http://gatekeep.cs.utah.edu/hppd/hpux/Sysadmin/sysinfo-3.3.1/

Gives all you asked & MUCH more.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
MANOJ SRIVASTAVA
Honored Contributor

Re: System information

Hi Raj


1. print_manifest if you ahve ignite installed.
2. stm
3. dmesg
4. sam--->perforamnce monitors---->system properties
5.top
6.glance


Manoj Srivastava
D. Jackson_1
Honored Contributor

Re: System information

You may also try this:

echo "selall;info;wait;infolog;view;done" | cstm | mail user_name@xxx.xxx.xxx.com


HTH
Sandip Ghosh
Honored Contributor

Re: System information

You can install cfg2html. It gives details in HTML format. It is available free on the web.

Sandip
Good Luck!!!
Abdul Salam H S_1
Frequent Advisor

Re: System information

Hi,

You can also try using the nickel utility. This will collect all system informations and will be available in HTML format.

Regds,
Salam
Steve Steel
Honored Contributor

Re: System information

Hi

http://www.unixguide.net/scripts/hpsysinfo130

Is cool

sysinfo
hostname : topaz
model : 9000/899/K570 (server)
CPU : (3) PA8000 200 MHz (PA-RISC 2.0)
RAM : 1023.9 MB
OS : HP-UX B.11.00 (64-bit)
JVM : Java 1.3.1.01-release (/opt/java1.3/bin/java)


Options
sysinfo -?
usage: print_help [-gdpaqv?]

-g : general stats (default)
-d : disk info
-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


Steve steel
If you want truly to understand something, try to change it. (Kurt Lewin)