- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- root unable to login from console
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 10:45 PM
11-29-2004 10:45 PM
root unable to login from console
I am unable to login as root or as any other root equivalent user on a Trusted system from telnet session or on console of a vPar on one nPartition of a Superdome. When I login through telnet session I am getting message as given below.
login: root
Password:
Account is disabled - see Account Administrator
When I login to the console through GSP message is coming as given below.
Console Login: root
Password:
Account is disabled but console login is allowed.
Login incorrect
/etc/securetty file is not present on system.
Regards
Robychen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 10:55 PM
11-29-2004 10:55 PM
Re: root unable to login from console
Have you tried to su to your other root equivalent from a user login?
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 10:57 PM
11-29-2004 10:57 PM
Re: root unable to login from console
Does /etc/tcb exist on system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 10:59 PM
11-29-2004 10:59 PM
Re: root unable to login from console
su is also not working.
Regards
Robychen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 11:06 PM
11-29-2004 11:06 PM
Re: root unable to login from console
As I mentioned earlier the system is a trusted system and my user details are present under /tcb/files/auth. I couldn't find /etc/tcb on my system.
Regards
Robychen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 11:16 PM
11-29-2004 11:16 PM
Re: root unable to login from console
2. Untrust the system
# /usr/lbin/tsconvert -r
3. Change the passwd
# passwd root
4. Make the system trusted again
# /usr/lbin/tsconvert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 11:33 PM
11-29-2004 11:33 PM
Re: root unable to login from console
From What I remember (more than 3 years since I had the last trouble with trusted...)
If the root account gets locked out or deactivated, you should still be able to login as root on the console. A message similar to this: account is disabled but console login is allowed will be displayed on the console when logging in. Once you login from the console, you can reactivate the account through SAM.
But I found this doc:
DocId: USECKBRC00010536 Updated: 9/13/02 9:11:00 AM
PROBLEM
On a Trusted System, trying to login via telnet as root displayed the following:
Account is disabled - see Account Administrator
When trying to login via the console, it appears to be locked or hung. Is
there some way to reset the root password without rebooting the server?
CONFIGURATION
10.x 11.x
RESOLUTION
The following steps can be performed to "reset" the console and try to free it:
1. Power off the console
2. Hold down both the "ctrl" and "D" keys
3. Power on the console while both keys are still held down.
4. Leave the keys held down for 10 seconds and then release.
5. You should receive a message stating that the console has been returned to
factory defaults.
6. Hit "Return"
7. Attempt the root console login once again.
If these steps do not work and the root account cannot be re-activated, you
will have to reboot to try and free the console.
I will continue to look at my notes to see if I have anything better
Good luck
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 11:36 PM
11-29-2004 11:36 PM
Re: root unable to login from console
As it is a live production system I have to try to avoid a reboot of the sytem for resetting the password. Is this problem because of any files like /etc/security.
Regards
Robychen D
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 11:46 PM
11-29-2004 11:46 PM
Re: root unable to login from console
Thanks for the reply. But in my case I'm not using a physical console teminal. I'm trying to login through the GSP lan console of the Superdome. We are able to login as root on other vPars and nPartitions through the same GSP lan console but not on this vPar only.
Regards
Robychen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 11:52 PM
11-29-2004 11:52 PM
Re: root unable to login from console
I did understand your point and do realize that avoiding a reboot is what you want...
/etc/securetty is for allowing root to log only from generaly: console
My question is there are other files that can be configured like /etc/default/security
my example:
IN_PASSWORD_LENGTH=6
PASSWORD_HISTORY_DEPTH=3
PASSWORD_MIN_UPPER_CASE_CHARS=1
PASSWORD_MIN_LOWER_CASE_CHARS=1
PASSWORD_MIN_DIGIT_CHARS=1
PASSWORD_MIN_SPECIAL_CHARS=0
SU_ROOT_GROUP=bin
only allows people in group bin to su root, this may have been implemented have a look but Im not very optimist because I gave to my file :
-rw-r----- 1 root bin 189 Jun 15 16:20 security
and /tcb/files/auth/* you must be root to see...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 11:54 PM
11-29-2004 11:54 PM
Re: root unable to login from console
Do you have a true (serial port) console attached?
(I may ask a silly question here because I have no superdome...)
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 09:23 AM
12-01-2004 09:23 AM
Re: root unable to login from console
If you login under your account and try sudo, if it's implemented and try the following.
/usr/lbin/getprpw -r -m lockout root
To reactivate:
/usr/lbin/modprpw -k root
verify exit status(=0)
When creating a trusted system make sure you're root account will never expire.
/usr/lbin/modprpw -m lftm=0,exptm=0,mintm=0,acctexp=-1 root
lftm=0 then password aging disabled.
Acctexp=-1 expiration disabled, set to infinity.
Can you logon to one of the other partitions as root via the GSP-Console?
Victor: a Superdome doesn't have a console attached to it but a A-class server with GSP on it.
Each partition on an HP Superdome server has its own console.
This partition console provides console login access to HP-UX and serves as /dev/console for the partition.
See: http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90702/B2355-90702_top.html&con=/hpux/onlinedocs/B2355-90702/00/00/14-con.html&toc=/hpux/onlinedocs/B2355-90702/00/00/14-toc.html&searchterms=gsp%7csuperdome&queryid=20041201-150351
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 07:23 AM
12-02-2004 07:23 AM
Re: root unable to login from console
make sure that you mount all your filesystems in single user mode.
mount -a
then run /usr/lbin/modprpw -k root
for more info look at the modprpw man page