ONTAP Discussions

VSC 4.2 not initiating Snapmirror update

bchase
3,981 Views

Running Ontap 8.1.3 7-Mode with VSC 4.2.

Snapmirrors are baselined / initialized with no schedule in snapmirror.conf

It does create the smvi_snapshotname snapshot on the volume but it does not kick off the update, the mirrors remain idle

The tab in VSC is checked to initiate a snapmirror update upon completing. It does not happen. I've been playing around with this for a few days and I've never had an issue. Any suggestions? Need this completed for a customer

3 REPLIES 3

resqme914
3,981 Views

Do you have the destination filers defined in VSC?  If you don't have the destination filer defined in VSC the snapmirror won't happen.  You can add the destination filer under the "Monitoring and Host Configuration" tab in "NetApp".

bchase
3,981 Views

Thanks for the reply! Yes I do have them in the source VSC. Here is the error I get from the logs...

I also added the correct snapmirror interfaces in each sides hosts files

2013-08-30 13:42:05,689 [backup:b6e6e2f53c67b5244aa6856449e0e6ad:] DEBUG - Received ZAPI response for snapmirror-list-destinations from 10.x.x.x:

<?xml version='1.0' encoding='UTF-8' ?>

<!DOCTYPE netapp SYSTEM '/na_admin/netapp_filer.dtd'>

<netapp version='1.1' xmlns='http://www.netapp.com/filer/admin'>

<results status="passed"><destinations><destination-info><source-location>prod-fas-1:nfs_sc1_sata_win2k3</source-location><destination-location>dr-fas-2:nfs_sc1_sata_win2k3_SM</destination-location><source-snapshot>dr-fas-2(1574216758)_nfs_sc1_sata_win2k3_SM.1</source-snapshot></destination-info></destinations></results></netapp>

2013-08-30 13:42:05,689 [backup:b6e6e2f53c67b5244aa6856449e0e6ad:] ERROR - Unknown hostname "dr-fas-2"

2013-08-30 13:42:05,689 [backup:b6e6e2f53c67b5244aa6856449e0e6ad:] WARN  - Storage system dr-fas-2 is not properly configured within SMVI. Please add it as a storage system through either the GUI or CLI.

com.netapp.smvi.exceptions.StorageException: Unknown hostname "dr-fas-2"

at com.netapp.smvi.zapi.ZAPIExecutorFactory.getTargetForHost(ZAPIExecutorFactory.java:334)

at com.netapp.smvi.zapi.ZAPIExecutorFactory.getStorageRunner(ZAPIExecutorFactory.java:99)

at com.netapp.smvi.task.SMTask.getZAPIRunner(SMTask.java:46)

at com.netapp.smvi.task.ontap.snapmirror.NaSnapMirrorUpdateAction.execute(NaSnapMirrorUpdateAction.java:280)

at com.netapp.common.flow.TaskInstanceTemplate.execute(TaskInstanceTemplate.java:325)

at com.netapp.common.flow.ForLoopTemplate.execute(ForLoopTemplate.java:138)

at com.netapp.common.flow.Operation.executeCurrentStack(Operation.java:133)

at com.netapp.common.flow.Operation.execute(Operation.java:59)

at com.netapp.common.flow.Threadpool$OperationThread.run(Threadpool.java:263)

resqme914
3,981 Views

It looks like the VSC does not know the filer "dr-fas-2".  Go into "Monitoring and Host Configuration" and click on Overview.  Check that dr-fas-2 is defined and the status is normal, etc.  Make sure the credentials are ok and the ip address is correct (management IP address).  If all else fails, maybe you could try deleting the controller entry and adding it in again.  Good luck.

Public