- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to login
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-29-2010 06:49 AM
06-29-2010 06:49 AM
Unable to login
login: root
Login incorrect
It does not prompt for a password. I can access it in single user mode but I don't know what to look for. (If I wrote down everything I knew about unix I could probably fit it on a post-it note.)
This started right after I joined a domain using Likewise 5.4.
This is just a test server we have setup to test product compatibility with unix shares so I'm not opposed to reinstalling but I'm still curious what went wrong or how to attempt to address it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2010 06:53 AM
06-29-2010 06:53 AM
Re: Unable to login
---Probably verify the /etc/passwd file by accessing Single-user mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2010 07:26 AM
06-29-2010 07:26 AM
Re: Unable to login
Go to single user mode, check all the file system may be some are 100% if all ok then as said above check the /etc/passwd file may be it corrupt.
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2010 07:28 AM
06-29-2010 07:28 AM
Re: Unable to login
I can change the password on root but it doesn't impact my ability to login (still no prompt for password).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2010 07:45 AM
06-29-2010 07:45 AM
Re: Unable to login
Console Login:
- - - - - - - - - - - - Live Console - - - - -
without a prompt enter root
you should then get a prompt for password:
Console Login:
- - - - - - - - - - - - Live Console - - - - -
root
Password:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2010 09:13 AM
06-29-2010 09:13 AM
Re: Unable to login
reinstalling the OS should not be necessary in this case.
In single user mode:
mount /usr
mount /var
# This should enable you to edit files.
bdf
See if a file system is full from the Likewise 5.4 installation.
cd /
du -k | sort -rn | more
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2010 11:54 AM
06-29-2010 11:54 AM
Re: Unable to login
Not a very detailed description.
> [...] the console [...]
Not a very detailed description.
> This started right after I joined a domain
> using Likewise 5.4.
I'd say that step one would be to try to
figure out how to undo that. Never having
heard of "Likewise Open" until now, I know
nothing, but I'd say that if we're talking
about this:
http://www.likewise.com/products/likewise_open/
then I'd be asking the vendor to help.
Otherwise, booting into single-user mode and
trying to undo the "Likewise Open"
installation would be my likely path. (Or
re-installing HP-UX, which can clean up after
almost any software disaster.)
> login: root
> Login incorrect
Does this "a domain" know who "root" is?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2010 09:06 PM
06-29-2010 09:06 PM
Re: Unable to login
I have seen problems with hyperterminal in the past, a wrong configuration send
Try putty.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2010 09:50 PM
06-29-2010 09:50 PM
Re: Unable to login
Perhaps root is not allowed to login at the 'console' you are using ?
Can you login as a 'normal' user on the console? Then after logging in, check out the tty (command: tty) and make sure that one is in the /etc/securetty.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2010 12:08 AM
06-30-2010 12:08 AM
Re: Unable to login
Possiblity is their that your password file as gone corrupt. You can check the Password file by using command /usr/sbin/pwck
Or
Move the Current passwd file to tmp and copy new passwd file located at /usr/newconfig/etc/passwd from your system.
Hope this information Helps you
Regards
Ishwar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2010 09:22 AM
07-01-2010 09:22 AM
Re: Unable to login
if you put "root" in the /etc/securetty file then nobody could enter as root directly, not even from console. everytime he has to go as su -.
Instead if you put "console" then anybody can login as root from the console.
try to login with other user and check
regards
MC