- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to Connect to Host using Exceed
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
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
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
тАО04-07-2004 07:33 AM
тАО04-07-2004 07:33 AM
Unable to Connect to Host using Exceed
This methos works fine in another server. How can I check if X-Windows is enabled?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2004 07:37 AM
тАО04-07-2004 07:37 AM
Re: Unable to Connect to Host using Exceed
What settings are you using. check and see if dtlogin is running on the server to which you are trying to connect.
ps -ef |grep dtlogin
If it is not running start dtlogin,
/sbin/init.d/dtlogin start
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2004 07:37 AM
тАО04-07-2004 07:37 AM
Re: Unable to Connect to Host using Exceed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2004 07:41 AM
тАО04-07-2004 07:41 AM
Re: Unable to Connect to Host using Exceed
ps -ef |grep dtlogin
root 2001 1957 0 Feb 13 ? 0:00 /usr/dt/bin/dtlogin
root 22880 12079 0 15:36:06 pts/tf 0:00 grep dtlogin
dtlogin is running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2004 07:45 AM
тАО04-07-2004 07:45 AM
Re: Unable to Connect to Host using Exceed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2004 08:06 AM
тАО04-07-2004 08:06 AM
Re: Unable to Connect to Host using Exceed
Can you connect on an other Xhost, is networking set up ok?
# ping `hostname`
# ping
HTH
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2004 08:09 AM
тАО04-07-2004 08:09 AM
Re: Unable to Connect to Host using Exceed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2004 08:20 AM
тАО04-07-2004 08:20 AM
Re: Unable to Connect to Host using Exceed
The /etc/inetd.conf file, was comment the rexecd line.
After uncommented, the inetd was restarted and works fine!.
Thanks.