Getting console access on freshly built AIX 5.2


 
Thread Tools Search this Thread
Operating Systems AIX Getting console access on freshly built AIX 5.2
# 8  
Old 03-28-2008
FYI.

I have a B80 that I configure last month. I used the front panel TCP/IP connection (upper-right) to connect to my old 3150 console, not a card slot on the back. There's some conversion of TCP/IP-cable to 3150-cable that I used.

Regards
# 9  
Old 03-29-2008
Quote:
Originally Posted by kaldek
[...] So I have a pSeries "B80" in front of me running AIX 5.2 and the thing boots but won't give me a serial console. I can *see* stuff such as daemons starting, etc but at the very end of the boot process I get no console. The server has no IP address configuraion, has no video card and the guys who built it (who also know very little) from the rental company don't know what to do. [...]
AIX has login via the serial console disabled as a default. So you need both a suitable serial cable and to change some AIX settings. If you don't have an original IBM serial cable you might use a blue laplink one. Access the B80 with a VT100 Term configured at 9600-8-N-1. Start server, choose the right console by pressing the number that is displayed on your screen and then get into maintenance mode by pressing "5" after the word "keyboard" appears on the screen (if you don't see anything you got the wrong cable or chose the wrong console before). Then access a rootvg, start a shell and mount rootvg (writing from memory but these steps are being offerd by menu). When you got the root shell export TERM=vt100. Open SMIT, choose devices and then the TTY in question. Change the following parameters:
* enable LOGIN - enable (switch)
* STTY attributes for RUN time - clocal (add)
* STTY attributes for LOGIN - clocal (add)
* Apply changes to Database only - yes (set)
Exit smit and reboot. The server should come up and let you log in via the console.

One more hint: This description applies to the older workstation and standalone server Power technology. Steps for LPAR capable servers are slightly different as not every serial port of those machines may be used for login into the OS. Secondly baud rate of newer servers is higher.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Emergency UNIX and Linux Support

Solaris: Not able to access E2900 console

Hi, I have a scheduled activity to reboot E2900 server. But suddenly I came to know that console ip is not pinging, not connecting via telnet, as it used to connect. I already checked with my onsite person and he changed cable, still no luck. Network person checked his switch, which is showing... (8 Replies)
Discussion started by: solaris_1977
8 Replies

2. AIX

How to access console for P650 server.

Hi Everyone, we had a one IBM P650 standalone server, planning to install AIX OS on top of it, I don't have HMC, is their a way to access to console of the server using serial cable or any other option for installing OS on top of it. Thanks, (1 Reply)
Discussion started by: bobby320
1 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. Shell Programming and Scripting

how to access console of a switch having rj45 on switch side to db 9 female on pc side console cable

hi, how to access console of a switch having rj45 on switch side to db 9 female on pc side console cable which needs to be connected to one console server having rj11 on its side and db 9 female on other end.i.e. on switch side,console cable has rj45 and db 9 pin female connector on other side of... (1 Reply)
Discussion started by: pankajd
1 Replies

5. SCO

how do I add a user with privs to console access?

how do you add a new user to a SCO system that has the ability to log into the console and get the graphical desktop? i tried: useradd test passwd test **** but when i log try to log into the console it gives me a bunch of permissions errors... (1 Reply)
Discussion started by: herot
1 Replies

6. Solaris

Sunfire V100 console access

Hi guys, My current set up is I have a Laptop running redhat linux. This acts as an SSH server, and i use it to console into the LOM-A port on my Sunfire V100 using minicom. The idea is that I can remotely access and test things out. This works great, but I've just bought another V100 server... (15 Replies)
Discussion started by: Stin
15 Replies

7. Solaris

USB Console access on Solaris 9 x86

Hi Guys, I installed solaris 9 on my laptop(x86). I want to access the solaris console by attaching another laptop to this. But i do not have a Serial Port on the laptop on which I installed Solaris. I was wondering whether there was an option of console access through a USB2USB or using... (1 Reply)
Discussion started by: com2com
1 Replies

8. AIX

cant telnet to aix 5.2 and not even access through serial console

I have installed aix 5.2 on aix box through serial console connected to COM 1 . I even get a login prompt after the fresh installation . But as soon as i give a root & enter i again get a login prompt.i..e I am not able to logon after a fresh installation. and even i configured IP configuration... (0 Replies)
Discussion started by: linuxnightowl84
0 Replies

9. HP-UX

Access with console.

hi, is it possible to have a console access on a HP UX system without Web Console ? If yes, how ??? Many thanks in advance. :D (3 Replies)
Discussion started by: liliput
3 Replies

10. UNIX for Advanced & Expert Users

User Access Problem: Via Telnet or even Console

Just took over a UNIX Server from someone who left our company. Having problems with access by some existing users as well as new users. I get the following message from telnet sessions, when attempting access at the "Login:" prompt: "UX:in.login:ERRO: Login incorrect" "telnetd:Unable to... (2 Replies)
Discussion started by: Vincent Garcia
2 Replies
Login or Register to Ask a Question