- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Root account is disabled
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
04-27-2001 04:08 AM
04-27-2001 04:08 AM
Root account is disabled
I also would entertain any other suggestions besides taking system into single user mode.
Thanx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2001 04:34 AM
04-27-2001 04:34 AM
Re: Root account is disabled
passwd root?
You talking about trusted user systems?
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2001 04:51 AM
04-27-2001 04:51 AM
Re: Root account is disabled
1. Reboot
2. from console interrupt the boot when youre asked (you have 10 secs to interrupt autoboot)
3. Boot from primary boot device (boot pri)
4. When asked to interact with IPL answer Y (yes)
5. hpux -is (this will boot to single user mode).
6. once up reset roots password/re-enable it.
Normally on trusted systems root adopts the default number of password attempt and a mandatory expiry date, so perhaps its advisable to modify these security policies for root only to ensure it doesnt happen again, or setup a second account which has root abilities (uid=0) so you can always log in using the other superuser account if needed in an emergency.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2001 04:53 AM
04-27-2001 04:53 AM
Re: Root account is disabled
However, the root account is never locked out on the server's console. If you have access to the console you can log in and re-enable that account. You also may want to give another user restricted sam access so that person could enable root's account. You also might want to consider downloading sudo. It's a good utility. It gives non-root users the right to commands meant for root.
Hope this Helps.
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2001 10:00 PM
04-29-2001 10:00 PM
Re: Root account is disabled
I am going to attempt to boot into single user mode..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2001 10:45 PM
04-29-2001 10:45 PM
Re: Root account is disabled
login in single usermode by interrupting ISL prompt and select the option of interacting with IPL and
giving "hpux -is" .
edit /tcb/files/auth/r/root file
find the line containing,
:u_pwd=xxxxxxxxxxxxxx:
remove the entries between "=" and ":\" . ie here it is "xxxxxxxxxxxxxx"
Then execute the command " passwd root" and give a new passwd.
reboot the system
after booting if you have CDE login screen , selct command line login option and login as root and change the passwd once again using "passwd root" command.
Now exit and try to login using CDE .
Hope this works successfully.
regards
Vjay