HPE 9000 and HPE e3000 Servers
1751693 Members
4953 Online
108781 Solutions
New Discussion юеВ

Re: hp 9000 rp7420 server specification

 
tareq_2
Regular Advisor

hp 9000 rp7420 server specification

hi all
i need to know the specification of my server (CPUs,RAM,STORAGE(HDD,MAINBOARD,CELLBOARD) etc...
and the version of the hp-ux
is there any command to know this information.
thanks
14 REPLIES 14
Jeeshan
Honored Contributor

Re: hp 9000 rp7420 server specification

at a glance you can know this using the command

#print_manifest

or you can use glance

#glance

but aggregately you can use nickel script to collect all type of information in html format
a warrior never quits
Prashanth Waugh
Esteemed Contributor

Re: hp 9000 rp7420 server specification

Hi Tareg,

Use the following command,
#getconf KERNAL_BITS
it will show the cpu bit
2)glance -m
It will show physical Mem.
3)ioscan -fnC processor
It will show the no of processor
4)uname -a
it will show the OS
Regards
Prashant
For success, attitude is equally as important as ability
Prashanth Waugh
Esteemed Contributor

Re: hp 9000 rp7420 server specification

Hi tareg,

Have u install the sysinfo utility.Check it on server.
#swlist |grep "sysinfo"

If it install then it will give all server inforamtion

Regards
Prashant
For success, attitude is equally as important as ability
Deepak Kr
Respected Contributor

Re: hp 9000 rp7420 server specification

prashant,

FYI, #print_manifest will give you complete info in single command here.

No need to run a set of commands to get all.

"There is always some scope for improvement"
Bill Hassell
Honored Contributor

Re: hp 9000 rp7420 server specification

If you want a *lot* of hardware details including memory modules, cell board firmware versions, CPU versions, etc, use cstm like this:

echo "selclass qualifier all;info;wait;infolog" | cstm


Bill Hassell, sysadmin
Asif Sharif
Honored Contributor

Re: hp 9000 rp7420 server specification

Salam Tareq,

Some tools are available for detailed hardware/OS/Patches etc information like nickel ,cfg2html and sysinfo and they have the ability to produce the output in html format.

ftp://ftp.hp.com/pub/catia/Utils/nickel.shar
http://www.cfg2html.com

Regards,
Asif Sharif
Regards,
Asif Sharif
tareq_2
Regular Advisor

Re: hp 9000 rp7420 server specification

hi all
I have tried the commands above and its not working. " print_manifest"+"glance"
and the command ioscan -fnC processor its show me the number of processor not the speed of processor
what i need is :- 1.cpu speed 2. Memory Capacity 3.HDD .
the command above not work.
any help please??
thanks
tareq_2
Regular Advisor

Re: hp 9000 rp7420 server specification

hi
MY operating system is hp-ux 11iv1
thanks
Prashanth Waugh
Esteemed Contributor

Re: hp 9000 rp7420 server specification

Hi Tranag

#getconf KERNAL_BITS

Is it working on ur system

Regards
Prashant
For success, attitude is equally as important as ability