Thanks for the clarification Kita,
I'd love to better understand the context and concerns you have in your particular configuration.
On the surface the static configuration of -CCRActive $True or $False is exactly that - a static reference to the state of the CCR node.
In some configurations you will see SME loaded on both nodes of the CCR - Where, it will reference to only perform this operation on the Passive node.
Given how you described your situation, It looks like only a single node (Passive?) is the only resource which has that capability to support this operation?
If I were in that situation, with a typically Passive host configured to perform these operations (staticly in the script) and wanted to ensure continual backups in the event of the promotion of my Passive node to Active, I would either have a secondary script (effectively the same with "-CCRActive $True", or some logic in the operation to check the host machine and have it flip in the event I would need to execute on that operation.
I will further test out this configuration in my lab when I have the opportunity, but on paper - it looks as though kicking off the operation should fail based upon the configuration of that particular True/False - as it should in a Prod environment to ensure that only a finite operation can occur during a finite circumstance.
Kita, this is something I'd be happy to discuss further so we can try to identify what might be the best method of operation to ensure that the environment is protected, and all circumstances accounted for in operation.
Let me know if I can be of further assistance on things
Thank you!
Christopher
Included is the syntax for Clusteraware, with comments in italics/underlined.
-Clusteraware <Switch>
This flag assumes significance only when scheduling jobs in cluster configurations. This flag will facilitate scheduling the same job in multiple cluster nodes to improve fault tolerance.
In the case of Single Copy Cluster, if a job is scheduled with -Clusteraware flag, the job will run only if the host in which it is scheduled is the active node of the cluster.
In the case of Cluster Continuous Replica, the -clusteraware is processed with the context of -CCRActive $True or $False parameter.
If a job is scheduled with -Clusteraware flag, the job will run only: (This speaks of a finite reference to will or will not)
- If the host in which the job is scheduled is a CCR active node and if the job targets the active node using -CCRActiveNode $True.
- If the host in which the job is scheduled is a CCR passive node and if the job targets the passive node using -CCRActiveNode $False.
http://now.netapp.com/NOW/knowledge/docs/SnapManager/relsme50/html/software/admin/cli4.htm