Find the feature code of the installed processor card on my p550


 
Thread Tools Search this Thread
Operating Systems AIX Find the feature code of the installed processor card on my p550
# 1  
Old 07-14-2009
Error How to find processor card feature code

Guys

Does anyone know how to find the feature code of the installed processor card on my p550? Through AIX or HMC.

Basically I need to find the processor card type.

Thanks in advance

Bala

Last edited by balaji_prk; 07-21-2009 at 04:25 PM..
# 2  
Old 07-15-2009
Not sure if this helps:

Code:
>lsattr -El proc0
frequency   4204000000     Processor Speed       False
smt_enabled true           Processor SMT enabled False
smt_threads 2              Processor SMT threads False
state       enable         Processor state       False
type        PowerPC_POWER6 Processor type        False

# 3  
Old 07-16-2009
you'll need to look in the lscfg -vp output for a ccin associated with a processor resource and then lookup the ccin, or possibly the FRU number, in infocentre I think.

prtconf will show you the number of them and the speed.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Bash find version of an installed application but if none is found set variable to App Not Installed

Hello Forum, I'm issuing a one line bash command to look for the version of an installed application and saving the result to a variable like so: APP=application --version But if the application is not installed I want to return to my variable that the Application is not installed. So I'm... (2 Replies)
Discussion started by: greavette
2 Replies

2. Solaris

Solaris installed Physical Processor ..how to check?

I would like to know how to identify the installed "Physical Processor" .here is the output #psrinfo -pv of from 2 systems : - System 1 The physical processor has 8 virtual processors (0-7) SPARC-T4 (chipid 0, clock 2848 MHz) -System 2 The physical processor has 8 virtual... (3 Replies)
Discussion started by: ahmedamer12
3 Replies

3. HP-UX

how to know the code name(like Montecito) of current processor

Hi, I'm using IPF hpux machines. I want to know how to get the code name of current processor(say Montecito or Motovale). I have machinfo output like +++++++++++++++ machinfo CPU info: Number of CPUs = 4 Clock speed = 1500 MHz Bus speed = 400 MT/s CPUID registers ... (1 Reply)
Discussion started by: m9suns
1 Replies

4. Solaris

Unable to find FEATURE(`msp',`[127.0.0.1]')dnl in submit.cf

Hi, While trying to send mail using the mailx command i get the below mentioned error. sdsddsd... Connecting to via relay... sdsddsd... Deferred: Connection refused by I went through some documents and it was mentioned that modifications needs to be done in submit.cf as given below. ... (0 Replies)
Discussion started by: chrisanto_2000
0 Replies

5. AIX

p550 connected to a HMC

Morning, I've installed a new p550 into a rack and connected it up to the HMC but the HMC cannot find it, I don't understand why it's not? Has anyone else had this problem before? Thanks Kees (4 Replies)
Discussion started by: KeesH
4 Replies

6. HP-UX

How to find processor frequency

Hello , Please tell me how to find processor frequency in HP UNIX . (8 Replies)
Discussion started by: manjunath
8 Replies

7. UNIX Desktop Questions & Answers

Where can I find a Unix OS that will run on a 386 processor?

Hey, can anyone recommend a URL (or website) where I can download a basic (or old) UNIX OS that will run on an ancient laptop that has a 386 processor, 4MB of RAM and a 40MB harddrive? Your help and suggestions are much appreciated! :confused: (4 Replies)
Discussion started by: methudrez
4 Replies

8. UNIX for Dummies Questions & Answers

To find processor speed & memory in HP Unix 10.2

I have a D series HP server with HP UNIX 10.20 as the OS. How will I obtain the processor speed and memory of the machine. I have 'root' privileges. (4 Replies)
Discussion started by: augustinep
4 Replies
Login or Register to Ask a Question