- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX 11i Display error
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
07-19-2007 09:05 PM
07-19-2007 09:05 PM
HP-UX 11i Display error
I have an Integrity server-rx2620- that runs HP-UX11i.
I shipped the servers to a different location/different subnet, sometime back which required me to change the IP address. When I brought the server up however the graphics could not display. I returned the server to the original site and put back the previous address but still no luck.
When the server boots it tries to bring up the display service but says FAIL and goes to the login prompt. It is accessible over the network and X-Manager from a pc can get the graphics OK.
What files do I need to change or what do I do?
Rianui
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2007 09:16 PM
07-19-2007 09:16 PM
Re: HP-UX 11i Display error
Check the /etc/rc.log for errors and proceed further. You can paste the scripts that failed here, so that I can a take a look.
Ravi.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2007 10:02 PM
07-19-2007 10:02 PM
Re: HP-UX 11i Display error
- check if the name resolution works
(get your hostname and run "nslookup
- run "/usr/contrib/bin/X11/dr_dt"
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2007 08:14 PM
07-22-2007 08:14 PM
Re: HP-UX 11i Display error
Sorry for the late response and thanks for the replies. The client will not give me access to his server immediately. I will have to get back to you with the results later. Again, thanks.
Rianui
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2007 12:20 AM
07-23-2007 12:20 AM
Re: HP-UX 11i Display error
dc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2007 01:25 AM
07-23-2007 01:25 AM
Re: HP-UX 11i Display error
What does /etc/rc.log report concerning the Xwindows display service? When you change the primary IP address, it must work correctly in the current box as well as for remote systems. That's what set_parms can do for you. The real problem is likely due to DNS. If you changed /etc/hosts so your local hostname has been assigned the new address, then check your DNS server, both forward and backward:
nslookup myname
nslookup 12.34.56.78
Your DNS server must supply both IP and hostname. If not, get your DNS server fixed. If that is not possible, change your nsswitch.conf file to use files (/etc/hosts) first, then DNS as in:
hosts: files [NOTFOUND=continue [TRYAGAIN=continue] dns
Bill Hassell, sysadmin