- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- root account disabled!! Please help
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-18-2002 06:20 AM
11-18-2002 06:20 AM
I tried changing the password for root via gsp, but it still didn't enable the account
Please assist!
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 06:19 AM
11-18-2002 06:19 AM
Re: root account disabled!! Please help
Is this system trusted? If not, you can simply boot into single user mode and change the password using the passwd command.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 06:25 AM
11-18-2002 06:25 AM
Re: root account disabled!! Please help
..Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 06:26 AM
11-18-2002 06:26 AM
Re: root account disabled!! Please help
1. Boot into Single user mode by interrupting the boot process when indicated by pressing the space bar, typing in 'bo pri' when presented with a prompt, then answering Y when asked about interacting with ISL. When you receive the ISL prompt, then type in 'hpux -is'
2. Untrust the system by entering the command 'tsconvert -r'
3. Reset the root passwd
4. Boot the system regularly and then re-trust the system.
Mike-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 06:27 AM
11-18-2002 06:27 AM
Re: root account disabled!! Please help
use modprpw -k root
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 06:33 AM
11-18-2002 06:33 AM
Re: root account disabled!! Please help
I reactivated the account via sam and it still won't let me in now - as it states "login incorrect". It seems the password has changed on me now. When I type passwd, it will not accept my old password, so that I can change the password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 06:58 AM
11-18-2002 06:58 AM
Re: root account disabled!! Please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 07:12 AM
11-18-2002 07:12 AM
SolutionIf it is trusted, edit /tcb/files/auth/r/root and remove root's password. It should look something like this:
:u_pwd=uFrimeHcDL:
remove everything between the "=" and the ":".
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 07:12 AM
11-18-2002 07:12 AM
Re: root account disabled!! Please help
I doesn't understand if you have a shell with root or not, because if you can't login how can you do all sugestion??? bha!!!!
If you don't have a shell with root, I think that you can install an O.S. in a empty disk, mount the old boot disk, and delete the root password (like the last suggest)
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 07:16 AM
11-18-2002 07:16 AM
Re: root account disabled!! Please help
# /usr/lbin/modprpw -k root
will reactivate your root account (in single user mode) if you cannot get access via the console. Do ..
# man modprpw
for more details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 07:28 AM
11-18-2002 07:28 AM
Re: root account disabled!! Please help
do these steps.
run
# /usr/lbin/modprpw -k root to enable the password
then,
to nullify thee password field.
for 10.20 system
# /usr/lbin/modprpw -w "" root
for 11.X system use
# /usr/sam/lbin/usermod.sam -F -p "" root
then
# passwd root
This will allow you to change the passwd.