- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- root account 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
11-07-2002 05:32 AM
11-07-2002 05:32 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2002 05:44 AM
11-07-2002 05:44 AM
Solution* Power cycle the machine if you cannot reboot
When you see the system coming up again you can interrupt the system boot sequence (it will ask you to press any key in 10 sec to stop booting), and then after pressing the key (e.g. spacebar)> It may now bring up a boot menu. Depending on the model you will need to enter a command similar to:
BOOT_ADMIN> boot OR
BOOT_ADMIN> boot pri isl OR something else
If you are asked if you want to interact with the ISL, type yes. Then:
ISL> hpux -is
This will take you to single user mode.
Now type:
# mountall
# vi /etc/passwd
x out the second string where the password is
or you could:
# passwd root
Bingo.
Chuck J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2002 05:44 AM
11-07-2002 05:44 AM
Re: root account disabled
From there you should be able to change root's passwd.
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2002 05:55 AM
11-07-2002 05:55 AM
Re: root account disabled
After you've changed the password you can do:
# init 3
to boot back into multi-user mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2002 05:56 AM
11-07-2002 05:56 AM
Re: root account disabled
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2002 05:58 AM
11-07-2002 05:58 AM
Re: root account disabled
Woops, that was a typo!!
Chuck J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2002 06:01 AM
11-07-2002 06:01 AM
Re: root account disabled
;^)
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2002 06:07 AM
11-07-2002 06:07 AM
Re: root account disabled
You maid have two reasons to this kind of pbs :
-You are in trusted mode with pass aging set for all users (root too) . Boot in single and use SAM do configurate proply.
- The file securetty is active
Bye.
Merydine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2002 06:08 AM
11-07-2002 06:08 AM
Re: root account disabled
Chriss
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2002 06:11 AM
11-07-2002 06:11 AM
Re: root account disabled
:-)
Chuck J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2002 09:45 AM
11-07-2002 09:45 AM
Re: root account disabled
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2002 09:46 AM
11-07-2002 09:46 AM
Re: root account disabled
And you got 10 points for the typo!!!!! WOW!
:-)
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2002 10:02 AM
11-07-2002 10:02 AM
Re: root account disabled
Chriss