- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Slow shutdown on HPUX 10.2
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
06-27-2003 11:56 AM
06-27-2003 11:56 AM
Slow shutdown on HPUX 10.2
offending workstations seem to get hung on "killing user processes" and it takes longer to stop the USB daemon. There are no users connected to the workstations and I compared the system shutdown log in /etc/rc.log.old. The logs of the fast
shutdown and the slow shutdown workstations are identical. I verified the NIS information on each workstation is the same.
Is there a fix for this? ----Thanks----
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 12:02 PM
06-27-2003 12:02 PM
Re: Slow shutdown on HPUX 10.2
If the one workstation is running more applications than the other and those processes are sticky and don't shut down well. This could be casuing the problem.
Its not hanging, its doing work, especially if it shuts down without the power switch.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 12:10 PM
06-27-2003 12:10 PM
Re: Slow shutdown on HPUX 10.2
Also make sure that the systems are on same patch level. Btw, 10.20 will be obsoleted on this Monday!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 12:14 PM
06-27-2003 12:14 PM
Re: Slow shutdown on HPUX 10.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 12:23 PM
06-27-2003 12:23 PM
Re: Slow shutdown on HPUX 10.2
# ps -ef|grep hubd
==> If you said the usb daemon is enabled, this should exist.
# /sbin/init.d/hub stop
# /sbin/init.d/hub start
==> What's the timing on the stop|start ? Does the 2 wkstn consistently hang at this point ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 12:24 PM
06-27-2003 12:24 PM
Re: Slow shutdown on HPUX 10.2
You could try putting
set -x
at the top of the script and monitor it during shutdown.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 12:30 PM
06-27-2003 12:30 PM
Re: Slow shutdown on HPUX 10.2
Probably some process take more time to stop/kill them on the shutdown, like free resorces that they where used when it run.
Does your station do the same thing or not?
Caesar