Unable to access to p5 9131 AIX system


 
Thread Tools Search this Thread
Operating Systems AIX Unable to access to p5 9131 AIX system
# 15  
Old 03-23-2013
VET - that is to activate the Virtualization Features.
POD - to activate processors. I am not a hw guy, but as I understand it, A Model 9131-52a does not have dynamic activation of the processors. They are activated at the factory (or you would even be able to start, your supplier would not have been able to install, etc..)

You say you received/bought it - and it sounds like "pre-installed" with AIX 7.1.

I have a similar model the p5-51a (thinner and 2 processors, you can go to 4, and have more disks and/or perhaps you have a deskside.).

So, when the system is turned off - but plugged in (main unit is off, but ASMI web interface is working) - if the serial port is not responding at 19200 baud, either your cable is defective, or the serial port is defective.

After the firmware reset - the port will be active with power applied and the machine in "OFF" status.

FYI: I have VIOS installed in my initial partition - this is what gets started when I boot.

What is unclear to me is what you received. A stand-alone 9131-52a with AIX 7.1 as a single partition, or with VIOS installed (and sounds like no AIX).

I would ask your supplier to verify that the serial port functions (and also verify my serial cable is working - e.g., add a null modem just in case you have a straight cable atm). - Or ask your provider to supply/load a serial cable that they know works.

---------- Post updated at 01:44 PM ---------- Previous update was at 01:35 PM ----------

When I login via the serial cable - this is the dialog, and settings I have.
These were set by the installation.
Code:
padmin@x101:[/home/padmin]
IBM Virtual I/O Server

                      login: padmin
padmin's Password: 
Last unsuccessful login: Fri Mar 15 16:56:19 CDT 2013 on /dev/vty0
Last login: Sat Mar 23 07:39:32 CDT 2013 on /dev/vty0

padmin@x101:[/home/padmin]tty
rksh: tty:  not found.
padmin@x101:[/home/padmin]oem_setup_env
# tty
/dev/vty0
# lsattr -El vty0 -a speed
speed 19200 N/A True
#

From the command tty - you can see the firmware is managing the access (hence the name vty0, not tty0).

In short, we are really down to basics. Is the hardware working!?

