- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Serviceguard configuration with VxVM diskgroups
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
06-08-2006 07:27 PM
06-08-2006 07:27 PM
Serviceguard configuration with VxVM diskgroups
I am planning to configure Serviceguard to incorporate VxVM volumes and LVM volumes.
How can I incorporate VxVM diskgroups into my cluster configuration file? Let me know if it is possible.
Also let me know whether it is possible with LVM volumes.
Regards,
Bachur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 09:01 PM
06-08-2006 09:01 PM
Re: Serviceguard configuration with VxVM diskgroups
If you set up a cluster that requires a cluster lock disk, this MUST be part of an LVM VG.
All documented in the Managing Serviceguard manuals available at:
http://docs.hp.com/en/ha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 09:08 PM
06-08-2006 09:08 PM
Re: Serviceguard configuration with VxVM diskgroups
Its fully supported.
If you look at a cluster and package configuration file, you will see comments in the code that shows how to use VxVM.
You need to have a basic understanding of VxVM before you start.
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
06-09-2006 12:26 AM
06-09-2006 12:26 AM
Re: Serviceguard configuration with VxVM diskgroups
VxVM disk groups are registered in the package control script (#VXVM_DG[0]="") as are LVM volume groups (#VG[0]="")
Use the
#LV[0]=""; FS[0]=""; FS_MOUNT_OPT[0]=""; FS_UMOUNT_OPT[0]=""; FS_FSCK_OPT[0]=""
parameters in the package control script to list both DG and VG volumes and mount directories.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2006 12:53 AM
06-09-2006 12:53 AM
Re: Serviceguard configuration with VxVM diskgroups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2006 01:00 AM
06-09-2006 01:00 AM
Re: Serviceguard configuration with VxVM diskgroups
In the following document you will find usefull information:
http://docs.hp.com/en/B3936-90079/B3936-90079.pdf
Goodluck
Darrel