- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Migrate cluster lock device
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
01-30-2007 11:15 PM
01-30-2007 11:15 PM
Migrate cluster lock device
I am planning to migrate cluster lock VG from old storage box to new one. What would be the best procedure to do it?
Presentely i am planning following procedure.
Create a new cluster lock volume group.
Frist node
# pvcreate /dev/rdsk/c_t_d_
# mkdir /dev/vglocknew
# mknod /dev/vglocknew/group c 64 0x0100000
# vgcreate /dev/vglocknew /dev/dsk/c_t_d_"
# vgexport -pvs -m map.vglocknew /dev/vglocknew
# rcp map.vglocknew SECONDNODE:/etc/lvmconf
Second Node
# mkdir /dev/vglocknew
# mknod /dev/vglocknew/group c 64 0x0100000
# cd /etc/lvmconf
# vgimport -vs -m map.vglocknew /dev/vglocknew
# vgchange -a y vglocknew
# vgchnage -a n vglocknew
# cmgetconf cluster.ascii
# cp cluster.ascii cluster.ascii.backup
Edit following parameter in the ascii file.
FIRST_CLUSTER_LOCK_VG /dev/vglocknew
FIRST_CLUSTER_LOCK_PV /dev/dsk/c_t_d_
FIRST_CLUSTER_LOCK_PV /dev/dsk/c_t_d_
VOLUME_GROUP /dev/vglocknew
# cmcheckconf -C /etc/cmcluster/cluster.ascii"
Bring all package down
# cmhaltpkg
Bring cluster down.
# cmhaltcl -v
Activate the lock VG.
# vgchange -a y vglocknew
Apply new configuration file.
# cmapplyconf -f -C /etc/cmcluster/cluster.ascii"
# vgchange -a n vglocknew
Start the cluster.
# cmruncl -v
# vgchnage -c y /dev/vglocknew"
#cmrunpkg
Reagards
Arvind
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2007 12:05 AM
01-31-2007 12:05 AM
Re: Migrate cluster lock device
(Note the typo "vgchnage") near the bottom.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2007 12:16 AM
01-31-2007 12:16 AM
Re: Migrate cluster lock device
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2007 07:23 PM
01-31-2007 07:23 PM
Re: Migrate cluster lock device
There is no way that you can change the cluster lock disk while keeping the cluster online.
Carsten
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2007 11:51 PM
01-31-2007 11:51 PM
Re: Migrate cluster lock device
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2007 11:53 PM
01-31-2007 11:53 PM