HPE EVA Storage
1753432 Members
4661 Online
108793 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