- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cannot 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
03-04-2003 10:48 AM
03-04-2003 10:48 AM
Unfortunately, they cannot login to root any longer since root does not have a default shell.
They never got around to creating other users on this box. What can be done to get around this? Thanks, Brenda
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 10:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 10:52 AM
03-04-2003 10:52 AM
Re: Cannot login as root
ISL > hpux -is
and that allows root access without needing the password. Once you're in, mount /usr so that you can use vi to fix your password file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 10:55 AM
03-04-2003 10:55 AM
Re: Cannot login as root
ISL > hpux -is
You will be given a default shell and from there you can edit the files needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 11:07 AM
03-04-2003 11:07 AM
Re: Cannot login as root
just give the command passwd to change the password or run sam and reactivate the account.
If still not working edit the /tcb/auth/files/r as already mentioned here.
cd /tcb/files/auth/r/
vi root
Remove the characters in this field, ie FROM :u_pwd=FjkcRtoBTdXnI:\ TO :u_pwd=:
Save the file and retry the passwd command to change the passwd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 11:14 AM
03-04-2003 11:14 AM
Re: Cannot login as root
GSP> prompt type
bo pri
Say yes to interace whit ISL
Then at the ISL prompt type
hpux -s
You will the be in songle user mode.
Do a mount -a
then
passwd root
To change roots password
Also roots shell should be /sbin/sh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 11:32 AM
03-04-2003 11:32 AM
Re: Cannot login as root
Brenda