- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to enable Disabled root account
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
05-28-2005 02:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2005 02:35 AM
05-28-2005 02:35 AM
SolutionIn normal case, can enable the root account by go to single user mode:
#shutdown -ry 0
Waiting for interruption during booting time.
Then boot interactive with ISL
ISL> hpux -is
#passwd
---->change the root password.
Here is good thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=637604
Goodluck!
Regard,
Hoang Chi Cong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2005 02:37 AM
05-28-2005 02:37 AM
Re: How to enable Disabled root account
Is your system is trusted system?
Have you tried to login with console login?
If you can still login with console, use this command:
/usr/lbin/modprpw -k root
Goodluck!
Regard,
Hoang Chi Cong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2005 02:37 AM
05-28-2005 02:37 AM
Re: How to enable Disabled root account
Is your system in trusted system?
Have you tried to login with console login?
If you can still login with console, use this command:
/usr/lbin/modprpw -k root
Goodluck!
Regard,
Hoang Chi Cong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2005 10:23 PM
05-28-2005 10:23 PM
Re: How to enable Disabled root account
You can disable the root login, but it is not advisable, especially if your system is in trusted mode.
I feel u need to disable the direct root login, can u clarify the same.
If you want to disable the direct root login edit the /etc/securetty and put the enry
'/dev/console' and also you need to put an entry for the 'sudo root group name' in /etc/default/security file..
Revert with your actual requirements, so that we will be in a better position to help you
regards,
SK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2005 04:07 AM
05-30-2005 04:07 AM
Re: How to enable Disabled root account
I have solved my problem