- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with Display in HP Workstation
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-05-2005 09:55 PM
07-05-2005 09:55 PM
I have a problem in starting the DTLOGIN
in Hp9000 c-class workstation
The problem is if I start /sbin/init.d/dtlogin.rc the display will come but no login prompt ..Only blank
display in the monitor ..
The system will hang and I have to reboot
I have newly installed hpux in the workstation
PLease help
Binu
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 10:08 PM
07-05-2005 10:08 PM
Solutiongive a look in the following log files:
/var/dt/Xerrors
/var/X11/Xserver/logs/Xstartup.0.log
( to see what Xserver is being started )
/var/X11/Xserver/logs/Xf86.0.log
( if you use Xfree86 as Xwindow system )
Give a look also in /etc/dt/config/Xservers for this entry:
:0 Local local@console /usr/bin/X11/X :0
You can also launch this script to verify the correct configuration of CDE:
/usr/contrib/bin/X11/dr_dt
and check for warnings and errors
Regards,
Alessandro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 10:22 PM
07-05-2005 10:22 PM
Re: Problem with Display in HP Workstation
Check the hostname and ip-address of the workstation (WS).
# nslookup hostname_WS
# nslookup ip_WS
output should be the same.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 11:12 PM
07-05-2005 11:12 PM
Re: Problem with Display in HP Workstation
Check /etc/hosts and make sure that the hostname & IP are correct.
Thanks!
Shyjith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2005 12:27 AM
07-06-2005 12:27 AM
Re: Problem with Display in HP Workstation
There was a confict in the actual Ip and
the IP mentioned in the /etc/hosts
I have modified the Ip in the /etc/hosts file and the issue is rectified
Thanks
Binu