- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- I can't connect to HP-UX
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
09-02-2003 12:20 AM
09-02-2003 12:20 AM
I've a problem to connect to HP-UX server.
Infact, as you know, if I try to export the DISPLAY var. on HP-UX I can't open the session with Reflection X p.e.
But on this server I don't have DISPLAY var. exported, equally I can't open the connection to HP-UX.
Someone known if are there some configuration to set to open a connection on HP-UX?
Thank you in advanced
Stefano
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2003 12:36 AM
09-02-2003 12:36 AM
Re: I can't connect to HP-UX
Its difficult like that to answer, you could start by connecting yourself to another box, any flavor of unix is welcome for the test, then do a telnet, can you connect yourself?
Regards
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2003 12:37 AM
09-02-2003 12:37 AM
Re: I can't connect to HP-UX
Can you login on the console?
Can you rlogin or remsh or ftp in?
This will help to determine what sort of problem you have.
Tim.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2003 12:49 AM
09-02-2003 12:49 AM
SolutionI'm not sure I understand exactly what you're trying to do, sounds like you're trying to open an XDMCP connection (i.e. have the UNIX GUI display on your Windows machine)?
The DISPLAY variable is only of use if you try to run an application with a GUI, or try to display the UNIX desktop gui on your machine. If you're just trying to telnet you don't need DISPLAY.
A couple of things to check:
1) the DISPLAY variable, is this set to the IP address of the Windows machine?
2) can you telnet to the machine?
3) is the process dtlogin running on the machine?
4) what user are you trying to login to the machine as? if you're trying as root user check that the machine is not setup to only allow root login via the console. Try logging in as a non root user in this case.
5) If you're trying to connect with Reflections (or Exceed or whatever) try to just telnet to the machine (Start menu, run, telnet), set your DISPLAY variable to the IP address of the windows machine and run xclock, if this comes up ok theres nothing wrong with your Reflections setup, and I'd guess there could be something wrong with the dtlogin, as in its not running or configured incorrectly.
Try those and let us know how you get on, we should be able to help you better once we have this information.
hope that helps,
Kevin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2003 10:31 AM
09-03-2003 10:31 AM
Re: I can't connect to HP-UX
Here is what I do:
1. I avoid using an XDMCP connection, which gets the CDE desktop. It is too much overhead if you want to run one application.
2. I just open a Reflection X session, and change "method" to TELNET (newer versions will use SSH).
3. In the left column, select the standard hpterm file which is hpux.rxc.
4. Connect and login to the server.
5. At the UNIX prompt, set the DISPLAY variable like this:
$ DISPLAY=[IP]0.0;export DISPLAY
Where the IP is your PC.
Example:
$ DISPLAY=10.12.88.101:0.0;export DISPLAY
6. Run your GUI app, and it will display back on your PC.
Good Luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2003 11:04 AM
09-03-2003 11:04 AM
Re: I can't connect to HP-UX
Post your $HOME/.dt/startlog and $HOME/.dt/errorlog output.
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2003 11:41 PM
09-04-2003 11:41 PM
Re: I can't connect to HP-UX
thank's a lot, I solve my problem, there was the DISPLAY var set on my .profile.
Thank you to all
best regards
Stefano