- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can't create LV in "distributed 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
11-21-2001 09:14 AM
11-21-2001 09:14 AM
****You have specified a volume group which is currently distributed. Distributed volume groups cannot be modified until they have first been made distributed.
To undistribute a distributed volume group, go to the "Volume Groups" subarea, select the distributed volume group from the list given -- there, and select "Undistribute" from the "Actions" menu.*******
I first assumed "Distributed" referred to Serviceguard, but now I'm not so sure. And I'm leery of following these instructions to "undistribute" the volume group--I'm doing this all online, and I can't have that volume group become unavailable to the active node.
I have found NO documentation anywhere on HP's site discussing "distributed volume groups", much less what "undistributing" one does to it.
Could someone please explain this? Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2001 09:25 AM
11-21-2001 09:25 AM
Re: Can't create LV in "distributed volume group"?
As far as my knowledge goes, distribution is associated with the logical volumes not the volume groups. However, check the following.
1. If you are using PVGs make sure your /etc/lvmpvg files are intact.
2. Make sure the volume group is not activated on the other node. You can do a vgchange -a n vg02 on the system that is not running the package.
3. Do a vgdisplay vg02 and check if you see anything suspecious.
4. Try command line option and see what the error you are getting.
#lvcreate -L some_size -n lvol? vg02
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2001 11:09 AM
11-21-2001 11:09 AM
Re: Can't create LV in "distributed volume group"?
Try this on the node where this VG/LV is active.
# umount /dev/vg_name/lvname
# lvextend -L new_size_of_lv_in_MB /dev/vg_name/lv_name
# extendfs -F vxfs /dev/vg_name/rlvname
# mount -F vxfs /dev/vg_name/lvname /mount_point
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2001 11:14 AM
11-21-2001 11:14 AM
Re: Can't create LV in "distributed volume group"?
Thanks for the try anyway.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2001 11:19 AM
11-21-2001 11:19 AM
Re: Can't create LV in "distributed volume group"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2001 11:20 AM
11-21-2001 11:20 AM
Re: Can't create LV in "distributed volume group"?
you cannot modify the size of a filesystem until you have onlineJFS. Do you have online JFS loaded on your system. If so you can use the fsadm command to modify the filesystem size online. If you don't have onlineJFs you have to unmount the filesystem to increase the lv size.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2001 11:24 AM
11-21-2001 11:24 AM
Re: Can't create LV in "distributed volume group"?
You can modify the Vg and the Lv even if they are activated on the SG node. the only factor you have to look for is that they should not be in use.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2001 11:35 AM
11-21-2001 11:35 AM
Re: Can't create LV in "distributed volume group"?
Have you tried through command line yet?.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2001 11:38 AM
11-21-2001 11:38 AM
Re: Can't create LV in "distributed volume group"?
I hoped you'd say that. I haven't tried command line yet, only because I wanted someone to assure me that if I try it, it's not going to automatically deactivate that VG or unmount the filesystems. I was hoping to just do an lvcreate and newfs--is it safe? I don't care if it fails, as long as it doesn't bring my package down with it.
Thanks for the help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2001 11:41 AM
11-21-2001 11:41 AM
Re: Can't create LV in "distributed volume group"?
Lots of replies and i like to add one:
Check of the package is running if so halt it, or buy online jfs. if not use vgchange -a e
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2001 11:48 AM
11-21-2001 11:48 AM
SolutionThe volume group is already active on the system and you don't have to touch it at all. Simply do an lvcreate and then newfs.
#lvcreate -n lvol? -L size vg02
#newfs -F vxfs /dev/vg02/rlvol?
#mount /dev/vg02/lvol? /?
Now make sure you update the package control file to include this logical volume and the mount point. Make change/sync to the other node also.
You need to reimport the volume group on the other node too because these new logical volume device files will not be present on it.
-Sri