Sponsored Content
Operating Systems AIX Find the feature code of the installed processor card on my p550 Post 302334267 by garethr on Wednesday 15th of July 2009 06:03:00 AM
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

 

8 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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
XtSetSensitive(3)						   XT FUNCTIONS 						 XtSetSensitive(3)

NAME
XtSetSensitive, XtIsSensitive - set and check a widget's sensitivity state SYNTAX
void XtSetSensitive(Widget w, Boolean sensitive); Boolean XtIsSensitive(Widget w); ARGUMENTS
sensitive Specifies a Boolean value that indicates whether the widget should receive keyboard and pointer events. w Specifies the widget. DESCRIPTION
The XtSetSensitive function first calls XtSetValues on the current widget with an argument list specifying that the sensitive field should change to the new value. It then recursively propagates the new value down the managed children tree by calling XtSetValues on each child to set the ancestor_sensitive to the new value if the new values for sensitive and the child's ancestor_sensitive are not the same. XtSetSensitive calls XtSetValues to change sensitive and ancestor_sensitive. Therefore, when one of these changes, the widget's set_values procedure should take whatever display actions are needed (for example, greying out or stippling the widget). XtSetSensitive maintains the invariant that if parent has either sensitive or ancestor_sensitive False, then all children have ances- tor_sensitive False. The XtIsSensitive function returns True or False to indicate whether or not user input events are being dispatched. If both core.sensitive and core.ancestor_sensitive are True, XtIsSensitive returns True; otherwise, it returns False. SEE ALSO
X Toolkit Intrinsics - C Language Interface Xlib - C Language X Interface X Version 11 libXt 1.1.4 XtSetSensitive(3)
All times are GMT -4. The time now is 10:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy