- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Booting time
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-05-2005 12:47 PM
12-05-2005 12:47 PM
Booting time
I am facing problem in one of our K class servers,(os version HPUX 11i)
Problem dicription,
System is taking around 1 hour and 20 minutes for complete reboot(For coming back to run level 3), But i noticed ,when i am switching the run levels (First single user mode, Init 1,Init 2 and Init 3,), I can make the system up within 35 to 40 Minutes,
During complete reboot each startup script is taking too much time comparing to switching the run levels,
Waiting for replay,
Thanks in advance,
Siju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2005 01:00 PM
12-05-2005 01:00 PM
Re: Booting time
first of all, assign points:
http://forums1.itrc.hp.com/service/forums/pageList.do?userId=CA1309047&listType=unassigned&forumId=1
any ERROR/WARNING messages from /etc/rc.log?
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2005 04:04 PM
12-05-2005 04:04 PM
Re: Booting time
Dear Podichin,
It is quite unusall to take such a long time to boot. Some sevices like NFS may a really very long time to start/complete if the concerned NFS servers are not available during the boot time. Please check this.
Could you tell us where exactly the server hangs...during boottime,at which service?
HtH
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2005 04:31 PM
12-05-2005 04:31 PM
Re: Booting time
NFS is not enabled on on the server and am even renamed files for NFS and NIS in /sbin/rc*.d,
As i mentioned already, System is taking too much time all the startup scripts,
Even for stating the net interface also, Its taking around 4 minutes,
Thanks in advance,
Siju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 01:25 AM
12-06-2005 01:25 AM
Re: Booting time
Check /etc/rc.log for any error or warnings , and also check /var/adm/syslog/OLDsyslog.log for any errors.
Also check /var/opt/resmon/log/event.log for details.
Use sar ,top , glance to check everything is ok.
Check if any changes done recently.!
hth,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 02:10 AM
12-06-2005 02:10 AM
Re: Booting time
nslookup www.hp.com dns_server1
nslookup www.hp.com dns_server2
nslookup www.hp.com dns_server3
If any do not respond, take them out of resolv.conf or fix the server(s).
Finally, you need to identify which scripts are running slow. You can modify /sbin/rc (which starts all the startup scripts) to print the start time for each script. Then look at /etc/rc.log to see where the big delays actually occur. The run level isn't important, it's the actual run time of the various scripts. Something is hanging on a long timeout.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 02:16 AM
12-06-2005 02:16 AM
Re: Booting time
"NFS is not enabled on on the server and am even renamed files for NFS and NIS in /sbin/rc*.d"
Not a good idea at all. They should be renamed back to their original names and instead, turn off NFS and NFS (and any other non-essential subsystems) in /etc/rc.config.d. Renaming scripts in /sbin and especially /sbin/init.d will cause future problems. And DON'T create any backup copies of files in /etc/rc.config.d as *every* file in this directory is run during bootup. You might look at the age of files in this directory, most recently changed listed first:
ll -t /etc/rc.config.d
If you see anything strange, especially any test files, that may be source of all your delays.
Bill Hassell, sysadmin