HPE EVA Storage
1825789 Members
2215 Online
109687 Solutions
New Discussion

Migration storage and cluster

 
Flavio Lacks
Frequent Advisor

Migration storage and cluster

Hi all,

We are migrating data to DMX-1000 from an DMX-3000.I have one cluster with 2 nodes edes220 and edes221.
So, I basically need migration all dates and the cluster to DMX-1000 from DMX-3000, this steps is correct ?

# cmhaltcl
# cpio -idcmv < file.cpio >
# ioscan -fnC disk | pg
# pvdisplay -v /dev/dsk/c0t0d0
# mkdir /dev/vgnew
# pvcreate /dev/rdsk/c0t0d0
# mknod /dev/vgnew/group c 64 0x020000
# vgcreate -s 32 -e 8192 -p 255 /dev/vgnew /dev/dsk/c0t0d0
# newfs -F vxfs /dev/vgnew/rlvol(nome)
# mkdir /mnt
# mount /dev/mnt
# vgexport –p –s –m /tmp/vgold.map /dev/vgnew
# vgchange –a n /dev/vgold
# vgimport –s –m /tmp/vgold.map /dev/vgnew
# vgchange –a y /dev/vgnew
# cat /var/adm/qs/qs.log
# cmquerycl -n node1 -n node2 -q lp-qs
# QS_HOST
# QS_POLLING_INTERVAL 120000000
# QS_TIMEOUT_EXTENSION 2000000 /etc/cmcluster/qs_authfile
# cat /var/adm/qs/qs.log
# init q
host#edes220
# vgexport –p –s –m /tmp/vgnew.map /dev/vgnew
# rcp /tmp/vgnew edes221: /tmp/vgnew
host#edes221
# mkdir /dev/vgnew
# mknod /dev/vgnew/group c 64 0xhh0000
# ls –l /dev/*/group
# vgimport –s –m /tmp/vgnew.map /dev/vgnew
# cmgetconf - v -c config.ascii
# cmquerycl –v –C /etc/cmcluster -n (nó1) –n (nó2)
# cmcheckconf –v -C config.ascii
# cmapplyconf -v –C config.ascii
# cmruncl
# cmrunpkg
# cmviewcl –v

Best Regards
2 REPLIES 2
Jozef_Novak
Respected Contributor

Re: Migration storage and cluster

Hello,

maybe a few more information here would be helpful.

Do you boot HPUX from the Symmetrix box ? Or is your vg00 on internal disks of the servers ?

If you only have data on the Symmetrix, then the easiest way to migrate them is through LVM mirroring. Simply add identical physical volumes from DMX 1000 into your data volume groups and lvextend your current logical volumes onto these disks. You need MirrorDisk/UX software in order to accomplish this. What is your HPUX version and what OE are you using ?

J.
Flavio Lacks
Frequent Advisor

Re: Migration storage and cluster

Hi Josef,

I don´t use mirror, i need use cpio to this migration, the version is 11.11


thanks