- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: XWindows
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
12-06-2001 10:08 AM
12-06-2001 10:08 AM
XWindows
I finished hpux11.0 instalation. I'm trying to connect using a XWindows Client (Reflection), but I get error. The message says to check the /etc/hosts, but no problem exist with it.
Please, how can I check if XWIN instalation is ok?
Thanx in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2001 10:16 AM
12-06-2001 10:16 AM
Re: XWindows
look at /etc/rc.config.d/desktop
and see whther the entry
DESKTOP=CDE exists.
restart cde server:
/sbin/init.d/dtlogin.rc stop
/sbin/init.d/dtlogin.rc start
If reflectionX still cannot connect, look at the DNS configuration
#nslookup
>systemname
>ipaddress
both should return the correct values.
Check whether the network interfaces are up.
99% of the time, this problem has to do with DNS lookups or network issues.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2001 10:33 AM
12-06-2001 10:33 AM
Re: XWindows
Check attched file for setup reflection
Sachin Patel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2001 01:16 PM
12-06-2001 01:16 PM
Re: XWindows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2001 01:21 PM
12-06-2001 01:21 PM
Re: XWindows
Give the server ip address in place of the name when reflection asks you for the host name.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 04:10 PM
12-10-2001 04:10 PM
Re: XWindows
I'm not very familiar with reflection (I use Exceed and X-Win32 as well as a tried and true old 700 Xterm) but, have you tried using broadcast XDCMP mode? That will query all available servers and you'll get a list of possible connections.
Good Luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 06:37 PM
12-10-2001 06:37 PM
Re: XWindows
Under reflexion X try XDMCP direct and give the ip address of the server name in palce of the server. If you want to connect using your server name your workstation should be able to resolve the server name using DNS / NIS or else you should have an entry for the server in the hosts file of your workstation.
Under NT this hosts file is c:\winnt\system32\drivers\etc\hosts
Edit this file using notepad and then add an entry for the host you are trying to connect. The entry should be,
ip_add_of_server server_name
Hope this helps.
Regds