- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: can not increase logical volume
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
07-26-2002 01:11 PM
07-26-2002 01:11 PM
I want to increase logical volume for lvol3. it is mounted to "/" directory. I try to increase the logical volume, but there is error message "can not umount, device busy". Then I "fuser -ku /". Then I "fuser -cu /", I can see "root still use this directory", so I still have "device busy" error message.
Would someone tell me how to solve this problem?
Thanks a lot.
zhiyong
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 01:20 PM
07-26-2002 01:20 PM
Re: can not increase logical volume
# umount /opt/ignite
umount: cannot unmount /opt/ignite : Device busy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 01:22 PM
07-26-2002 01:22 PM
Re: can not increase logical volume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 01:22 PM
07-26-2002 01:22 PM
SolutionYou could try booting from the support cd and attempting it. If not, you will need to create an ignite tape and rebuild from the tape.
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 01:23 PM
07-26-2002 01:23 PM
Re: can not increase logical volume
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xcd1a36e69499d611abdb0090277a778c,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 01:23 PM
07-26-2002 01:23 PM
Re: can not increase logical volume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 01:25 PM
07-26-2002 01:25 PM
Re: can not increase logical volume
Checkout this thread.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xcd1a36e69499d611abdb0090277a778c,00.html
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 01:25 PM
07-26-2002 01:25 PM
Re: can not increase logical volume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 01:29 PM
07-26-2002 01:29 PM
Re: can not increase logical volume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 01:30 PM
07-26-2002 01:30 PM
Re: can not increase logical volume
Thanks a lot for help!
I will make a recovery tape and boot from the tape.
zhiyong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 07:24 PM
07-26-2002 07:24 PM
Re: can not increase logical volume
Make sure you are use a no-rewind tape to do this. You can use make_recovery to achieve this if your Ignite-UX version is old. Just an example:
#make_recovery -CA
-Gerald Zhou-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 09:49 PM
07-26-2002 09:49 PM
Re: can not increase logical volume
The command I would use to create an make_tape_recovery tape is (assuming tape drive is /dev/rmt/0mn):
/opt/ignite/bin/make_tape_recovery -a /dev/rmt/0mn -I -v -x inc_entire=vg00
hope this helps!
Best Regards
Yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 11:41 PM
07-26-2002 11:41 PM
Re: can not increase logical volume
Thanks a lot!
I really appreciated it.
zhiyong