Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AIX installation problem 1

Status
Not open for further replies.

sangam

Technical User
Nov 23, 2001
1
IN
Hi,

I have a new AIX machine model 140p. With ibm3153 console.

After following the installation guide. I installed from the CDrom. After completion of installation when it reboots,
it stops at Console Login. I am not able to login at all.
Even after typing the console login as root, it does not prompt for password. Please can some one tell me what could be the problem.

Regards
Sangam
 
seems to me you're not able to give "root" the password before going to login screen after the installation.

usually, after you installed AIX you should assign a password for root.

did you try logging in as root and just press "enter" for the passwd?
 
I think your machine thinks it has a LFT console attached. Try connecting a PS/2 keyboard, mouse and high resolution PC monitor.
I hope it works...
Unix was made by and for smart people.
 
Console Problems on New Install

Sometimes it is hard to determine what is wrong with your ascii console on a
new install. Some possible things to check:

If it is a plain ascii terminal, like a ibm3151 or
wyse terminal….it is ok to plug into s1. Boot into service mode.

mount a rootvg for maintenance. Select mount all
NOT start without mounting…. When you
are in service mode # set you terminal type.
TERM=vt100;export TERM ....Then cp /etc/inittab to /etc/inittab.orig


Then vi the /etc/inittab file.See below…. you will put a : in front of the line for
:Install_assist and also a : in front of welcome line. Do a write quit (esc wq! )


If it is an ascii terminal, go into smitty select devices select tty select
change show tty, select tty0, then arrow down to stty attribute for run time
and stty attribute for login. Arrow all the way to the end of each line. the
hupcl, echo etc..when you get to the end of the line add a comma and then
the word clocal.... This will be added to both lines then arrow to the very
bottom of the screen…. It will say apply changes to the database only. You
change from no to yes and run by pressing enter Exit smit by pressing f10
or f3 many times.
Try rebooting and see if it corrects it.

Another thing is graphics enabled for the console when you have a 3151 for a console....see below for disabling at the console.

1) Do you have the right keyboard, cable and console set to 9600 8 1 N?
2) Have you defined the console in smitty devices? Have you set the terminal
type?
3) Check inittab for the line for install_assistant or welcome. cp inittab to
inittab.orig and then put a : in front of install_assistant and welcome and see if
it doesn't fix the ascii console.
4) Do you have graphics turned on for this machine but have an ascii
terminal? (see end of doc)
5) Try adding clocal to runtime and login if it doesn't work now. Check cable
and make sure you have an interposer. Make sure you have a full cable, not
just three wires if you can.

--------------------------------------------------
- 3153 emulating a 3151 console

F1 Quick
Emulation=IBM 3151, EIA Baud Rate=9600, EIA Data Format=8/1/N
Enhanced=On, Aux Baud Rate=9600, AUX Data Format=8/1/n
Comm Mode=Full Duplex, Language=U.S., Sessions=One
Host/Printer=EIA/None

F2 Genrl
Emulation=IBM3151, Enhanced=On, AutoWRap=On
Curs Dir=Left to RIght, Auto Scroll=On, Monitor Mode = Off
Screen Saver=15min, Bell Volume=06, Warning Bell=On
Bell Length=140 ms, Setup Lang=U.S., Sessions=Two

F3 Displ
Display CUrson=On, Curson=Steady Block, Viewports=1
Pages=01, Page Length=24, Screen Video=Normal
Columns=80, Scroll=Jump, Overscan Borders=On,
Width Change Clear=Off, Speed=Fast, Refresh Rate=71 Hz

F4 Kybd
- Char Set depends on LANG variable for En_US
Langeuage=U.S. Char Set=National, Key Mode=ASCII
Keyclick=Off, Key Repeat=On, Key Rate= 20 cps
Margin Bell=Off, Key Lock=Caps, Caps Lock=Toggle,
Num Lock=Toggle

F5 Keys
Return Key=New Line, Enter Key=Return, New Line=
Send Key=Page, Insert Character=Space, Backspace=/
Desk Acc=Ctrl<-, Pound Key=U.S., Return Key Repeat=Off,
UDKs=Emul Dependent

F6 Ports
EIA Baud Rate=9600, EIA Data Format=8/1/N, EIA Parity Check=Off
Aux Baud Rate=9600, AUX Data Format=8/1/N, Aux Parity Check=Off
EIA Xmt=Xon-Xoff, EIA Recv=Xon-Xoff(XPC) EIA Xmt Pace=Baud
Aux Xmt=xon-Xoff, Aux Recv=Xon-Xoff(XPC) Aux Xmt Pace=Baud

F7 Hosts
Comm Mode=Full Duplex, Local=Off, Null Supress=Off
Break=500 ms, Line Control=IPRTS, Disconnect=2 sec
Recv =, Recv =Ignore, Send ACK=Off,
Turnaround Char=, Send Null Supress=On

F8Print
Print=National, Prnt Line TErm= Prnt BLock TErm=None
Secondary Recv=On, Indep Pass Thru=Off

F9Emul
Char Set=National, Status Line=Indicator WP=Graphics=On
Force Inser=Off, Set Control=Permanent

F10 Tabs
Auto Init Tabs=Off, Default Tabs, Every 10, Tab=Field,

F11 AnsBk
Answerback Mode=Off, Answerback Conceal
Answerback Message: blank, bytes Remaining: 0542

F12 Prog
No keys programmed.

---------------------------------------------------------
This will turn graphics off on the console only:

cp /usr/dt/config/Xservers /etc/dt/config/Xservers

vi /etc/dt/config/Xservers

put a # in front of last line

# :0 local local@console ......

To turn graphics off for all users:....

/usr/dt/bin/dtconfig -d (for disable on next reboot)

Useful flags with the dtconfig are -e (for enable) -reset (for reset) and -kill (for
kill now) the e flag is to enable graphics on the next reboot.

If you are running xdm...the process is /usr/lib/X11/Xdm/Xdmconf -d (for
disable on next boot) and -e (for enable on next reboot) You can run one or
the other, not both.
--------------------------------
 
TCP/IP must be installed correctly for your IBM3153 DCE console to work. Check to make sure you specified the correct IP address during the customization and also make sure you don't have a LED 581 on the display. Good luck.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top