- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can't change Root Password From Here
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
06-12-2001 04:22 AM
06-12-2001 04:22 AM
Can't change Root Password From Here
Need help! Security guys came in and messed around with our configuration and now my root password has expired. I can't change it because i get a message that I can't change root's password from here - message. I assume that I have to go to the console. When I go to the console and try to log in with just the command line (ie. no windows) it is greyed out. After further investigation, it appears that I have the maximum number of users logged into the console. What gives with that? No one is logged in. I am suppose to have an unlimited license but that is another issue. What I really need help on is how can I become root given these constraints? any work arounds? If not, I have turn off power to the machine and boot in single user. I don't want to do that! I can't shutdown the machine gracefully because I can't become root. HELP!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2001 04:27 AM
06-12-2001 04:27 AM
Re: Can't change Root Password From Here
Not beeing on the console have you tried su - root?
Is there a file called /etc/securetty?
Regards
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2001 04:30 AM
06-12-2001 04:30 AM
Re: Can't change Root Password From Here
To get hpux back up
At BCH,
BO PRI
Interact with ISL>Y
ISL>hpux -is
kernel loads
no login prompt
#passwd root
They may have modified the passwd file incorrectly.
At your console if its a text term,
power off, power on and hold d, beep, release d
enter enter
try to login again..
Later,
bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2001 04:32 AM
06-12-2001 04:32 AM
Re: Can't change Root Password From Here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2001 04:32 AM
06-12-2001 04:32 AM
Re: Can't change Root Password From Here
This of course may impact folks....which considering what just happened to you..I
And I would definitely address the issue of those 'security' guys.....fact maybe I'd ask them to fix it !!
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2001 04:34 AM
06-12-2001 04:34 AM
Re: Can't change Root Password From Here
I get this when I do su - root:
Password has expired.
Setting a new password for it cannot be done from here.
$
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2001 04:36 AM
06-12-2001 04:36 AM
Re: Can't change Root Password From Here
Search for local root exploits hp-ux on google.
You may find some C code to do the trick with buffer over/underflows... but just wall your users to end their work, and go to single user..
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2001 04:40 AM
06-12-2001 04:40 AM
Re: Can't change Root Password From Here
maybe you could simply ask those guys what they did and how to recover. This might save you some downtime and/or some weekendwork ;)
good luck,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2001 04:45 AM
06-12-2001 04:45 AM
Re: Can't change Root Password From Here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2001 04:50 AM
06-12-2001 04:50 AM
Re: Can't change Root Password From Here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2001 05:12 AM
06-12-2001 05:12 AM
Re: Can't change Root Password From Here
You could try remsh servername from root at other systems...
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2001 12:03 PM
06-12-2001 12:03 PM
Re: Can't change Root Password From Here
Check Bugtraq for recent HP-UX security issues.
:-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2001 12:17 PM
06-12-2001 12:17 PM
Re: Can't change Root Password From Here
In fact, remove the entire contents, and you remove the password on root (don't forget to set it again).
Oh, ALWAYS use vipw to edit /etc/passwd.
Good luck