- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPUX 11.23 stop booting
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
12-17-2005 05:36 AM
12-17-2005 05:36 AM
HPUX 11.23 stop booting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2005 06:06 AM
12-17-2005 06:06 AM
Re: HPUX 11.23 stop booting
Is your bootsequence stops at sendmail there is something wrong with your networkconfig.
Boot in single user mode
Turn of send mail in
/etc/rc.config.d/mailservs
Turn of NFS in
/etc/rc.config.d/nfsconf
Reboot your server and check your networkconfig.
Is your network is OK then you can turn on the services again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2005 07:16 AM
12-17-2005 07:16 AM
Re: HPUX 11.23 stop booting
Pretty sure that it is not Harddisk problem...
Are you using sendmail,
if not stop that from /etc/rc.config.d/mailservs.
by booting the system in single user mode.
else boot the system in single user mode, and modify it time being in the mailservs file, manaull start once the server boots and debug, you will know what is the problem....
007
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2005 07:21 AM
12-17-2005 07:21 AM
Re: HPUX 11.23 stop booting
The better way to troubleshoot this is to boot the host in the single user mode and stop the Mail daemon.
Also do check the logs for why the daemon is failing during startup.
Regards
S.Arunkumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2005 03:53 PM
12-17-2005 03:53 PM
Re: HPUX 11.23 stop booting
Many times this is due to hostname resolution.
try the following
nslookup `hostname`
see what comes back
does it come back properly.
Sendmail is sometimes a little particular and wants a fully qualified hostname. Example
156.153.205.209 r208s9
Make sure there is a fully qualified alias on the system
156.153.205.205 r208s9 r208s9.me.mydomain
That might do the trick..
Option 2 (always have a option 2)
if you do not use sendmail disable it in the
/etc/rc.config.d/mailsvrs (I think this is the file)
and configure it to not start sendmail if you do not need that functionality
I hope this helps.. good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2005 12:54 PM
12-18-2005 12:54 PM
Re: HPUX 11.23 stop booting
What you can do in this case is boot into single user mode with:
hpux -is
In the directory /etc/rc.config.d, you can turn off sendmail.
From single user mode, you can do an init 1 and see if that works . then init 2 then init 3 and try to step up through the various parts to see where the problem may lie.
hostname, networking, all of these are likely spots for the root cause (check /etc/hosts file as well).