- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Question regarding LVM
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
10-12-2010 09:36 AM
10-12-2010 09:36 AM
Question regarding LVM
There is no service guard .
Disks ( majority ) are 80GB size … it is used for VM…. VM=disk
If a disk is being used on any VM, I am able to use the same disk to boot up on another host of the same VM ( have to go into single mode and do steps before it boots) .
However, I know there is a solution with Service Guard….
How can I prevent another host from grabbing the disk while the disk is being used by one VM?
SAN team has said that if they had made the luns marked as bootable luns, than no one can grab it (???)
If there was service guard, it would manage the rights to the disk….. since there isn’t service guard,,,, what option do I have ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2010 03:58 PM
10-12-2010 03:58 PM
Re: Question regarding LVM
Usually when you are using migration you would not use LV or files for a VM disk you would just make a lun seen by both systems.
You are right no locking of disks not even with serviceguard.
ServiceGuard only locks volume groups and disk groups that packages use. But to do online migration you probably would not use a volume manager with the disks that VMs use.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2010 06:24 AM
10-13-2010 06:24 AM
Re: Question regarding LVM
Try to do it the way ServiceGuard would do:
set the cluster-aware flag on the volumegroup:
# vgchange -c y vgname
for the above to work you need to deactivate the vg.
after that, a specific node can activate the volumegroup in exclusive mode, that means that the other machines can activate it only in read-only mode.
Tell me if it works.
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2010 08:10 AM
10-13-2010 08:10 AM
Re: Question regarding LVM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2010 05:46 PM
10-17-2010 05:46 PM
Re: Question regarding LVM
But In order for making the VG cluster aware and activate in exclusive mode, the SG software needs to be installed, right?
Also, Even if the VG is activated in exclusive mode, The other Vm can still boot with the lun/disk used by this vg. As it is not going to write to the boot disk, Correct? Because still the disk under this vg are readable.
Please clarify.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2010 01:01 AM
10-18-2010 01:01 AM
Re: Question regarding LVM
So please clarify if the VM should be a SG node or should the VM itself be the package.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2010 02:49 AM
10-18-2010 02:49 AM
Re: Question regarding LVM
I.e. If a disk is being used on any VM, I am able to use the same disk to boot up on another host of the same VM ( have to go into single mode and do steps before it boots) .
How can I prevent another host from grabbing the disk while the disk is being used by one VM?
SAN team has said that if they had made the luns marked as bootable luns, than no one can grab it (???)