- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CDE Hanging at startup
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
10-31-2001 11:18 AM
10-31-2001 11:18 AM
Is there a way for me to get into the system? The only thing I changed on the system was to add a nsswitch.conf file to allow my DHCP to look in files and then DNS.
Any help would be greatly appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 11:27 AM
10-31-2001 11:27 AM
SolutionIf you can telnet in to the box then that will be the easiest method to edit the nsswitch.conf file. Otherwise, depending on your platform, there is either a 'safe' login or a concole login. In the worst case, you can come up single user, mount /var and /usr and vi the file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 11:38 AM
10-31-2001 11:38 AM
Re: CDE Hanging at startup
this look like a problem withj the name resolution. your system is not able to resolve its name.
Boot the system in single user mode and you can revert back to old settings or do some diags.
Hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 11:50 AM
10-31-2001 11:50 AM
Re: CDE Hanging at startup
As you did the change, probably that could be the reason. Try telnetting to this system from somewhere and see nslooking up your system works. Also see your hostname and other settings are proper.
You can run /usr/contrib/bin/X11/dr_dt to find out the problems in detail too.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 12:24 PM
10-31-2001 12:24 PM
Re: CDE Hanging at startup
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 12:34 PM
10-31-2001 12:34 PM
Re: CDE Hanging at startup
I think you have to reboot the system and bring it up in single user mode to do the changes. To do that you interrupt the boot process and then type "bo pri" to boot through the primary disk, select "Y" to interact with IPL and at the ipl prompt type "hpux -is" . This will bring the system up in single user mode and you can do the necessary modification in your /etc/resolv.conf and /etc/nsswitch.conf files, update your /etc/hosts and reboot the system to boot into multiuser mode with the CDE screen.
hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 12:35 PM
10-31-2001 12:35 PM
Re: CDE Hanging at startup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 01:12 PM
10-31-2001 01:12 PM
Re: CDE Hanging at startup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 01:27 PM
10-31-2001 01:27 PM
Re: CDE Hanging at startup
If you are using DHCP, i don't think you need system entry in /etc/hosts. you can also delete the /etc/nsswitch.conf and /etc/resolv.conf files.
Hope this helps.
thanks