- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- change a path of the VG of the 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
02-02-2006 10:47 AM
02-02-2006 10:47 AM
Which the procedure is to configure the VG of the cluster with the new path?
Which the procedure is to change the new path of the cluster disk lock?
S.O = Hp-ux 11.11
SG 11.16
Thank you in advance
Jorge Prado
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2006 10:52 AM
02-02-2006 10:52 AM
SolutionYour cluster no longer functions due to the absence of a lock disk.
One way to fix it is to re-run the cmcheckconf and cmapplyconf
In this way you can chose a new cluster lock disk.
You can also use sam if you are relatively unfamilair with cluster configuration or just feel like it.
Sam can help you pick a valid cluster lock disk.
Once you pick it, you change the cluster configuration file and cmcheckconf/cmapplyconf
Just like its a new cluster.
Package configuration will be preserved.
Re-start your cluster.
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
02-02-2006 10:57 AM
02-02-2006 10:57 AM
Re: change a path of the VG of the cluster
If the device files have changed the only way to reconstruct the VG with the new device file and new path is by doing vgimport using the map files of the VG.
Normally you should backup the vgexport map files (vgexport done with -s option). This helps in importing even if the device files or the path has changed.
Procedure to change the cluster lock disk.
First identify the cluster lock disk and then edit the cluster configuration file and change accordingly to reflect the new cluster lock disk.
do a cmcheckconf using the configuration file and then cmapplyconf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2006 07:45 PM
02-02-2006 07:45 PM
Re: change a path of the VG of the cluster
# vgchange -a n vg##
# vgexport -p -v -s -m /tmp/vg##.map /dev/vg##
# vgimport -v -s -m /tmp/vg##.map /dev/vg## /dev/dsk/c#t#d0 /dev/dsk/c#t#d1 ...
# vgchange -a y vg##
Check /etc/lvmtab file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2006 07:59 PM
02-02-2006 07:59 PM
Re: change a path of the VG of the cluster
If it's a small cluster and you won't spare downtime then shortest way would be to create soft link of the old device to new device.
But you need to remmeber this in future if any hardware changes happens.
e.g old path is
/dev/dsk/cxtxdx and /dev/rdsk/cxtxdx
After switch failure it might have become something like:
/dev/dsk/cytydy and /dev/rdsk/cytydy
Then simply create a link as:
# ln -s /dev/dsk/cytydy /dev/dsk/cxtxdx
# ln -s /dev/rdsk/cytydy /dev/rdsk/cxtxdx
DO it on all nodes of the cluster.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2006 09:48 PM
02-02-2006 09:48 PM
Re: change a path of the VG of the cluster
The correct way is wat SEP was telling you.
Just rerun cmquerycl again and make the cluster again.
grtz. mark