Sponsored Content
Operating Systems AIX Orange light has come on server Post 302383924 by younusdba on Saturday 2nd of January 2010 05:14:11 AM
Old 01-02-2010
Orange light has come on server

Hi all,


we are using IBM e series server on which AIX 5.3 is runing , we got orange light on our server, so please can any one suggest me how to diabled this light. thanks alot in advance

i followed these instruction befor but i couldn't able to diabled these light

#diag
then enter
then Task Selection (Diagnostics, Advanced Diagnostics, Service Aids, etc.)
then Run diagnostics
then enter
then select sysplanar0 ,ent0 and l2cahe0
then F7 for commit
then select Problem determination
then enter
then again enter
then f3
then select Identify and Attention Indicators
then enter
then select set system Identication to normal
then F7
then F3 and F3
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Day light savings

Does anyone know how to reset a network printer to allow for the daylight savings?:) (0 Replies)
Discussion started by: Tweedy
0 Replies

2. Solaris

troubleshooting cause of amber light

hi all, we've got an amber maintenance light on the front of our Netra-t4. I can't find out what's causing this issue. I've logged into the lom, and found the following. There's nothing in messages or prtdiag. Disks appear to be ok. Are there any other lom commands that can help? ... (6 Replies)
Discussion started by: badoshi
6 Replies

3. AIX

p520 -- amber light

it shows up after the upgrade to SF240_415, after 2 hrs. amber light shows up on the led of 9111-520, but alog shows: everything seems to work, not sure what's going on.. (6 Replies)
Discussion started by: ppchu99
6 Replies

4. UNIX for Dummies Questions & Answers

Google chart: removing orange lines

There is a google chart as follows: https://chart.googleapis.com/chart?chs=400x250&cht=lc&chxt=x,y&chd=t:95,95|80,80|20,20|5,5&chm=b,E2EBFB,0,1,0|b,C9DBFB,1,2,0|b,E2EBFB,2,3,0 There are orange lines shown, but it is unclear how they are generated. How can they be removed? (4 Replies)
Discussion started by: figaro
4 Replies

5. What is on Your Mind?

A little light entertainment... ;oD

New O'Reilly books... URL: New O'Reilly books - Album on Imgur I'll bet many of you have come across a few of these... ;oD (0 Replies)
Discussion started by: wisecracker
0 Replies
XSelectInput(3X11)						     MIT X11R4							XSelectInput(3X11)

Name
       XSelectInput - select input events

Syntax
       XSelectInput(display, w, event_mask)
	  Display *display;
	  Window w;
	  long event_mask;

Arguments
       display	 Specifies the connection to the X server.

       event_mask
		 Specifies the event mask.

       w	 Specifies the window whose events you are interested in.

Description
       The function requests that the X server report the events associated with the specified event mask.  Initially, X will not report any of
       these events.  Events are reported relative to a window.  If a window is not interested in a device event, it usually propagates to the
       closest ancestor that is interested, unless the do_not_propagate mask prohibits it.

       Setting the event-mask attribute of a window overrides any previous call for the same window but not for other clients.	Multiple clients
       can select for the same events on the same window with the following restrictions:

       o    Multiple clients can select events on the same window because their event masks are disjoint.  When the X server generates an event,
	    it reports it to all interested clients.

       o    Only one client at a time can select or events, which are associated with the event mask

       o    Only one client at a time can select a event, which is associated with the event mask

       o    Only one client at a time can select a event, which is associated with the event mask

       The server reports the event to all interested clients.

       can generate a error.

Diagnostics
       A value for a Window argument does not name a defined Window.

See Also
       X Window System: The Complete Reference, Second Edition, Robert W. Scheifler and James Gettys

																XSelectInput(3X11)
All times are GMT -4. The time now is 07:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy