StartDagServerMaintenance.ps1 not supendig database copy
Thats what it supposed to do.
You can see this in the script or check here:
Performing Maintenance on DAG Members
Runs Suspend-MailboxDatabaseCopy with the ActivationOnly parameter to suspend each database copy hosted on the DAG member for activation.
Pauses the node in the cluster, which prevents the node from being and becoming the PAM.
Sets the value of the DatabaseCopyAutoActivationPolicy parameter on the DAG member to Blocked.
Moves all active databases currently hosted on the DAG member to other DAG members.
If the DAG member currently owns the default cluster group, the script moves the default cluster group (and therefore the PAM role) to another DAG member.
April 23rd, 2012 8:40am
HI all,
I testing the update procedure for DAG servers, and Im running the script StartDagServerMaintenance.ps1. The script does move all of the DB to the other server, but it doesnt suspend the DB on the server where the script ran, the databasecopy activation
is set to notallowed.
Anyone know is this by design, or i did something wrong?
Thanks
Zarko
Free Windows Admin Tool Kit Click here and download it now
April 27th, 2012 8:02am
Thats what it supposed to do.
You can see this in the script or check here:
Performing Maintenance on DAG Members
Runs Suspend-MailboxDatabaseCopy with the ActivationOnly parameter to suspend each database copy hosted on the DAG member for activation.
Pauses the node in the cluster, which prevents the node from being and becoming the PAM.
Sets the value of the DatabaseCopyAutoActivationPolicy parameter on the DAG member to Blocked.
Moves all active databases currently hosted on the DAG member to other DAG members.
If the DAG member currently owns the default cluster group, the script moves the default cluster group (and therefore the PAM role) to another DAG member.
April 27th, 2012 8:44am