- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: root password 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
09-19-2004 10:00 PM
09-19-2004 10:00 PM
I am passed to a trusted system.
So any user has can atetempt only tre times
to insert password, after is disabled.
This is true olso for root and this is the problem becouse someone has tried to log with root and now is disabled also root.
How can I rehabilitate root password
and avoid this problem in the future ?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2004 10:08 PM
09-19-2004 10:08 PM
SolutionTry to first login as 'root' from the console. If successful, then unlock the account,
run:# /usr/lbin/modprpw -k root
If you can't then you will need to boot
into single-user mode.Interrupt the boot sequence and from the ISL prompt:
ISL> hpux -is
Wait for the prompt and change
the passwd and unlock the account.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2004 10:09 PM
09-19-2004 10:09 PM
Re: root password disabled
reboot in singleuser mode and use sam to enable it. in sam go to accounts and users option.
for second i think the only option is to disallow the root access other than console.
regds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2004 10:09 PM
09-19-2004 10:09 PM
Re: root password disabled
Take a look at these threads:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=566471
bizforums.itrc.hp.com/cm/QuestionAnswer/ 1,,0x2ec453921f1ad5118fef0090279cd0f9,00.html
HTH.
Regards,
Sri Ram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2004 10:13 PM
09-19-2004 10:13 PM
Re: root password disabled
On trusted system, three unsuccessfuly logins attempts will lock the account. This is controlled by umaxlntr.
/usr/lbin/getprdef -m umaxlntr
/usr/lbin/modprdef -m umaxlntr=5
Now 5 unsuccessfult logins attempts will lock the account
see man getprdef & modprdef for more details.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2004 10:32 PM
09-19-2004 10:32 PM
Re: root password disabled
IF you want to avoid this, then try to make users to login with only their user id not with root user ( console ) there. We can do this with /etc/securetty file. ( man login )
-- /etc/securetty --
console
---------------------
chmod 400 /etc/securetty
But currently you are having this problem then single user mode is the key to open super user lock there.
Go to the console prompt and stop at boot process and start with hpux -is to go to super user mode. unlock the root user and put securetty file there to avoid future problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2004 10:36 PM
09-19-2004 10:36 PM
Re: root password disabled
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2004 10:55 PM
09-19-2004 10:55 PM
Re: root password disabled
You will not be able to do normal shutdown or reboot as your root login disabled so either power recycle or got o gsp login and reset.
Be sure to shutdown all applications and database using application user id. Otherwise some file system may get corrupted.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 06:15 AM
09-20-2004 06:15 AM
Re: root password disabled
Delete everything after the equal sign up to (but not including) the colon on this line->
:u_pwd=
save the file then use passwd to set the password