Hi,
I've just stepped into a system administrator role on a system running AIX 4.3.2. I can login as root from every terminal except for the consol terminal. Has anyone run into this problem before?
Thanks
Dave
I've done that more than once. I also have some "laptop number-lock" stories. Could be a loose connector, too, or bad terminal. Check your S1 and the kbd-to-console connection.
Side note, you might want to disable root logins from everywhere EXCEPT the console... when you get a functional console, that is. Set "remote login" to false in "smitty chuser" but set "su to user" to true. Helps track machine usage.
Yes, I am getting a login prompt on the root terminal. When I type in the root password, I am receiving the message
"3004-007 you entered an invalid login name or password".
Yes, I have checked the caps lock( no offense taken).
I setup a new user name and am able to log in on the root terminal with the new user name. I thought that maybe someone had disallowed root access from the terminal. So, I checked the profile but can see nothing out of the ordinary.
Check your communication settings -
Be sure that baud rate, flow control, parity, and stop bits of tty match your port settings.
Any discrepencies can cause all sorts of unpredicatable results -
Rather than not present ID info on the console login screen - I actually want to present the following when someone connects to the serial console via a terminal server:
hostname console login:
But here's the problem...I DO NOT want to do the following:
herald = "bellyup console login: "
Instead I want to do something like:
herald = "`uname -n` console login: "
But this doens't work...nor does substituting "$hostname".
I want to avoid having to edit this file again if someone renames the machines...that is keep things dynamic.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.