- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- No password prompt at 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
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
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
тАО11-03-2008 01:42 PM
тАО11-03-2008 01:42 PM
No password prompt at login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2008 08:25 PM
тАО11-03-2008 08:25 PM
Re: No password prompt at login
possiblities are :-
1. /etc/passwd must have been corrupted
check file permission of the /etc/passwd
check the ownership for /etc/passwd
2. file permission to / file system someone must have changed accidently
3. if you have down-time to the server, you reboot the server to single-user
or you can try rlogin / remsh for other server which have access to server which "unable to login"
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2008 09:30 PM
тАО11-03-2008 09:30 PM
Re: No password prompt at login
Thanks
SKR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2008 10:59 PM
тАО11-03-2008 10:59 PM
Re: No password prompt at login
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
тАО11-04-2008 02:07 AM
тАО11-04-2008 02:07 AM
Re: No password prompt at login
# pwd
/
# ls -ld /
drwxr-xr-x 19 root root 8192 Nov 4 15:24 /
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-04-2008 05:16 AM
тАО11-04-2008 05:16 AM
Re: No password prompt at login
bdf /
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-04-2008 07:28 AM
тАО11-04-2008 07:28 AM
Re: No password prompt at login
Console Login: root
Login incorrect
login:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-04-2008 10:40 AM
тАО11-04-2008 10:40 AM
Re: No password prompt at login
Anyways, we could boot the server into multiuser mode without authentication
1. Boot the server into single user mode
mount the FS
2. Copy the default passwd file to /etc
3. reset the passwd of root
# passwd -d root
Started the Scripts Manually
#cd /sbin/rc1.d
#for i in S*
>do
>./$i start
>done
#cd /sbin/rc2.d
#for i in S*
>do
>./$i start
>done
. Started the Scripts Manually to check whether system is coming to
network or not
#cd /sbin/rc1.d
#for i in S*
>do
>./$i start
>done
#cd /sbin/rc3.d
#for i in S*
>do
>./$i start
>done
>> Check if /etc/nsswitch.conf is having the following entry:
hosts files
and not the following
hosts compact files
>> If no nsswitch.conf, then copy
# cp /etc/nsswitch.files /etc/nsswitch.conf
Run swverify to check for any issue with permission
# swverify \*
>>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-04-2008 01:05 PM
тАО11-04-2008 01:05 PM
Re: No password prompt at login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-04-2008 01:55 PM
тАО11-04-2008 01:55 PM
Re: No password prompt at login
Additionally, I can no longer use the passwd command to change passwords. I can use the -d option to delete passwords, but "passwd root" no longer prompts me for a new password (which worked fine this morning).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2008 10:02 AM
тАО11-12-2008 10:02 AM
Re: No password prompt at login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2008 07:05 PM
тАО11-12-2008 07:05 PM
Re: No password prompt at login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2008 07:43 PM
тАО11-12-2008 07:43 PM
Re: No password prompt at login
If you have some more time then please go through the below link and assigning points to those who spend their valuable time for your problem.
http://forums11.itrc.hp.com/service/forums/helptips.do?#33
Suraj