- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Is it possible to share vg without service guard?
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
02-25-2005 12:40 AM
02-25-2005 12:40 AM
Is is possible share a volume group between two hosts without service guard?
I need two create two logical volumes mirrored belonging to a same volume group that have to be visible from two host. I don't need any file systems on these LV and any concurrency check because it will be made by another software.
I read that is impossible create shareble vg lv mirrored without service guard. Isnt' it?
Thank You
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 12:47 AM
02-25-2005 12:47 AM
Re: Is it possible to share vg without service guard?
Build the vg/lvs on one host.
vgexport -p -s -v -m /tmp/vgXX.map
vgchange -a n /dev/vgXX
On 2nd host:
mkdir /dev/vgXX
mknod /dev/vgXX/group c 64 0xHH0000
(where XX is vg number and HH is hex of minor number).
Then vgchange -a y /dev/vgXX
On both hosts set
AUTO_VG_ACTIVATE=0
in /etc/lvmrc
In the custom_vg_activation() section, add only those vgs you want activated.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 12:51 AM
02-25-2005 12:51 AM
Re: Is it possible to share vg without service guard?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 12:51 AM
02-25-2005 12:51 AM
Re: Is it possible to share vg without service guard?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 12:51 AM
02-25-2005 12:51 AM
Re: Is it possible to share vg without service guard?
One of the things that ServiceGuard buys you is a different set of software that includes something called slvm which is "shareable" lvm which has special features.
While I suppose it could be possible to do raw I/O this way, you wont be in a supported configuration from an HP point of view.
The other possibility might be to install the ServiceGuard software to get the slvm but then run your application outside of Serviceguard.
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 01:03 AM
02-25-2005 01:03 AM
Re: Is it possible to share vg without service guard?
If you don't need any filesystem it is perhaps easier to use the physical disk direct (the raw devicefile). In a SAN enviroment this is rather easy, just create a LUn, present (or zone) it to both hosts and then , create devicefiles on both hosts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 02:44 AM
02-25-2005 02:44 AM
Re: Is it possible to share vg without service guard?
Mounting it read-only on several servers is safe.
Mounting it read-write on 1 server, and NFS mounting it on several other servers is safe.
Mounting it read-write on one server and read-only on another will *_at best_* give the read-only server bad/obsolete information about what is on the filesystem, as it won't be looking for updates that may have been done by the other host. (Why should it? It's mounted read-only, right?)
Only mount it read-write on more than one server if you are seriously considering a change of career:o)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 02:52 AM
02-25-2005 02:52 AM
Re: Is it possible to share vg without service guard?
If I used raw disk I would use 4 disks (2 for OCR and 2 for voting) and I would need a RAID controller on my servers.
So I thinked to take two disks, to include them in a new VG, to create 2 LV mirrored: one for OCR and one for voting and then to give to oracle rlvol special file to be used as it needs.
Do you think it is possibile?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 03:35 AM
02-25-2005 03:35 AM
Re: Is it possible to share vg without service guard?
Why do you want to use mirroring together with hardware RAID. Unless the mirrors is on separate LUNs and the LUNs on separate RAID-sets (or disk groups) it will not give any petter security, only performance overhead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 03:41 AM
02-25-2005 03:41 AM
Re: Is it possible to share vg without service guard?
I would want to use lv mirror instead of RAID card but I didn't know if I could create shared VG (visible in the same thime from two hosts) without service guard (because oracle would use raw special LV file and would control concurrency)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 03:46 AM
02-25-2005 03:46 AM
Re: Is it possible to share vg without service guard?
Sorry, I misunderstood you .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 03:52 AM
02-25-2005 03:52 AM
Solutionhttp://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=821953