- 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
01-30-2003 01:12 AM
01-30-2003 01:12 AM
during booting...
I need to hit enter for system keep going....
The system stop on
"/Sbin/auto_parms, checking network for DHCP server..."
After I hit enter, the system run well.
before I just do one thing, go to single user mode, to do reduce lvol size down, but finally, the action didn't work, I reboot computer...and then meet this problem.
I don't know where the system stop/sleep
thanks,
hope someone can help me
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 01:20 AM
01-30-2003 01:20 AM
Re: booting problem
Please check /etc/rc.log file for any errors during startup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 01:25 AM
01-30-2003 01:25 AM
Re: booting problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 01:31 AM
01-30-2003 01:31 AM
Re: booting problem
There is a problem with starting
a daemon. This condition would be caused by altering the script:
/sbin/init.d/hostname startup
Look at this script! Use last backup
to recover this script
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 01:51 AM
01-30-2003 01:51 AM
Re: booting problem
I run it, --> no error.
About DHCP, in /etc/rc.config.d/netconf,
the DHCP is "0" --> correctly. I used static ip.
About /etc/rc.log, I cannot find any error in this file.
Sorry, I need your more help.
Thanks for all what your do for me.
where is solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 02:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 04:59 AM
01-30-2003 04:59 AM
Re: booting problem
it looks like your /etc/rc.config.d/netconf file is correct. There could still be an issue if you've got more than one interface: if so, you must have DHCP_ENABLED[index] set to 0 for all your interfaces...
Is your hostname set? If not, auto_parms will think that it's a first time boot, which may cause your problem.
The easiest way of insuring that the boot informations are correct would be to use set_parms to re-set your system properly: set_parms will give you all available options. set_parms ??p_address will let you reconfigure your IP, set_parms hostname will set the hostname, and set_parms initial will let you set all parameters.
You may want to look at the manpage for auto_parms, and at the "HP-UX System Administration tasks" doc, chapter Making Adjustments to your system:
http://docs.hp.com/hpux/onlinedocs/B2355-90672/B2355-90672.html
for more precise reference
Hope this helps,
FiX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 05:14 AM
01-30-2003 05:14 AM
Re: booting problem
You are saying that the system was booting fine until you reduced a lvol.
If this is true, which one? Can that have caused any corruption?
- Harish Kumar S