- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Failed resetting root passwd in single user mode
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
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
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
тАО07-01-2004 02:07 PM
тАО07-01-2004 02:07 PM
Failed resetting root passwd in single user mode
This is what I do:
1. boot into single user mode from cdrom
2. #passwd root
3. # key in new passwd and re-type passwd
4. # Permission denied
Please advise . Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-01-2004 02:49 PM
тАО07-01-2004 02:49 PM
Re: Failed resetting root passwd in single user mode
cp /etc/passwd /etc/passwd.backup
vi /etc/passwd # remove the second field(delimiter column ":") for the root user and save the file.
Regds,
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-01-2004 03:28 PM
тАО07-01-2004 03:28 PM
Re: Failed resetting root passwd in single user mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-01-2004 03:30 PM
тАО07-01-2004 03:30 PM
Re: Failed resetting root passwd in single user mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-01-2004 03:30 PM
тАО07-01-2004 03:30 PM
Re: Failed resetting root passwd in single user mode
1. Reboot the system, halt it at PDC
2. Main Menu> bo
3. Do you want to interact with IPL> Yes
4. ISL> hpux -is
5. # passwd
New Password:
Confirm Password:
6. # sync;sync;sync;reboot
7. Now boot the system in normal level and try logging as root.
This works for me.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-01-2004 04:41 PM
тАО07-01-2004 04:41 PM
Re: Failed resetting root passwd in single user mode
u got the point .. i did'nt read his comments about boot from cdrom !!
Kaps