- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- X-Windows responded very poorly
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-24-2004 02:07 AM
12-24-2004 02:07 AM
X-Windows responded very poorly
Seems the issue is for networks or the unix processes (HP-UX B.10.20 A 9000/800)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2004 02:23 AM
12-24-2004 02:23 AM
Re: X-Windows responded very poorly
http://docs.hp.com/en/J4254-90003/ch01s03.html
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2004 02:31 AM
12-24-2004 02:31 AM
Re: X-Windows responded very poorly
1. Check if the command "hostname" return the same name that is present in /etc/hosts.
2. Check if there is multiple lines for your hostname in /etc/hosts.
3. Check if in /etc/nsswitch.conf the line hosts is like this:
hosts files dns
I hope this could help...
Stf ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2004 02:35 AM
12-24-2004 02:35 AM
Re: X-Windows responded very poorly
Stf ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2004 02:50 AM
12-24-2004 02:50 AM
Re: X-Windows responded very poorly
suboz031
$ more /etc/nsswitch.conf
hosts: files[NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=return UNAVAIL=re
turn TRYAGAIN=return] nis
The file system is ok
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2004 04:27 AM
12-24-2004 04:27 AM
Re: X-Windows responded very poorly
If you do an nslookup from the client and the server of the client your running the X Applcation on do you get the same result and more importantly do you get it without delay?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2004 05:06 AM
12-24-2004 05:06 AM
Re: X-Windows responded very poorly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2004 08:22 AM
12-24-2004 08:22 AM
Re: X-Windows responded very poorly
If performance improves, you need to have your DNS admins add all of the addresses in the DHCP pool to the DNS servers.
Another possibility is LAN problems on your production machine. Run lanadmin and display the network stats. Problems with duplex mismatch will create FCS and framing errors as well as collisions (which are not possible on a full-duplex connection).
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2004 08:12 PM
12-24-2004 08:12 PM
Re: X-Windows responded very poorly
if this is the case try to add suboz031.yourdomain.com at the end of this line:
XX.XX.XX.XX suboz031 suboz031.yourdomain.com
and in your /etc/nsswitch.conf try to comment "hosts" line and replace it by:
hosts: files
just to see if it's a problem of resolver...
Stf ;-)