- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Auto active VG01 in cluster
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-07-2005 05:55 AM
10-07-2005 05:55 AM
I need start automatic VG01 in cluster, this procedure is correct ?
# swinstall DEPOT
# cd /sbin/init.d
# topas cmlvmd
ou
# psaux cmlvmd
# ./
# vgchange –c y VG01
# vgchange –a y VG01
# cd /etc/init.d
AUTO_VG_ACTIVATE=0
Custom_vg_activation { vgchange -a y /dev/vg01 }
Save string /etc/lvmtab
Strings /etc/lvmtab > lvmtab.old
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2005 06:01 AM
10-07-2005 06:01 AM
SolutionEdit the ascci file (cmclconf.ascii) and you will be able to set the activation mode of the VG.
But if you are adding this VG now then probably you need to recreate the cluster binary file again.
Refer to cmquerycl,cmcheckconf,cmapplyconf command of cluster.
They should guide you accordingly.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2005 06:05 AM
10-07-2005 06:05 AM
Re: Auto active VG01 in cluster
Please, do you can write this commands to me ?
Tks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2005 06:22 AM
10-07-2005 06:22 AM
Re: Auto active VG01 in cluster
As far i remember if you are adding VG01 to the cluster then:
1. Halt the cluster (Better to do this)
2. Edit the cmclconf.ascii file
3. if required change pkgconf.asii files also.
4. run "cmapplyconf" comand, this will rebuild the cmclconfig binary file.
5. push this file cmclconfig to other cluster nodes.
6. Start the cluster.
I would suggest you to refer the MC/serviceguard manual before giving it a try. This is not that easy task if you are in production environment.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2005 06:40 AM
10-07-2005 06:40 AM
Re: Auto active VG01 in cluster
To have vg01 in cluster,
vgchange -a n vg01
vgchange -c y vg01
then create your package, or add to existing package in /etc/cmcluster/
then cmapplyconf -P /etc/cmcluster/
then cmrunpkg packagename
See ServiceGuard docs on
http://docs.hp.com/en/ha.html
Rgds...Geoff