- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Booting problem
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-10-2006 06:31 PM
07-10-2006 06:31 PM
My server running
When boot into single mode, it works fine.
But when transfer to run level 3, it toke long time to get ready, after that I tried to telnet to the server, run the swlist or stm program, again it toke long time until it gives some response.
So please any help??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 06:41 PM
07-10-2006 06:41 PM
Re: Booting problem
Anything in syslog.log?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 06:41 PM
07-10-2006 06:41 PM
Re: Booting problem
check the /etc/rc.log file for problems.
Check the system log file with dmesg.
Is your network/dns server working ok?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 06:49 PM
07-10-2006 06:49 PM
Re: Booting problem
I checked the syslog and rc.log files, there was nothing ubnormal or error message.
I tried to check the DNS server, ping to it works fine, and the resolv.conf file nothing wrong with it.
but when issunig nslookup command, it hangs..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 07:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 07:23 PM
07-10-2006 07:23 PM
Re: Booting problem
'script' should already be installed. C heck with 'll /usr/bin/script'. 'man script' for guide on how to use it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 07:36 PM
07-10-2006 07:36 PM
Re: Booting problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 08:32 PM
07-10-2006 08:32 PM
Re: Booting problem
for me it sounds like a network setting mismatch.
Check the network settings of your server and of the switch - they have to be equal.
For your server you can check with:
'lanadmin -x 0'
or
'landiag' - 'lan' - 'dis'
or in
SAM
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 09:57 PM
07-10-2006 09:57 PM
Re: Booting problem
Thanks for all for this fast replay.
I found the following:
1- The file nsswitch.conf is missing.
2- The primary DNS is down, so I add secondary DNS.
3- The server name at the DNS not correct, modified it.
after that all issues solved.
So thanks for all again, and I will assign the pionts....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 10:00 PM
07-10-2006 10:00 PM
Re: Booting problem
Thanks for ALL....