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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open Terminal Window not active 1

Status
Not open for further replies.

june54

Technical User
Joined
Jun 4, 2003
Messages
160
Location
US
Hi Folks

I have a 7040/61R with 2 lpars running when I reboot the system I am able to get one of the lpars terminal windows to open . The other comes up but plugs into the inittab the following "tty0:2:off:/usr/sbin/getty /dev/tty0" I cannot find what is plugging that into the file.. Anyone got any idea what would cause this ???

Thanks in advance for your help
 
is conslogin enabled?

# lsattr -E -l sys0|grep conslogin
conslogin enable System Console Login False

look for enable in second column for attribute conslogin

You can try to enable console login:

# chcons -a login=enable /dev/tty0

or from smit - use fastpath smit chgsys or smit chcons


HTH,

p5wizard
 
Hey p5wizard

That work fine " working like a charm " Thanks for your quick reponse and help ....

Take Care
June54
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top