- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pwconvert
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
01-25-2006 10:12 AM
01-25-2006 10:12 AM
pwconvert
I am new to unix. I am running hp unix 10.2 When I was logged in as root, pwconvert was accidently typed in by a solaris admin person. It created a trusetd server. However, when ever I try to log in as root, it says the user is disabled. it does not ask me to reset the password. this also happens with sys, and adm. lower lever users passwords were expired and I had to reset. I did not get that oppertunity with the root password. So I have a server, where My root password does not work, and no other users have super user permissions. I need a get around of some kind to the trusted system.
Please help, I have critical data downloaded every day to this server. The data gets downloaded with a password that is disabled.
I did not configure this system, and can not find any back door to get around not having a root password.
Thanks,
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2006 02:21 PM
01-25-2006 02:21 PM
Re: pwconvert
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2006 02:50 PM
01-25-2006 02:50 PM
Re: pwconvert
# /usr/lbin/tsconvert -r
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2006 03:42 PM
01-25-2006 03:42 PM
Re: pwconvert
You can connect to server by console and can reset you password.
After reset password. You can convert to normal mode by
#tsconvert -r
HTH
tienna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2006 10:56 PM
01-25-2006 10:56 PM
Re: pwconvert
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 01:51 AM
01-26-2006 01:51 AM
Re: pwconvert
I guess I am not exactly sure what he typed, however, I definately have a tcb/directory now. On your reboot directions, do I need to reboot from a tape backup, or can I just shutdown and then turn on and go into single user mode?
Thanks,
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 02:56 AM
01-26-2006 02:56 AM
Re: pwconvert
If you have "broken" your root account unless you have an alternate admin account you will have to close down what you can then unfortunatly either switch off your server or from the console permform a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 03:13 AM
01-26-2006 03:13 AM
Re: pwconvert
So I should not need a recovery tape? Just reboot , interrupt (what is the keystroke for that), then hpux -is and I will be a superuser again? Then can I do a /usr/lbin/modprpw -V command?
Thanks,
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 03:29 AM
01-26-2006 03:29 AM
Re: pwconvert
fsck /dev/vg00/rlvolX
where X is the lvol number for /usr. Then reissue the mount command and run the modprpw -V command. That should activate all the accounts.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 03:32 AM
01-26-2006 03:32 AM
Re: pwconvert
No you won't need a tape.
When the system restarts after either a switch off or a RS it will perform various self tests then eventually the console will display a message telling you it is about to boot and to hit any key within 10 seconds to interupt. At that point hit the space bar or any other standard key. You will then get a CM prompt. type bo and at the message interact with IPL enter Y
At the next prompt enter hpux -is
The system will then boot and will eventually display the # prompt. At this point you are in single user mode. You will only have / mounted and vg00 active. You can enter a mount -a to mount the rest of the vg00 filesystems. You may need to run fsck -F vxfs /dev/vg00/rlvol
Once you have reset the root password with the passwd command, you should issue a reboot -r command and let it continue uninterupted. The system will then reboot and you should then be able to login as normal. I'm not sure if you can run the tsconvert -r command is single user mode (perhaps sombody could confirm this for Phil).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 07:30 AM
01-26-2006 07:30 AM
Re: pwconvert
Thanks, I got in in single user mode, shut off the trusted system, and all my passwords reverted back to the origional set up. I could not have done it without your help.
Thanks again.
Phil