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.
--------------------------------