Operating System - HP-UX
1827468 Members
2513 Online
109965 Solutions
New Discussion

How do i find out the Processor infor mation.

 
Sudhakar_17
Occasional Contributor

How do i find out the Processor infor mation.

Hi Masters,
Any one pleae help me to find the processor information like Hp 9000 rp**** on N class server.
How to get the technical documnet to connect the SAS Array to the N class server
6 REPLIES 6
Sandman!
Honored Contributor

Re: How do i find out the Processor infor mation.

SAM -> Performance Monitors -> System Properties
Steven E. Protter
Exalted Contributor

Re: How do i find out the Processor infor mation.

Shalom,

model

cstm

good tools for the first request.

As to the second, you'd have to give the exact model number of the SAS Array. Then we could look up the specs and see what kind of scsi card it needs, or fiber card.

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

Re: How do i find out the Processor infor mation.

Sudhakar,

>> How to get the technical documnet to connect the SAS Array to the N class server

You won't find a technical document to do that as the N class doesn't support any SAS HBAs or SAS based SmartArray cards. I'm afraid you are stuck with SCSI or FC disks on the N class.

HTH

Duncan

I am an HPE Employee
Accept or Kudo
Mike Shilladay
Esteemed Contributor

Re: How do i find out the Processor infor mation.

Hi Sudhakar,

If you run stm, check OK, highlight 'system' at the top of the screen, tab to the buttons, move to tools, hit enter and select information, hit enter, then select run and hit enter. It gives you information such as that what you require.

Hope that helps,

Mike.
Geoff Wild
Honored Contributor

Re: How do i find out the Processor infor mation.

perl -MUnix::Processors -le'print join"\t",$_->id,$_->state,$_->type,$_->clock for @{Unix::Processors->new()->processors}'

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.
James R. Ferguson
Acclaimed Contributor

Re: How do i find out the Processor infor mation.

Hi:

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

Regards!

...JRF...