- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Extending the root volume group
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
01-24-2002 07:50 AM
01-24-2002 07:50 AM
I haven't tried this yet, but does anyone know whether it is possible to extend vg00, post installation of the core HP-UX operating system? I was wondering whether this is restricted to this specific vg.
thanks in advance
John
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 07:53 AM
01-24-2002 07:53 AM
Re: Extending the root volume group
Sure, you can extend vg00 - you would have to able to do that in order to mirror the root drive. The gotcha's are the you can't extend (at least not easily) the /, /stand and primary swap lvols because these must me contiguous.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 07:54 AM
01-24-2002 07:54 AM
Re: Extending the root volume group
There are logical volumes that you can extend if you used lvm to partion vg00.
There are some logical volumes in vg00 that must be contigous like /stand.
The next question is do you have on-line JFS installed. This will allow you to extend logical volumes like /opt and /var without having to go into single user mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 07:55 AM
01-24-2002 07:55 AM
SolutionExtending root volume group(vg00) is not a problem at all. You have to add the new disk and extend the VG as you do it for any other VG in the system.
# vgextend /dev/vg00 /dev/dsk/cxtxdx
You have to pvcreate the disk before doing this.
It will be the normal steps, if you are extending the LVs except root, swap and stand.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 07:56 AM
01-24-2002 07:56 AM
Re: Extending the root volume group
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 08:01 AM
01-24-2002 08:01 AM
Re: Extending the root volume group
You can 'vgextend' vg00 and/or 'lvextend' some of the logical volumes on vg00. If you have Online JFS, your task will be easier than without. The '/', '/stand' [which is an HFS filesystem] and primary swap logical volumes must be contiguous and their expansion can be done via tedious methods if absolutely necessary, but a far better approach is to re-Ignite vg00 from a 'make_tape_recovery' tape.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 08:08 AM
01-24-2002 08:08 AM
Re: Extending the root volume group
If by extending root vg, vg00 you mean whether you can add new disk, add mirrors etc, you can do that. you can do everything that you can do with any other vg. The only thing that you cannot do is extend "/, /stand and primary swap on vg00" You can extend the other filesystems on this vg, but you may need OnlineJFS or reboot in single user mode. To extend the size of /, /stand and primary swap you'll have to either use an ignite backup or reload the OS and resize the three filesystems mentioned above.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 08:13 AM
01-24-2002 08:13 AM
Re: Extending the root volume group
You certainly can extend the volume group vg00.
If it is mirrored currently prefer adding two disks.
For extending the lvols in vg00, you will have to be careful as some (/, /stand and swap) will need more planing and execution.
HTH
Prashant Deshpande.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 08:27 AM
02-21-2002 08:27 AM
Re: Extending the root volume group
ie:
instead of extending: /
you make: /2
which is used by the system as if it is the same as: /
you might want to run "du -x /" in the command line to see if there is anything large to move/delete and regain space.