- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Help! Lost root pasword !!!
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
03-22-2000 04:05 PM
03-22-2000 04:05 PM
Help! Lost root pasword !!!
Someone has changed my root pasword.
please counsel me recover.
Thanhk a lot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2000 04:30 PM
03-22-2000 04:30 PM
Re: Help! Lost root pasword !!!
Boot through ISL to single user mode. Do a mount all command and change your
password.
Or in the alternative restore the last backup of /etc/passwd and/or /tcb if it
is a trusted system.
Have a nice day!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2000 06:55 AM
03-23-2000 06:55 AM
Re: Help! Lost root pasword !!!
Do the following:
-- Boot fro support media, run recovery shell
-- Mount and fsck vg00
-- run SAM and turn off the flag that requires login at single user mode
-- reboot to single user mode
-- vi /tcb/files/auth/r/root and remove the passwd filed (u_pwd:=)
-- init 3
-- change root's passwd
-- run SAM and turn on the flat that requires login at single user mode.
Hope this helps,
Atif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2000 12:44 AM
03-27-2000 12:44 AM
Re: Help! Lost root pasword !!!
I believe that Atif's solution gave you in which you solved already your
problem.
Please create a root equivalent in order to avoiding this problem in the
future.
By using vi to edit the /etc/passwd file and copy root line and change root
userid by vuduc id example and change passwd for vuduc of course.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2000 01:34 AM
04-06-2000 01:34 AM
Re: Help! Lost root pasword !!!
-press ESC twice to dirupt normal boot
-at prompt type boot primary ,then hit enter
- type y to interact with isp
- type hpux -is to go to single user mode
- Now you are "su"
-create a user with root group equipvalent
- restart system
- login as new user just created
- use SAM to convert system back to standard(non trusted)
- restart system in single user mode(1-6 above)
- Now you can assign root password w/o being asked for the old.