- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unlock root account without bringing down the syst...
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
12-26-2002 01:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 01:14 PM
12-26-2002 01:14 PM
Solution1) You have an id that has root-like access (via restricted SAM or sudo) and can run the appropriate commands to unlock root.
2) You already have root logged in somewhere else.
If the above 2 fail, the only other thing I can think of is to reboot the system and go into single-user mode and modify /tcb/files/auth/r/root and modify the line u_pwd so that it looks like:
u_pwd=:
This is why I am a firm believer in modifying roots default security settings so that you are allowed something like 99 invalid password tries before the account gets locked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 01:16 PM
12-26-2002 01:16 PM
Re: unlock root account without bringing down the system
Apparently I'm still in Christmas Holiday mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 01:27 PM
12-26-2002 01:27 PM
Re: unlock root account without bringing down the system
Don't think this user is running the system Trusted.
See their earlier post:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x60d27680e012d71190050090279cd0f9,00.html
What they need to do is run
passwd -d root
Unfortunately they HAVE to be root or root-equiv to do so.
Dido - If you don't have another root-level user, the ability to rlogin from another system OR another root session available somewhere, you'll have to reboot to single user mode to reset the root account. This is of course deliberate - you don't want to make it easy - at all - for an avg user to mess with the root account. For obvious reasons....
Good Luck,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 01:30 PM
12-26-2002 01:30 PM
Re: unlock root account without bringing down the system
so what you suggest that we do not have to edit the /tcp file once we able to boot to single user and just run
modprpw -l root ?
and this will activate the root account ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 01:36 PM
12-26-2002 01:36 PM
Re: unlock root account without bringing down the system
If you are using trusted system,
Did you try login from the console?.
You should be able to get in. Once you login use /usr/lbin/modprpw -k root to enable the account.
If you don't have trusted, you will need to get in into single user mode.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 01:37 PM
12-26-2002 01:37 PM
Re: unlock root account without bringing down the system
If so proper command would be:
modprpw -k root
If NOT trusted - use:
passwd -d root
You can easily tell the diffference. If trusted there will be the /tcb/files/auth directory structure in place. If not Trusted it won't be there.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 01:44 PM
12-26-2002 01:44 PM
Re: unlock root account without bringing down the system
If you do NOT know the root passwd, then you need to reactivate root and also change the passwd to something you know, whic MAY require you to modify the /tcb/files/auth/r/root file since the passwd command asks for the old passwd when you change a passwd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 01:44 PM
12-26-2002 01:44 PM
Re: unlock root account without bringing down the system
Did you say your 'root' account is locked or you lost the password?.
If you lost the password then above suggestions may apply.
If the account is locked and if you knew the password, login from the console will allow to gain root session and then you can run modprpw -k root to enable the account.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 01:47 PM
12-26-2002 01:47 PM
Re: unlock root account without bringing down the system
Can't log into the console because of this message "nfs server is still responding"...
therefore we can't get into root...that is where the problem begins
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 01:56 PM
12-26-2002 01:56 PM
Re: unlock root account without bringing down the system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 09:25 PM
12-26-2002 09:25 PM
Re: unlock root account without bringing down the system
Is it nfs server still "not" responding or
nfs server still responding?.
hit Cntl+C or break key of your console. you should get
the login prompt.
Is your server is booting or
running for sometimes when you
got this error?.
By-the-way what nfs configuration's do you use?.
Can you be little brief?.
Srini.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2002 09:33 AM
12-27-2002 09:33 AM
Re: unlock root account without bringing down the system
all the nfs_client, server and
everythings to =0
and also stop the rpc binding
nfs.core. Still didn't have an effect...
When issue a bdf...this is where the notification occurs :
nfs server hosta not responding still trying...
** no nfs mount points in the /etc/fstab...
any suggestions??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2002 09:44 AM
12-27-2002 09:44 AM
Re: unlock root account without bringing down the system
It sounds like someone did an NFS mount and the mountpoint is stale.
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2002 04:21 AM
12-31-2002 04:21 AM