Migrating to a new SAN
We're in the process of moving to new datacenters. All servers will be moved over but the SAN won't. The SAN will be replicated to a new SAN in the new datacenters by our SAN admins. That means, the LUNs in the new SAN will be identical to the old, also the LUN numbers.
Example output from 'vxdisk list' on the current host shows:
c1t50050768014052E2d129s2 auto:cdsdisk somedisk01 somedg online
This disk will get same LUN nr, but the target name will probably differ as it's new hardware in the new DC.
Will this work with Veritas SFHA? If not, is there any way to do this the way the datacenter project wants to?
If I could choose to do this my way, I would present the LUNs on the new SAN to my servers so that I could do a normal host based migration. Add the new LUN to the diskgroup and mirror the data, then remove the old LUN. However, I'm told that the hosts in the current datacenter won't be able to see the new SAN.
What you are planning should work but there will be some additional steps and the issue will not be that the target numbers are different, but that the UDID in the private region will not be the same as the UDID of the new luns and therefore your new LUNS will show up as uuid mismatch or clone devices.
This issue is easily overcome by running vxdisk updateudid and vxdisk set clone=off before importing diskgroups - see http://www.symantec.com/docs/TECH204069
Mike