Sponsored Content
Operating Systems AIX Is possible to see led panel status on AIX? Post 302942305 by rbatte1 on Monday 27th of April 2015 12:39:11 PM
Old 04-27-2015
Assuming that this is a Power5 or above, how do you boot? If this is "by pressing the button" then I wonder if you ever use ASMI. If not, can you tell us how you do, and the model of server.

For ASMI, you point a https browser to an HMC port. You need to set the HMC port IP address first, else it will DHCP poll, which might not be what you want.

You will need to connect with a serial console to the server with it powered off, but power cables in (flashing light on front?) You will need to get the correct cable, but they are available on Ebay etc. if you have the specification. Speed setting is likely to be double the default, i.e 19200 rather than standard 9600.

Press ENTER and you should get a login prompt. Default is admin with the same as the password. I can't remember where to go after this, but it is menu driven.


On the ASMI screen, the account is padmin with password of password I think. It's vaguely like an HMC with what you can do and fairly intuitive.



Does this get you started? I can't get more detail explanation at the moment.


There may also be a command line way from the OS, but I'm not sure.



Robin
This User Gave Thanks to rbatte1 For This Post:
 

10 More Discussions You Might Find Interesting

1. AIX

LED Code

Anyone know what led code 626 means please. This is on a VIO server running vios 1.3.0.1-FP-8.1 and AIX 5.3 ML5. (8 Replies)
Discussion started by: johnf
8 Replies

2. AIX

RS/6000 warning led

On my IBM RS/6000 9114-275 a warning led is burning. It's an orange light with an exclamation mark. It started to burn when I did a reset of the system. What does it mean? How can I get it away? (0 Replies)
Discussion started by: rein
0 Replies

3. Shell Programming and Scripting

knowing the process status in IBM AIX 5.3

i have quit a few process running in background. The problem is even though the process seems to run background. the process gets hanged or wait for something and these detail is not shown in their respective logs How to check the status of a background process when it's 1) gets hanged 2)... (1 Reply)
Discussion started by: ali560045
1 Replies

4. Infrastructure Monitoring

SNMP OID for System Status LED's

I am trying to locate the proper MIB and OID location, to determine if the system attention light is on IBM-702x servers running 5.x. Currently, we get this on our Blade Centers Management Modules at location: 1.3.6.1.4.1.2.3.51.2.2.8.2.1.1.7.xx were xx is the actual Blade number. A value of 1... (0 Replies)
Discussion started by: stamfdf
0 Replies

5. AIX

Attention Led on HMC

We use HMC to manage two logical partitions. LPARs don't have any problem but HMC's, itself, attention led is on. :eek: I am not sure if that's going to affect LPARs, but just wanted to be sure.... :confused: Has anyone come across such problem on HMC? Where can you suggest to look for logs... (1 Reply)
Discussion started by: royalliege
1 Replies

6. AIX

service status in AIX

good afternoon to all hay i m new in AIX. my problem is that.....plz tell me how to see " service status" in AIX Becoz i run /etc/rc.d/rc.2/Sbesclientd so its show below like this bash-3.2$ sudo /etc/rc.d/rc2.d/SBESClientd status Usage: /etc/rc.d/rc2.d/SBESClientd { start | stop } I... (2 Replies)
Discussion started by: life008
2 Replies

7. AIX

How to detect the network cable status with c programming on AIX

Hello, Is there any API or any other approach to detect whether the network cable is connected to the network adapter, say, en0, en1 or en2? The OS is AIX6.1. Thank you. (4 Replies)
Discussion started by: zephyrbj
4 Replies

8. Shell Programming and Scripting

Shell script to find Memory status in AIX

Hi All, There is a shell script that captures Memory status in AIX 6.1 64 bits! I need it to be validated by shell script experts for the following: Shell Script: cat memusageAIX.sh #!/usr/bin/ksh # # Memory usage under AIX # USED=`svmon -G | head -2 | tail -1 | awk '{ print $3... (1 Reply)
Discussion started by: a1_win
1 Replies

9. AIX

AIX Command LED Descriptions

