- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- patch for online extention of volume groups
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-15-2006 03:50 AM
04-15-2006 03:50 AM
patch for online extention of volume groups
If possible any patch has to be loaded. then what is that patch & how to load it.
regds
senthil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2006 04:38 AM
04-15-2006 04:38 AM
Re: patch for online extention of volume groups
Do you want to extend Volume group - by adding more disks to it or the size of Logical volume ?
If you want to add more disks to your volume group - then you do not need to unmount filesystems - say if you have an unused disk /dev/dsk/c0t0d5 and want to extend volume group vg01, then
1. pvcreate /dev/rdsk/c0t0d5
2. vgdisplay /dev/vg01
[ Check that Max PVs is greater than Curr PV - this means you can add more PVs to the volume group]
3. vgextend /dev/vg01 /dev/dsk/c0t0d5
4. vgdisplay -v /dev/vg01
If you want to extend logical volume online (w/o unmounting filesystem) you need the Online JFS software installed on your system which is a licensed product. But you can extend filesystem and logical volume without this software if its possible to unmount the filesystem for extension.
Hope this helps,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2006 06:32 AM
04-15-2006 06:32 AM
Re: patch for online extention of volume groups
Online JFS would normally be the way to go, however for 10.20, an unsupported OS that has been unsupported for nearly three years, I don't think you can purchase it any more. Check with your HP rep.
My guess is you will be umounting some logical volumes.
This is not a feature delivered by patch btw.
You can extend a logical volume without umount.
What you can not do without umount is the extendfs command.
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
04-15-2006 11:43 PM
04-15-2006 11:43 PM
Re: patch for online extention of volume groups
There is no patch online extension feature. You have to install the Online JFS product. HP Part Number is 5971-4611.
http://docs.hp.com/en/5971-4611/ch01s02.html.
Without this product, you may have to unmount and use the extendfs command to extend the filesystems.
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2006 10:47 AM
04-16-2006 10:47 AM
Re: patch for online extention of volume groups
However, this is just background information because 10.20 products have not been available for many years.
Bill Hassell, sysadmin