The "other" way they can help is to provide an HMC for you to configure the system with (HMC creates a console connection via vty0 and the service processor. The is a GUI interface I dislike. When working with a HMC use (easier) the command vtmenu, otherwise the command mkvterm.

Hope this helps!
This User Gave Thanks to MichaelFelt For This Post:
# 16  
Old 03-24-2013
Hi Michael,

Thanks for your explanation.
I checked with the vendor. The sale guy said it's AIX 7.1 re-installed.
But he was unable to contact the support people to help.
i5/OS partition mode boot has A, B, C , D so which one should be the correct partition? If it sets to incorrect partition, will is display something on the serial console?

I was using RJ45 serial cable (the one for cisco router).
It might be not a right one for this server. I just purchase a cross serial cable (null modem). I will try it out when I am in the office. It has 2 serial ports so I can use either one, correct?

Thanks.
L
# 17  
Old 03-25-2013
No, serial port 0 (or 1, whatever the lowest number is).

The A/B/C/D - just leave at default. That has particular meaning for IBM i (aka i5 or OS/400). It says which whether to boot from permanent or temporary firmware image.

Default is to boot from temporary. The concept is if a firmware change has unexpected issues you can IPL again on the permanent side (i.e. the old firmware).

At a certain point in time, the temporary side gets copied to permanent and they are the same. When the system comes up (AIX) run the command lsmcode. It will tell you what level both sides are at. (No clue what the C/D does. When I did a bit of OS/400 admin there was only an A/B side, so I am guessing C/D is just an extension of that.) - In short, leave that at the current (default) setting.
This User Gave Thanks to MichaelFelt For This Post:
# 18  
Old 03-25-2013
I got it work with the Belkin Pro Serial cable.

I am very appreciated and many thanks for your help Michael.
# 19  
Old 03-25-2013
I am glad it was something simple - just a cable. Need to remind myself to remember that that basic rule has not changed in 30 years!
# 20  
Old 03-26-2013
Quote:
Originally Posted by MichaelFelt
I am glad it was something simple - just a cable. Need to remind myself to remember that that basic rule has not changed in 30 years!
As you say, AIX + Console = Nightmare, still.... IBM! Smilie
# 21  
Old 03-27-2013
just a cable

Actually, cable problems are not product related. I used to solder my own - still have cable and various 9 and 25 pin plugs for making them.

Once properly cabled systems that can be started via the serial port are extremely flexible. I manage 4 different systems - power on remotely, via serial cables - as this can be automated with "expect".

Here is an easy cut/paste script for powering on a POWER5/6/7 system using expect: HOWTO: POWER on using EXPECT
This User Gave Thanks to MichaelFelt For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Samba 3.6 on AIX 7.1 - Windows 10 Access to AIX file shares using Active Directory authentication

I am running AIX 7.1 and currently we have samba 3.6.25 installed on the server. As it stands some AIX folders are shared that can be accessed by certain Windows users. The problem is that since Windows 10 the guest feature no longer works so users have to manually type in their Windows login/pwd... (14 Replies)
Discussion started by: linuxsnake
14 Replies

2. Shell Programming and Scripting

Unable To access array in awk

Hi, i have the following code in which i am passing array tldn in awk using -v option & despite of that condition is not getting matched,can somebody suggest how to handle shell arrays in awk tcount=(9875 9667) awk -F"\t" -v ltldn="${tldn}" 'NR==FNR {POSTPAIDMDNS=$2"|"$3;next} ... (6 Replies)
Discussion started by: siramitsharma
6 Replies

3. AIX

P550 Unable to access Console

I have recently aquired the following machine: IBM,9113-550 Up until yesterday we could connect a dumb terminal to serial port 1 and get console login. However the dumb terminal died. We are now using a laptop with a null modem cable attached to serial port 1. This works perfectly for all of... (1 Reply)
Discussion started by: rsw7724
1 Replies

4. AIX

Console Setup for RS-232 port on 9131-52A

Hi, I have tried to setup the console on a Power5 9131-52A type IBM Server. On the back there are 2 RS-232 ports labeled T1 T2. I am going under the assuming that these are the serial ports (Normally the serial ports are S1 S0). When I finish assigning the console under smit, I get no response... (3 Replies)
Discussion started by: mrmurdock
3 Replies

5. HP-UX

Unable to access TAR file

hi friends, I am using hp unix HP-UX B.11.11 .. Generally i do the compression to maintain the space availability . To compress the files first i used the TAR to collect all the files. it has done fine. when i am using command ls in the folder which has TAR file , it shows the TAR... (2 Replies)
Discussion started by: rdhaprakasam
2 Replies

6. Solaris

unable to access infodoc!!

Hi, I am refered to see Infodoc 80854. but I am not able to access from sun.com. Is there any precedure to view these?. Please guide me. Thanks in advance. (1 Reply)
Discussion started by: bpsunadm
1 Replies

7. Shell Programming and Scripting

Unable to access variable outside loop

I am unable to access the value set inside the loop from outside loop . Thought of taking this to forum , I had seen other replies also , where a pipe takes the execution to another shell and mentioned thats the reason we do not get the variable outside loop . But I am getting an issue and I am... (1 Reply)
Discussion started by: Armaan_S
1 Replies

8. Solaris

Unable to access 3500 FC array. Where is the problem?..

Hi, I have two Sun Fire V490 with Solaris 10 5/08, FC switch and two Sun StorageTek 3500 FC arrays. Each array is connected to switch and to one server at a time. In the last week I installed Solaris 10 5/08 on both servers and set up Sun Cluster, version 3.2. At wednesday all was fine - all... (7 Replies)
Discussion started by: Sapfeer
7 Replies

9. Solaris

Unable to access home area

Good morning, I have a solaris 8 machine (Sunblade 1000) that is configured with NIS, I have checked everything I can think of to make sure everything is correctly configured which it appears it is but when I try to log into CDE it says it is unable to access my home area and it also does the... (1 Reply)
Discussion started by: Mr Pink
1 Replies

10. UNIX for Dummies Questions & Answers

Need help to access/mount so to access folder/files on a Remote System using Linux OS

Hi I need to access files from a specific folder of a Linux system from an another Linux System Remotely. I know how to, Export a folder on One SCO System & can access the same by using Import via., NFS in the Sco Unix SVR4 System using the scoadmin utility. Also, I know to use mount -t ... (2 Replies)
Discussion started by: S.Vishwanath
2 Replies
Login or Register to Ask a Question