- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can't login as root
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
08-24-2003 09:22 PM
08-24-2003 09:22 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2003 09:24 PM
08-24-2003 09:24 PM
Re: Can't login as root
Tim.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2003 09:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2003 09:44 PM
08-24-2003 09:44 PM
Re: Can't login as root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2003 09:52 PM
08-24-2003 09:52 PM
Re: Can't login as root
Reset the password.
On untrusted system only the first eight characters are used as password.
On trusted system all the characters are used.
Try and revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2003 09:54 PM
08-24-2003 09:54 PM
Re: Can't login as root
Then type "hpux -is"
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2003 09:55 PM
08-24-2003 09:55 PM
Re: Can't login as root
trusted system first 8 characters are taken as password as default password length 8.
If you had a password > 8 just try out logging into root using the first 8 characters.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2003 10:02 PM
08-24-2003 10:02 PM
Re: Can't login as root
1. Install 'sudo' You can get it here:
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.6/
2. Make sure that you have a session logged in as root, in case this happens. Changing a system to trusted expires all passwords, even root.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2003 10:48 PM
08-24-2003 10:48 PM
Re: Can't login as root
you can ,
1.boot into single user mode
by
interrupting the boot sequence
interact with IPL
IPL>hpux -is
2./usr/lbin/tsconvert -r
untrust the system
3.Remove the encrypted password entry of root from /etc/passwd
4.Again make the system trusted by
/usr/lbin/tsconvert
reboot the system
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 01:33 AM
08-25-2003 01:33 AM
Re: Can't login as root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 01:42 AM
08-25-2003 01:42 AM
Re: Can't login as root
If you are in single user mode,
# /sbin/mount -a
# cd # cd /tcb/files/auth/r/
and then delete the actual encrypted password from the root file
Hope it helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 02:00 AM
08-25-2003 02:00 AM
Re: Can't login as root
Make a copy of the file first just in case.