- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- login problem
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-15-2007 06:59 PM
03-15-2007 06:59 PM
login problem
pls suggest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2007 07:16 PM
03-15-2007 07:16 PM
Re: login problem
may be due userage.can u pls go to single usermode and change the passwd and try
rgds
suresh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2007 07:48 PM
03-15-2007 07:48 PM
Re: login problem
Check your /etc/passwd file and if it is changed or not.
if you find something fishy then someone has played with it.
iy your root passwd has been changed then you need to get to the single user mode and change the password.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2007 10:11 PM
03-15-2007 10:11 PM
Re: login problem
first check /etc/passwd & if everything is ok.. then change the passwrod from single user mode..
Thanks & Regards
Reshma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2007 01:43 AM
03-16-2007 01:43 AM
Re: login problem
-->select Accts for users & groups
-->hightlight users,
-->select root acct, highlight it
-->mofidy user's password
-->select your own password for root
....
exit
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2007 02:19 AM
03-16-2007 02:19 AM
Re: login problem
As stated above verify that the /etc/passwd file has not been changed. Then boot to singel user mode and change the root password. Then let the system but as it normally would.
Good luck,
SP,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2007 02:55 AM
03-16-2007 02:55 AM
Re: login problem
Sandeep do you have access to the server using another username and password?
If errors keep coming up, then boot into single user mode interrupting the boot sequence. Then boot from your primary disk and interact with ISL, boot into single usermode with the hpux -is command in ISL prompt.
Mount the /usr file system with #mount /usr
Change the password for root with the #passwd command
Veirfy the contents of the /etc/passwd file with #cat /etc/passwd send us the ouput of the /etc/passwd command if you want to.
Regards,
NM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2007 03:14 AM
03-16-2007 03:14 AM
Re: login problem
How about an su from another user ?
If the above two work then /etc/securetty probably exists.
A couple more attempts and root will be locked out and the only access will be from the console or crash the server and boot to single user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2007 03:28 AM
03-16-2007 03:28 AM
Re: login problem
Or following the folloeing suggestion:
1. Reboot the system
2, Interupt the boot cycle during the 10 second window where it says press any key
3. Issue the command --> bo pri
4. Answer yes to interact with ISL
5. enter --> hpux -is at the ISL prompt, and press enter
6. This will bring you up in single user mode, and it will give you the ability to reset root password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2007 05:51 PM
03-16-2007 05:51 PM
Re: login problem
thanks once again.