I currently have 2 Netapp SAN's. One at production (netappa) and one at my dr site (netappdr). I snapmirror between these two (vmware and CIFS volumes). My question revolves around CIFS. Netappa hosts all of my productoin CIFS shares. The volume on netappa that hosts these shares gets replicated hourly on the hour to netappdr. This weekend we went to perform a DR failover test. The test went as follows.
I quiesed and broke all the snapmirrors between netappa and netappdr.
I moved netappdr and associated ESX host into a new non routeable vlan away from my production network.
I mapped my VMWare luns to the ESX host and brought up active directory (again in the non routeable vlan away from production)
At this point I have a fully functional AD domain identical to the last replication as well as my exchange and other app servers working.
Now in light of getting the CIFS shares up I went into my DNS and changed netappa from pointing to the production netappa IP to the netappdr IP. Verified that when I ping netappa i get the ip of netappdr. However, when I attempted to browse to netappa it appears netappdr would still activly refuse it.
To resolve this I tried the following:
Added a NetBIOS Alias of netapp a on the netappdr san. (no luck)
I then went into DNS and added a new entry for drsan and pointed it to the IP of netappdr. Sure enough this worked just fine. So the netappdr SAN would answer to request to it from drsan but not netappa.
The only thing I can think of at this point is that it had a broken snapmirror relationship with netappa and I'm assuming this is why it wouldn't answer to request to it coming to netappa?
My goal is simply to be able to failover all of my cifs shares from the production SAN (netappa) to the DR san (netappdr) and have it respond to the request for netappa as I have many applications in my environement that point to it for data and I'd rather not have to reconfigure them all in a DR situation.
Sorry this is so long but I hope i've given all the necesarry information.