Sponsored Content
Operating Systems AIX NIM install hangs on LED 0608 Post 302124174 by touny on Friday 29th of June 2007 04:16:11 AM
Old 06-29-2007
Hi

it is a p52A, i have only 1 lpar I am installing AIX5.3 via nim tcpip rsh for the install
When he finished the load of the tfpboot it hangs on LED 0608 then start to flash (the led code)
May be there is firewall ? I am not sure as everyhting is fine. I have checked from the nim server if I can have access to other systems on the other subnet and it works fine

Thanks for your help
 

10 More Discussions You Might Find Interesting

1. AIX

Linux install from NIM

Has anyone ever done this and is it easy to do with SLES9/10? All I can find so far is this link http://www-941.ibm.com/collaboration/wiki/display/Wikip5/16Jan07+Using+NIM+to+Install+VIO+and+Linux Can you still use all the feature of autoyast etc? TIA. (1 Reply)
Discussion started by: backslash
1 Replies

2. AIX

AIX 5.1 install bos.sysmgt.nim.master failed

I was trying to install bos.sysmgt.nim.master on AIX 5.1 with a mounted NFS source, but it failed: # installp -agXd /nfs/aix51cd1 bos.sysmgt.nim.master installp: APPLYING software for: bos.sysmgt.nim.master 5.1.0.50 restore: 0511-123 The volume on... (0 Replies)
Discussion started by: ezlee
0 Replies

3. AIX

NIM client installation hangs at 0608

Hi All, I am facing very strange problem. I have created NIM server with 6.1 TL4SP3. I am having SPOT and MKsysb of the same version. I am able to install the client using this spot and mksysb. Now I got the requirement of installing the 5.3 ML11SP3 client. So using the mksysb of 5.3 ML11SP3, I... (3 Replies)
Discussion started by: falgun6666
3 Replies

4. Solaris

Solaris Cluster Install Hangs

Greetings Forumers! I tried installing Solaris Cluster 3.3 today. I should say I tried configuring the Cluster today. The software is already installed on two systems. I am trying to configure a shared filesystem between two 6320 Blades. I selected the "Custom" install because the "Typical"... (2 Replies)
Discussion started by: bluescreen
2 Replies

5. AIX

OS install from NIM fails

Hi Guys, The ping is failing SMS menu on the client to the interface for a network boot from NIM. I checked the cables, they are plugged in and lights are blinking. this is the error i am getting when I am pushing the OS on NIM Command: OK stdout: yes stderr: no ... (2 Replies)
Discussion started by: ithinksgreen
2 Replies

6. Solaris

10_Recommended patches install - hangs!

Got a Solaris 10 05/09 machine recently built. Trying to run installcluster --s10cluster like Ive done loads of times before. On this particular machine, it just sits there, no output on command line. Any ideas what to try to see whats going wrong? (3 Replies)
Discussion started by: paulfoel
3 Replies

7. AIX

NIM - install up-to-date VIOS ?

Hello, Is it possible to install up-to-date vios in one NIM operation ? For example I have vios v2.1 DVD and current vios version is v2.2.1.3(we update to fixpack v2.2.1.1_FP25 and apply service pack 2.2.1.3-FP25-SP01) I know it's possible if we install AIX using NIM - we just update... (0 Replies)
Discussion started by: vilius
0 Replies

8. Red Hat

Install hangs on laptop

I have an older laptop the "management" wants me to use instead of buying something that works. Not an antique but a couple years old. An HP with Turion AMD CPU, ATI video. When I try to install in graphical mode, it hangs after package selection. Doesn't matter whether I select server or... (6 Replies)
Discussion started by: RocketGuy
6 Replies

9. AIX

NIM Restore hangs at the start

Hello Gurus, I have a couple of questions, I'm trying to do a mksysb restore from backup and it has just hung at the start. RS/6000 Firmware Version TCP05287 (c) Copyright IBM Corp. 2000 All rights reserved. -------------------------------------------------------------------------------... (8 Replies)
Discussion started by: elcounto
8 Replies

10. AIX

Install RPM from NIM LPP without smitty

I want to install single RPM from LPP on NIM system without doing it interactively (with single non-interactive command), so I 'got' that command from smitty this way: # smitty nim > Install and Update Software > Install Software Select the LPP_SOURCE containing the install images >... (5 Replies)
Discussion started by: n.i.b
5 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:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy