- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- login incorrect and XDMCP not working
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
07-10-2006 02:04 PM
07-10-2006 02:04 PM
I just have installed the last version of HPUX OS on itanium system rx2620.
The problem is that when I do telnet , the machine responde with the login prompt, I set the login and after request for password, when I set the password send me a message that the login is incorrect.
The other problem is that I have I can not connect me throught reflexion X because say that there is not any host running XDMC , the local graphic console is working fine and the serial console too.
Some Idea ?
I will appreciate your help.
Thank you .
W.S
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 02:30 PM
07-10-2006 02:30 PM
Solution- First guess is that your password or login name keyed in is incorrect.
- When keying in, there shouldn't be any spaces
Quickest way to reolsve this is to verify the login name is accurate and get someone else with admin priviledges to reset the password.
2)You could try to start and stop the daemon
/sbin/init.d/dtlogin.rc stop
/sbin/init.d/dtlogin.rc start
Else, you may find the solution in this thread
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=107105&admit=-682735245+1152584951855+28353475
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 03:35 PM
07-10-2006 03:35 PM
Re: login incorrect and XDMCP not working
I will need to change some setting in the init.d and enable telnet?
Thank you
william
all your comments are welcome
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2006 08:08 PM
07-11-2006 08:08 PM
Re: login incorrect and XDMCP not working
Are you trying to log in as root? There could be /etc/securetty which will have the word console in it. If so, you can only log on as root from the console. Log in as another user and su to root.
JASH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2006 08:36 PM
07-11-2006 08:36 PM
Re: login incorrect and XDMCP not working
Verify file,
/etc/rc.config.d/desktop
anaya:/root#more /etc/rc.config.d/desktop
# CDE Desktop enabled Wed Sep 3 08:20:25 METDST 2003
DESKTOP=CDE
DTPRTSVR=
Then,
# /sbin/init.d/dtlogin.rc stop
# /sbin/init.d/dtlogin.rc start
# ps -ef|grep -i dtrc|grep -v grep
rgs,
ran