Hi
I have set up a SnapVault relation between to vFilers, replicating the content of a volume with a MS SQL LUN in it.
So far everything is working fine; I see the status in the vfiler, I can run a snapvault update from the secondary:
SecFiler>vfiler context vfiler-test
vfiler-test@SecFiler>snapvault status
Snapvault secondary is ON.
Source Destination State Lag Status
172.17.1.98:/vol/iscsi_mssql2k5_lab_db/db vfiler-test:/vol/sv_mssql2k5_lab_db/db Snapvaulted 01:32:02 Idle
vfiler-test@SecFiler>snapvault update -S 172.17.1.98:/vol/iscsi_mssql2k5_lab_db/db vfiler-test:/vol/sv_mssql2k5_lab_db/db
....everything is working.
When switching to the MS SQL server I see the LUN as a SnapVault primary by sdcli disk list
Now I would like to replicate the most recent backup by using sdcli snapvault archive:
>sdcli snapvault archive -a sv_daily -DS N: sqlsnap__mssql2k5-lab__recent
I get the output, that the backupset is submitted, but actually nothing happens on the vFilers.
Could it be, that sdcli archive is not working on vFilers because some kind of API is missing there?
THX
Markus