- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable root login from MP
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
01-12-2008 09:19 PM
01-12-2008 09:19 PM
I have some HP-UX box. In some boxes, i cannot login as root via MP.
It shows incorrect password.
Can anyone tell me, how can i resolve this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2008 09:58 PM
01-12-2008 09:58 PM
Re: Unable root login from MP
For MP login you have to login through Admin/Admin.If you are able to login in MP and want to access unix box
http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1200203249141+28353475&threadId=1191191
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2008 10:01 PM
01-12-2008 10:01 PM
Re: Unable root login from MP
Then when you login you can get to the Console from the MP Menu by going to the comamnd line "CM" and then type "co"
Let us know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2008 11:55 PM
01-12-2008 11:55 PM
Re: Unable root login from MP
Let me clear u one thing.
When i login Admin/Admin in MP after that i press CO. It will directly guide me to UNIX OS login prompt.
My problem is then.
When i enter root and password, it shows unable to login.
But when i login directly to that server it allow me to login.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2008 03:11 AM
01-13-2008 03:11 AM
Re: Unable root login from MP
Are you using the console to login?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2008 03:27 AM
01-13-2008 03:27 AM
Re: Unable root login from MP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2008 04:08 AM
01-13-2008 04:08 AM
Re: Unable root login from MP
it seems that you are trying to connect by ssh. use telnet port while connecting to mp and use Admin/admin as said before.
Hasan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2008 05:27 AM
01-13-2008 05:27 AM
Re: Unable root login from MP
I can connect to my other servers from MP.My all servers are ssh enabled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2008 05:42 AM
01-13-2008 05:42 AM
Re: Unable root login from MP
I was asking where/how you were connecting when it worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2008 06:35 AM
01-13-2008 06:35 AM
Re: Unable root login from MP
The server which I cannot login root from MP is ssh enabled.
I can connect directly to that server using ssh.
But when i connect MP to that server i login to server using Admin/Admin. then press co to login OS and in root login i enter root and password but it shows like this
login: root
Password:
Login incorrect
Wait for login retry: ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2008 08:05 AM
01-13-2008 08:05 AM
Solution1. Blind guess.... someone has opened another session from the console from the MP you are trying to login. May be you are entering your password on another system actually.
2. Avoid password characters which have special meaning to the tty driver, such as # (erase) and @ (kill). You may not be able to login with these characters.
Anshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2008 08:32 AM
01-13-2008 08:32 AM
Re: Unable root login from MP
I feel you have /etc/securetty exist without "console"
Check etc/securetty file , if it is exist then you can add line "console" on that
example :
vi /etc/securetty
/dev/pts/1
/dev/pts/2
/dev/pts/3
console (--- add line like this to enable console access)
Thanks ,
Aneesh
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2008 12:09 PM
01-13-2008 12:09 PM
Re: Unable root login from MP
connect to mp and reset it by the command sequence
CM->XD restart mp
and try again..
Hasan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2008 09:24 PM
01-13-2008 09:24 PM
Re: Unable root login from MP
root access can be denied to any port on the system by using "/etc/securetty" file. If this file is not available (default), anyone who knows the root password can login as root.
# cat /etc/securetty
console
/dev/pts/1
/dev/pts/2
/dev/pts/3
In your case you can just add "console" in /etc/securetty file like shown in above example.
http://docs.hp.com/en/5992-2395/ch02s03.html
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2008 05:23 AM
02-25-2008 05:23 AM
Re: Unable root login from MP
Thanks for your great reply.
and specially Anshumali