Hi Siva,
I changed the PM dataset so that it only includes the following 3 qtrees:
filer1:/vol/data/data1
filer1:/vol/log/log1
filer1:/vol/snapinfo/-
I am still getting the error from SC when it goes to register the backup in PM:
[2013-02-17 12:53:28,724] INFO: STORAGE-03045: Protection Manager dataset modify successful for dataset [SQL_data]
########## Running NetApp Protection Manager Backup Version Create for dataset SQL_data ##########
[2013-02-17 12:53:29,785] INFO: STORAGE-05004: Creating Protection Manager driven backup of dataset [SQL_data] on storage controller [filer1].
[2013-02-17 12:53:29,785] ERROR: com.netapp.snapcreator.storage.executor.ZapiExecutorException: netapp.manage.NaAPIFailedException: Primary filer2:/coprodsqlsvr_log/- was not found in the dataset. (errno=13001)
at com.netapp.snapcreator.storage.executor.ZapiExecutorImpl.run(ZapiExecutorImpl.java:55)
at com.netapp.snapcreator.storage.executor.DfmExecutor.run(DfmExecutor.java:65)
at com.netapp.snapcreator.storage.api.dfm.DfmImpl.pmBackupCreate(DfmImpl.java:551)
at com.netapp.snapcreator.storage.StorageCoreImpl.pmCreateBackup(StorageCoreImpl.java:598)
at com.netapp.snapcreator.workflow.task.ProtectionManagerTask.execute(ProtectionManagerTask.java:132)
at com.netapp.snapcreator.workflow.impl.SCTaskCallable.call(SCTaskCallable.java:48)
at com.netapp.snapcreator.workflow.impl.SCTaskCallable.call(SCTaskCallable.java:20)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)
Caused by: netapp.manage.NaAPIFailedException: Primary filer2:/coprodsqlsvr_log/- was not found in the dataset. (errno=13001)
at netapp.manage.NaServer.invokeElem(NaServer.java:671)
at com.netapp.snapcreator.storage.executor.ZapiExecutorImpl.run(ZapiExecutorImpl.java:46)
... 11 more
Seems it's checking what is in the SnapMirror destination, the assigned physical resources on filer2 are all volumes:
filer2:/vol/data_m
filer2:/vol/log_m
filer2:/vol/snapinfo_m
Also, I should note that I could register backups like this in 3.6 with an additional config that would only register the backups, executed via a post-action from the main smsql config.
Thanks!
--
Chris