1837035 Members
2584 Online
110111 Solutions
New Discussion

Re: server info

 
khilari
Regular Advisor

server info

Hi people, well i wanted to know as to how do u get to know what is the processor power of a server. I mean how many giga hertz for the processor?
Secondly, how would u know what raid level is configured on the disks, if they are in a store e disk array.

Thanks.
6 REPLIES 6
Steven E. Protter
Exalted Contributor

Re: server info

Shalom,

Raid level can be termined by a careful use of LVM reports.

lvdisplay -v will show mirror copies and such.

You may need to start with vgdisplay to get a handle on what logical volumes are out there.

cstm

That is used via the menus to determine the speed of the CPU. RISC chips require much lower CPU speeds to acheive good performance than say your PC which uses CISC.

There are a lot of system reporting scripts posted to ITRC.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
A. Clay Stephenson
Acclaimed Contributor

Re: server info

Except in special cases there is no way to determine the RAID level of a disk array from the OS; Typically, a utility is supplied with array itself but how the data are actually stored is (and should be) completely hidden from the host. In some cases, your question has no meaning because the RAID level dynamically adjusts itself "on the fly".

Also, your use of processor speed to measure the "power" of a server is rather nebulous as well.
If it ain't broke, I can fix that.
Ken Grabowski
Respected Contributor

Re: server info

I agree with Clay in regards to the disk array question. If you want to know the speed at which your processors are running look at this link.

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1041908
Raj D.
Honored Contributor

Re: server info

Khilari ,

Here it is :

# echo "selclass qualifier cpu;info;wait;infolog" | /usr/sbin/cstm

[ For CPU information ]

# echo "selclass qualifier memory;info;wait;infolog" | /usr/sbin/cstm

[For Memory Information.]

Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
Raj D.
Honored Contributor

Re: server info

Khilari ,

Also a very useful tool is available from HP , is nickel script that will collect all your system informations, just to run it and the HTML report will be ready:

http://unixguide.net/scripts/nickel108


Also: cfg2html
http://come.to/cfg2html



Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
Prashanth.D.S
Honored Contributor

Re: server info

Hi,

You can use the below command aswell to check the cpu speed from cstm...

#echo "map selall info;wait infolog" | cstm > /tmp/cstm.txt.

If the disks are in a stroage then u need to log into the storage through the serial port or from web management console from there i guess you will be able to check the raid levels..

Best Regards,
Prashanth