- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- HPE 9000 and HPE e3000 Servers
- >
- Re: Blank Console after VUE log off on D220
HPE 9000 and HPE e3000 Servers
1820230
Members
3449
Online
109620
Solutions
Forums
Categories
Company
Local Language
back
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
Discussions
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
05-02-2002 12:49 PM
05-02-2002 12:49 PM
Blank Console after VUE log off on D220
Here is a copy of the Xerrors dump file if this helps anyone looking at my problem. The info at the end of the file is what happens when logging off.
Thanks.
Thanks.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2002 06:20 PM
05-02-2002 06:20 PM
Re: Blank Console after VUE log off on D220
The last line indcates the problem. Xwindows is unable to open the network hostname called klfgln01. This is almost always DNS versus hosts. The order in which these names are resolved is controlled by /etc/nsswitch.conf and it is usually not arranged for reliable operation (ie, files then DNS).
DNS *must* have reverse lookup configured for a your system name. This is for security and to test, you can type:
nslookup klfgln01
nslookup 1.2.3.4
The two nslookup commands should resolve to the same host.
But rather than trying to fix DNS, fix your systems but changing the hosts line in /etc/nsswitch.conf to read:
hosts: files[NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]
The reason to use /etc/hosts (ie, files above) is that this will always work, whereas DNS may not be working, reachable, or configured correctly. And an additional benefit, using hosts will reduce LAN traffic and can improve application performance.
Bill Hassell, sysadmin
DNS *must* have reverse lookup configured for a your system name. This is for security and to test, you can type:
nslookup klfgln01
nslookup 1.2.3.4
The two nslookup commands should resolve to the same host.
But rather than trying to fix DNS, fix your systems but changing the hosts line in /etc/nsswitch.conf to read:
hosts: files[NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]
The reason to use /etc/hosts (ie, files above) is that this will always work, whereas DNS may not be working, reachable, or configured correctly. And an additional benefit, using hosts will reduce LAN traffic and can improve application performance.
Bill Hassell, sysadmin
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP