- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX startup fails
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
05-29-2005 09:28 PM
05-29-2005 09:28 PM
HP-UX startup fails
Our 11.23 IPF box is failing to boot after it was focred to shutdown due to power failure. I see the following error in console
HP-UX Start-up in progress
__________________________
Configure system crash dumps ........................................ OK
Mount file systems .................................................. OK
Update kernel and loadable modules .................................. OK
Initialize loadable modules ......................................... OK
Setting hostname .................................................... OK
Start Kernel Logging facility ....................................... OK
Set privilege group ................................................. N/A
Display date ........................................................ N/A
Save system crash dump if needed .................................... N/A
Start evp ........................................................... OK
Enable auxiliary swap space ......................................... OK
Start syncer daemon ................................................. OK
Start Utmp Daemon : manages User Accounting Database ................ OK
Start Wtmp Daemon to manage wtmp dnd btmp Databases ................. N/A
Configure Loopback interfaces (lo0) .................................
When I interupt the above process I can able to login through console but not able to perform any network operations even my ifconfig results as
ifconfig: socket: Operation not supported..
Please help to avoid this problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2005 09:48 PM
05-29-2005 09:48 PM
Re: HP-UX startup fails
Similar thread.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2005 10:35 PM
05-29-2005 10:35 PM
Re: HP-UX startup fails
the steps where the network cards is configured has not been run when you interrupt it at that stage. Scripts in /sbin/init.d/ (linked to from rc1/2/3.d directories) such as hpbtlan, etc.
Try running those scripts and see if it works better. Also there's the /sbin/init.d/net script.
Check what runlevel you're at (who -r), the networking is only started at run level 2 I think. If you're not at run level 3 run "init 3" to get there.
Hope that helps,
Kevin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2005 11:43 PM
05-29-2005 11:43 PM
Re: HP-UX startup fails
I had already tried all your methods but invain...Any other methods to try...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2005 12:39 AM
05-30-2005 12:39 AM
Re: HP-UX startup fails
I have already similar problem.
Mainly it is a network problem. In my case the server have two cards and the wrong one was enabled. Try to see the phisical network connection, cable, switch etc..
Try with switching the cable to other network interface or
set_parms script to reconfigure the IP to enabled network card.
Final solution maybe restarting with Ignite and making configuration of the network interface.
Regards,
Borislav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2005 01:57 AM
05-30-2005 01:57 AM
Re: HP-UX startup fails
Check this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=591213
Why do yoi interrupt the "Configure Loopback interfaces (lo0)" process??
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2005 03:28 PM
05-30-2005 03:28 PM
Re: HP-UX startup fails
Yes, I bypass "Configure Loopback interfaces" because it hangs forever. Any other hints to resolve this problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2005 03:33 PM
05-30-2005 03:33 PM
Re: HP-UX startup fails
# sh -x /sbin/init.d/net.init start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2005 11:14 PM
05-30-2005 11:14 PM
Re: HP-UX startup fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2005 11:16 PM
05-30-2005 11:16 PM
Re: HP-UX startup fails
Are you able to start in single user mode? If the answer is yes, check for any more info in /etc/rc.log and /var/adm/syslog/syslog.log?
Are you able to run the sbin/init.d/net.init script in single user mode?? If you're not, check this: http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=870504
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2005 11:31 PM
05-30-2005 11:31 PM
Re: HP-UX startup fails
Please reboot machine and login into with single user mode. Once getting reached into prompt by bypassing problem, start network script in /sbin/init.d/ location.
There may be a problem in netconf and startup scripts.
kit.