- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: B2600 - monitor goes blank after boot!
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
08-01-2001 08:15 AM
08-01-2001 08:15 AM
B2600 - monitor goes blank after boot!
1) It is exactly the same monitor as has been used with this system before
2) If an attempt is made to drive the monitor at an unsupported resolution the monitor displays an informational message telling you.
Is it just that the network setup is so "wrong" that X cannot start a CDE screen?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 09:36 AM
08-01-2001 09:36 AM
Re: B2600 - monitor goes blank after boot!
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 09:48 AM
08-01-2001 09:48 AM
Re: B2600 - monitor goes blank after boot!
The user has tried 3 monitors , all of which can handle 1280x1024 @75 Hz .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 10:02 AM
08-01-2001 10:02 AM
Re: B2600 - monitor goes blank after boot!
1. /etc/hosts file (make the entry for this host is correct.
2. Check /etc/nsswitch.conf (make sure files is checked before dns)
3. /ect/resolv.conf (Make sure domain and nameservers are correctly stated.
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 11:48 AM
08-01-2001 11:48 AM
Re: B2600 - monitor goes blank after boot!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 11:53 AM
08-01-2001 11:53 AM
Re: B2600 - monitor goes blank after boot!
However, if /etc/hosts is missing, that could sure be your problem!!!
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 12:41 PM
08-01-2001 12:41 PM
Re: B2600 - monitor goes blank after boot!
/etc/hosts is there and looks fine.
I think the problem must be something to do with the missing nsswitch.conf
One thing , the machine takes about 25 minutes to start up and "hangs" on starting the mail daemon for about 15 minutes.
Another basic question... how does one get access to things like vi from single user mode. I am making the poor guy create the missing file by "cat >" and typing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 12:52 PM
08-01-2001 12:52 PM
Re: B2600 - monitor goes blank after boot!
mount -a (will mount all the filesystems)
You can then use vi.
However, if there is no nsswitch.conf or resolv.conf, the system will use /etc/hosts.
If the hosts file is correct, name resolution may not be your problem,but theses files do need to be fixed.
Let us know the outcome.
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 05:05 AM
08-02-2001 05:05 AM
Re: B2600 - monitor goes blank after boot!
#export TERM=hp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 06:16 AM
08-02-2001 06:16 AM
Re: B2600 - monitor goes blank after boot!
is dtlogin running locally ?if no run it -> /sbin/init.d/dtlogin.rc start
if yes init 2 and run /usr/bin/X11/X : 0 does this work if yes not likely to be H/W, mouse not connected or graphics device files or Xserver related.
so also check neither /usr/dt/config/Xservers nor /etc/dt/config/Xservers has the last line telling the Xserver to start locally #'d out, if it does remove the # and then run init 3.
If none of the above ... dr_dt output along with /var/dt/Xerrors maybe useful ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 07:49 AM
08-02-2001 07:49 AM
Re: B2600 - monitor goes blank after boot!
Although I had run /sbin/set_parms netwrk and answered the questions correctly, the rc.config.d/netconf file had not been updated correctly with the "new" IP and router, although the /etc/hosts file HAD been updated by the set_parms script.
Once the IP and gateway IP's were made consistent between netconf and hosts files the machine booted into CDE correctly.
Many thanks for all the help. These forums are a fabulous resource with lots of knowledgeable and helpful people!