Sponsored Content
Operating Systems AIX How to install AIX 5 on 9133-55a? Post 302761325 by MichaelFelt on Friday 25th of January 2013 12:39:06 PM
Old 01-25-2013
I suspect that it still has old LPAR configuration in it.

If the console panel says HMC=0 somewhere on it, then it is still looking for an HMC. Instead you want it to look something like this:
Code:
01     N    V=F
            T   

Again, if you see HMC=0 then you need to do a factory reset (HMC=1 means an HMC is connected, HMC=0 means system knows about HMC's but none are connected).

I have some "ancient" youtube films - not the highest picture quality, and silent! - but these two should help you out.

Note: with ASMI you can do the actions on either the serial port OR via a browser (connected via the HMC labeled ports - these are to the SP - Service Processor).

Initial setup of ASMI on IBM POWER - YouTube Setup IP address via Serial Port
p5 factory reset - YouTube Factory Reset

Hope this helps!
 

9 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Can I Install AIX 4.3.3 on a PC?

Would it be possible to install AIX ver 4.3.3 on a Pc so I can Practice commands and become familiar with the system? Is there anything special that i would have to do? Thanks Frank (1 Reply)
Discussion started by: wumagic
1 Replies

2. AIX

Install sudo on AIX 5.3

I'm trying to install sudo on AIX 5.3. I don't have a compiler on my machine, so I was trying to find a binary. The one found at http://www.bullfreeware.com/listaix52.html that is supposed to work for 5.3 even though it was compiled on 5.2. The issue is I'm new to AIX and could not figure out how... (3 Replies)
Discussion started by: sphericon
3 Replies

3. AIX

how to install fonts in AIX

Dear Friends, Please help me out to install fonts in AIX. I am new to AIX. Thanks in advance. Regards, dba (2 Replies)
Discussion started by: aix.dba
2 Replies

4. AIX

Turn off System attention light on POWER5 model p5 55A ?

Hi, Because of previous error System attention light(yellow exclamation mark) is on. How do I turn it off ? thanks Vilius (2 Replies)
Discussion started by: vilius
2 Replies

5. AIX

What's the purpose of rj45-like connector on front panel of p5 55A server ?

Hi, What is the purpose of this connector ? I attached picture of it. In docs it is called "Ethernet connector". thanks Vilius (1 Reply)
Discussion started by: vilius
1 Replies

6. AIX

Aix download and Install

I am new to Aix and would like to learn . Is there is some free download for this os available to be installed on a home desktop pc with 4 gb ram and 2.7 ibm single proc computer . can some one help me with the download link and installation instructions. Thank you in advance (3 Replies)
Discussion started by: bally90
3 Replies

7. AIX

P550 9133 IPL Issues

First IPL of used P550 in Home Lab displayed this on Control Panel: Line-1(01 M F), Line-2(HMC=0 T). Issue #1: Changed "01" to "02" and "M" to "N" on line-1, but IPL failed; no change on display panel. Set "M" back to "N" and exit function "2", but function "3" for IPL restart would not display. ... (5 Replies)
Discussion started by: luw3486
5 Replies

8. AIX

How to install python on the AIX 5.2?

Hi folks, Could tell me how to install python on the AIX 5.2 ? What better method for install: rpm or compiling? Regards. (4 Replies)
Discussion started by: stenioc1
4 Replies

9. AIX

Power5 9133-55A Serial Console connection issue

Hey All, Trying to connect to the Power5 9133-55A serial console using a serial-to-usb converter (RS232). The other end is connected via null modem. Tried minicom, putty and other Linux utilities, no luck. The serial device shows up as /dev/ttyUSB0. Tried 9600 8N1 XON/XOFF, no luck. ... (6 Replies)
Discussion started by: Devyn
6 Replies
MixinFactory::Factory(3pm)				User Contributed Perl Documentation				MixinFactory::Factory(3pm)

NAME
Class::MixinFactory::Factory - Class Factory with Selection of Mixins SYNOPSIS
use Class::MixinFactory::Factory; my $factory = Class::MixinFactory::Factory->new(); $factory->base_class( "MyClass"); $factory->mixin_prefix( "MyMixins" ); $factory->mixed_prefix( "MyClasses" ); my $class = $factory->class( @mixins ); DESCRIPTION
A mixin factory generates new classes at run-time which inherit from each of several classes. PUBLIC METHODS
new() $factory_class->new() : $factory $factory_class->new( %attributes ) : $factory Create a new factory object. May be passed a hash of attributes, with the key matching one of the supported accessor methods named below and the value containing the value to assign. base_class() $factory->base_class() : $package_name $factory->base_class( $package_name ) Required. Get or set the base class to be inherited from by all mixed classes. mixin_prefix() $factory->mixin_prefix() : $package_name $factory->mixin_prefix( $package_name ) Optional. Get or set a prefix to be placed before all mixin class names that don't contain a double-colon. Defaults to the name of the base class. mixed_prefix() $factory->mixed_prefix() : $package_name $factory->mixed_prefix( $package_name ) Optional. Get or set a prefix to be placed before all generated class names. Defaults to the name of the base class or the factory class followed by "::AUTO" class() $factory->class( @mixins ) : $package_name Find or generate a class combining the requested mixin classes. SEE ALSO
For a facade interface that facilitates access to this functionality, see Class::MixinFactory. For distribution, installation, support, copyright and license information, see Class::MixinFactory::ReadMe. perl v5.10.1 2009-12-10 MixinFactory::Factory(3pm)
All times are GMT -4. The time now is 12:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy