- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- move opt lv back into vg00?
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
04-11-2003 11:37 AM
04-11-2003 11:37 AM
move opt lv back into vg00?
Has anyone ever moved the opt lv back into vg00 and onto the root disk after it has being a separate lv?
I'm wondering what kind of gotchas I might run into and whether or not I should just re-install instead.
I have a lot of 3rd party (open source, gnu, etc.) tools that I've installed on /opt and I want to move them to another filesystem and put opt back onto the root disk and into vg00.
Of course, this requires me reducing the size of /usr and /var to make room for /opt.
Thanks for any input,
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 11:40 AM
04-11-2003 11:40 AM
Re: move opt lv back into vg00?
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 11:53 AM
04-11-2003 11:53 AM
Re: move opt lv back into vg00?
If you have to shrink '/usr' and '/var' to make room for '/opt', I *wouldn't* unless they are grossly oversized.
If you want a "standard" vg00 then buy a larger physical disk; make an Ignite recovery tape; and cold-install to the new, larger disk.
Another approach is to create a small '/opt' in vg00 and move "back" the non-third-party material to it. For the third-party applications that consume the space you don't have, create a separate logical volume and filesystem on a non-vg00 volume group and symbolically link those third-pary directories in '/opt' to it.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 12:05 PM
04-11-2003 12:05 PM
Re: move opt lv back into vg00?
I initially installed everything onto the root disk but then it was decided that all of the 3rd party tools should also reside in opt which meant it was going to get quite a bit larger - so I moved it out of vg00 and onto a separate disk.
The /var and /usr are pretty large (each a bit over 6G and neither at 40% capacity) and so to go back to the default sizes of 4G each is/should be plenty large.
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 12:10 PM
04-11-2003 12:10 PM
Re: move opt lv back into vg00?
Your solution certainly seems like an easy way to do what I want.
Is your idea of using ignite the same thing as a make_recovery tape?
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 12:14 PM
04-11-2003 12:14 PM
Re: move opt lv back into vg00?
By far the easiest way is to make and Ignite tape or two and boot from the Ignite tape in an advanced session and reset your filesystems sizes.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 12:17 PM
04-11-2003 12:17 PM
Re: move opt lv back into vg00?
Given your last post, I agree that a redraft of the vg00 logical volume sizes is in order. Since shrinking a filesystem invariably means backing up its data; 'lvreduce'ing the filesystem (or 'lvremove'ing it and 'lvcreate'ing it again); followed by a 'newfs' and a data reload (!), I'd certainly opt (no pun instended!) to use an Ignite recovery tape to cold-install. Choose the advanced installation mode and you will be able to resize your vg00 logical volumes to your specifications.
Regards!
...JRF...