- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- umountall during a reboot runs for 1.5 hours
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
09-11-2006 09:25 AM
09-11-2006 09:25 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2006 09:41 AM
09-11-2006 09:41 AM
Re: umountall during a reboot runs for 1.5 hours
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2006 09:48 AM
09-11-2006 09:48 AM
SolutionI assume that long before the filesystems are unmounted, your normal shutdown scripts have run and killed any processes which might hold the filesystems in use. Before your umountall runs, I would run a lsof on each filesystem to see what filesystems are actually in use. That will go a long way towards reducing the time if you can actually free the filesystems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2006 10:02 AM
09-11-2006 10:02 AM
Re: umountall during a reboot runs for 1.5 hours
The following applies to the theory that you're using all of those separate areas as Oracle data (well, at least 3000-780 or so of them).
If so, you've got all the tools you need to fix your problems in your quest to separate your data by function. You've got Veritas!
You can now run asynchronous I/O on cooked (that is real) file systems with Oracle on HPUX with the Veritas file system. So, you don't need so many of these.
If the above is not the case, then please disregard.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2006 10:12 AM
09-11-2006 10:12 AM
Re: umountall during a reboot runs for 1.5 hours
I can watch it during the "Umount all filesystems" step, using a "bdf | wc -l" and it seems to go down pretty steadily so I think it's slow on everything not just on a few filesystems.
We don't have the option of splitting the system up into multiple servers, (the customer designs them, we just support them). It runs several large oracle instances. On one of the other vPars on this box, we just added a 1 TB filesystem. Like I said, we don't design these things. 8-)
We were actually doing some hardware changes on this server over this past weekend, so I had an opportunity to experiment. Nothing was running on the server but me. "ps -ef" didn't show anything else out there. I did a "umount -a" seperately before the reboot and that took an hour & a half. I'm guessing "umount" and "umountall" are both single-threaded. I'm thinking (like Clay suggested) I'll have to substitute my own umountall process that will do multiples at once. But since it's so difficult to get test time on this server, I was hoping someone was going to say "just use the option, and you get parallel umounts".
We're 11.11 by the way, most of the disks are on a XP12000 with 8 paths between the SuperDome - switch - XP12000.