Hi
We have two virtual MSCS and we are now in a project to change SAN. The two cluster use physical RDM disk. It's one SQL 2008 and one Biztalk 2009. Both Windows 2008 x64.
Our present SAN cannot communicate with the new one so I have to copy the RDM-data thru vmware (SSH).
So, I run this command:
vmkfstools --clonevirtualdisk /vmfs/volumes/Datastore01/SQLSRV01/SQLSRV01.vmdk /vmfs/volumes/NewSAN/Datastore01/SQLSRV01_Mig/Data.vmdk --diskformat rdmp:/vmfs/devices/disks/naa.60002ac0000000000000009c00004936 << the new SAN
In one of the cluster, its 7 disks. And 6 of them works great, but the 7th. It wont work. The copying works well but it wont go online in the cluster. I think it has to do something with the disk id. And no, can't do repair on it.
Has anyone experince this before and know how to solve it?