Dear master Unix.com, I ask about command, what is command the meaning this? and what the function? /usr/lpp/diagnostics/bin/usysfault -s normal regards, -Ruhul (3 Replies)
Discussion started by: williamen
3 Replies

10. AIX

List running services, Package name and status on AIX.

Hi, How can I list running services, corresponding package name and status on the AIX host? On Linux (Centos), I use the below code snippet:- for i in `chkconfig --list | awk '{ print $1}'`; do status=`/sbin/service $i status` packagename=`rpm -qf /etc/init.d/$i` done Is there... (2 Replies)
Discussion started by: Vipin Batra
2 Replies
x52output(1)						      General Commands Manual						      x52output(1)

NAME
x52output - command line frontend for the x52pro library SYNOPSIS
x52output text 0 'First Line' x52output text 1 'Second Line' x52output text 2 'Third Line' x52output bri 0 40 x52output bri 1 50 x52output led 1 1 # not available for old X52 x52output time 1 12 20 x52output date 7 10 17 x52output second 30 # YOKE only x52output offset 0 1 0 90 # set 90 minutes offset on time display 2 DESCRIPTION
x52output is a command line frontend for the x52pro MFD library. It is intended for debugging and/or scripting purposes. The x52pro MFD library provides access to the display/LEDS of following SAITEK pro flight devices o X52 Pro Flight Control System o X52 Flight Control System o X52 Pro Flight Yoke. x52output has following sub-commands: text line text Outputs a single line of text to one of the three lines on the x52/x52pro MFD. line is a number from 0 to 2, text is an alphanumeric text of length 16. Some graphical characters are also supported but no work has currently been spent on charset compatibility. bri mfd brightness Sets the brightness of either the button LEDs (x52pro only) or the MFD. mfd=0 selects the buttons and mfd=1 selects the MFD. brightness is a decimal value in the range from 0 to 127. led led-idx color Sets the led color of one of the x52pro buttons. led-idx is a value from 1 to 19. The meaning of the led-idx values are specified in the next paragraph. time h24 hour minute Sets the time shown on the MFD. h24=0 displays the time in AM/PM notation, h24=1 displays the time in 24 Hour notation. hour is a value from 0 to 24 while minute is a value from 0 to 60. date year month mday Sets the date shown on the MFD. year, month, and mday are just values from 0 to 99. Using this order will show as YY-MM-DD on the MFD but it is possible to use the three values in any order preferred. second second Sets the second value shown on the Pro Flight Yoke MFD. Can be a value from 0 to 59. offset offset Sets the time offset of the secondary and tertiary time display of the x52/x52pro MFD. idx=0 selects the secondary display while idx=1 selects the tertiary display. neg=0 sets a positive offset, neg=1 sets a negative offset. offset is in minutes from 0 to 1023. led-idx for the led sub-command can be one of the following values: 1 LED(s) of Fire Button 2 Red LED of A Button 3 Green LED of A Button 4 Red LED of B Button 5 Green LED of B Button 6 Red LED of D Button 7 Green LED of D Button 8 Red LED of E Button 9 Green LED of E Button 10 Red LED of T1 Switch 11 Green LED of T1 Switch 12 Red LED of T2 Switch 13 Green LED of T2 Switch 14 Red LED of T3 Switch 15 Green LED of T3 Switch 16 Red LED of Coolie Hat 17 Green LED of Coolie Hat 18 Red LED of i Button 19 Green LED of i Button x52output needs write access to the raw x52 USB device. This package is supplied with udev rules for providing write access on the SAITEK MFD joysticks to the plugdev group members. If x52output fails, permission problems can be checked by means of running it with sudo. EXIT STATUS
If the joystick/yoke is not found x52output will return a status code of 1. In every other situation it will return a status code of 0. This includes malformed command lines. BUGS
x52output can currently control only a single SAITEK mfd device. If there are more than one devices attached to the system, the first will always be used. AUTHOR
Written by Eduard Hasenleithner <eduard@hasenleithner.at> x52output(1)
All times are GMT -4. The time now is 03:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy