Power5 9111-520 reload of AIX 6.1 - help needed


 
Thread Tools Search this Thread
Operating Systems AIX Power5 9111-520 reload of AIX 6.1 - help needed
# 1  
Old 04-25-2016
Power5 9111-520 reload of AIX 6.1 - help needed

Hello all, I am hoping someone can point me in the right direction here.

We had a machine running AIX 6.1 that someone completely corrupted, so we decided to re-load it from media. I was able to boot into DVD media, select options for complete (destructive) install, AIX standard, etc. The installation seemed to go well. Toward the end I saw a failure screen flash by which seemed to indicate trouble loading file sets for various PCI and USB devices, however the installation seemed to complete and reboot the system.

When the system boots, the graphical console (vga and usb keyboard) only displays the textual AIX welcome screen and then appears to go unresponsive. I was expecting at some point to see the initial AIX setup. Service console and serial ports don't seem to respond to anything either.

There is some evidence that this machine was once configured to be managed by an HMC server ... but that server has gone defunct and not available at this time.

Any advice? I am open to just about anything ...

Thanks

Last edited by RudiC; 04-26-2016 at 02:49 AM.. Reason: Corrected title that had the post's first sentence in it.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

AIX 6.1, POWER5 and Spectre/Meltdown

Apologies for this newbie question. We have inherited an IBM p5 520 (9111-520) running AIX 6.1.0.0 which seems to be the base install and no further patches installed. Is this vulnerable to the Spectre/Meltdown threat? Are patches available? Looks like AIX 6.1.0.0 went 'end of support' in... (8 Replies)
Discussion started by: the_garbage
8 Replies

2. AIX

IBM QSECOFR password missing P/N 9405-520

How to remove or reset password QSECOFR from IBM iSeries AS/400 P/N 9405-520. Regards (2 Replies)
Discussion started by: mtbax7
2 Replies

3. AIX

IBM's pSeries 570 vs a 520 vs 550

Hidey Ho Folks, Looking to buy a pServer for playing around with the IBM side of things. Looked around for a bit and notice that there is a significant price gap for the used 570's (Single Units) vs the 520's and 550's that folks are selling. Curious what to watch out for in either case? And... (6 Replies)
Discussion started by: Devyn
6 Replies

4. AIX

Upgrading Power5 from 5.3 to...

I have a power5 that I would like to update and bring everything forward. I am wondering about trouble-free upgrades. Is it better to go 5.3 -> 7 or 5.3 ->6 ->7? The power5 box is behind and hopefully can learn from experiences here. Thanks. (6 Replies)
Discussion started by: redi
6 Replies

5. Hardware

VT 520 Terminal

Back of a VT 520 Teminal has a 1"X1" (approx.) rectangular area covered by a removable plastic flap. It is just above the keyboard hole(mini 6 pin DIN). What is it? Thank you. ---------- Post updated at 02:49 PM ---------- Previous update was at 11:37 AM ---------- I've got the answer.... (0 Replies)
Discussion started by: vectrum
0 Replies

6. AIX

IBM pSeries Power5 9111-285 1,9 GHz

Hi , I am planing to buy IBM pSeries Power5 9111-285 1,9 GHz but I am confused with few things. I would be happy if you could clear it up for me ? 1.Do I have to buy some license in order to create Lpars ? 2.Do I have to buy some license in order to use HMC , micro - partiocioning , VIOS... (4 Replies)
Discussion started by: phobus
4 Replies

7. AIX

Help needed with AIX 6.1

Hi, We have just purchased an ibm Power 520 express box with AIX 6.1 preloaded onto it. Using a null modem cable we have connected this upto a Windows 2003 server. From this Windows 2003 server we can using hyperterminal connect to it. I can aslo connect to the Advanced System Management... (16 Replies)
Discussion started by: yfayyaz
16 Replies

8. AIX

AIX Install on 9111-520

I have a 9111-520 (p5 520) that I inherited, on which I want to install AIX 5.3 or possibly 6.1. I've installed AIX many times, on a variety of platforms, but this one isn't working for me. What I can't seem to figure out is how to set it up to boot the CD. I'm assuming there is something I... (2 Replies)
Discussion started by: thomn8r
2 Replies

9. AIX

Problem with knlist in AIX 5.3 for Power5 processor

Hi all, I have a AIX 5.3 Installation on the Power5 processor. I am using the knlist API for getting the details of the CPU details like user cpu, kernel cpu, idle cpu and wait cpu. My code is working fine on other Installations of AIX like PowerPC_POWER4 but it is giving wrong values on Power5... (0 Replies)
Discussion started by: rajesht
0 Replies
Login or Register to Ask a Question
captoinfo(1)						      General Commands Manual						      captoinfo(1)

NAME
captoinfo - convert a termcap description into a terminfo description SYNOPSIS
captoinfo [-vn width] [-V] [-1] [-w width] file . . . DESCRIPTION
captoinfo looks in file for termcap descriptions. For each one found, an equivalent terminfo description is written to standard output. Termcap tc capabilities are translated directly to terminfo use capabilities. If no file is given, then the environment variable TERMCAP is used for the filename or entry. If TERMCAP is a full pathname to a file, only the terminal whose name is specified in the environment variable TERM is extracted from that file. If the environment variable TERM- CAP is not set, then the file /usr/share/terminfo is read. -v print out tracing information on standard error as the program runs. -V print out the version of the program in use on standard error and exit. -1 cause the fields to print out one to a line. Otherwise, the fields will be printed several to a line to a maximum width of 60 charac- ters. -w change the output to width characters. FILES
/usr/share/terminfo Compiled terminal description database. TRANSLATIONS FROM NONSTANDARD CAPABILITIES
Some obsolete nonstandard capabilities will automatically be translated into standard (SVr4/XSI Curses) terminfo capabilities by captoinfo. Whenever one of these automatic translations is done, the program will issue an notification to stderr, inviting the user to check that it has not mistakenly translated a completely unknown and random capability and/or syntax error. XENIX termcap also used to have a set of extension capabilities for forms drawing, designed to take advantage of the IBM PC high-half graphics. They were as follows: If the single-line capabilities occur in an entry, they will automatically be composed into an acsc string. The double-line capabilities and GG are discarded with a warning message. IBM's AIX has a terminfo facility descended from SVr1 terminfo but incompatible with the SVr4 format. The following AIX extensions are automatically translated: Additionally, the AIX box1 capability will be automatically translated to an acsc string. Hewlett-Packard's terminfo library supports two nonstandard terminfo capabilities meml (memory lock) and memu (memory unlock). These will be discarded with a warning message. NOTES
This utility is actually a link to tic(1), running in -I mode. You can use other tic options such as -f and -x. The trace option is not identical to SVr4's. Under SVr4, instead of following the -v with a trace level n, you repeat it n times. SEE ALSO
infocmp(1), ncurses(3NCURSES), terminfo(5) This describes ncurses version 5.7 (patch 20100109). AUTHOR
Eric S. Raymond <esr@snark.thyrsus.com> captoinfo(1)