You attempt to stop maintenance mode on an Exchange 2010 server using the StopDagServerMaintenance.ps1 script however you receive the following error.
WARNING: [02:57:24.640 UTC] Call-ClusterExe: cluster.exe did not succeed, but 5058 was not a retry-able error code. Not attempting any other servers. This may be an expected error by the caller.
The problem?
UAC. Run Exchange managemnet console as Administrator.
WARNING: [02:57:24.640 UTC] Call-ClusterExe: cluster.exe did not succeed, but 5058 was not a retry-able error code. Not attempting any other servers. This may be an expected error by the caller.
The problem?
UAC. Run Exchange managemnet console as Administrator.
Not exactly:
ReplyDeletehttp://msdn.microsoft.com/en-us/library/windows/desktop/ms681387%28v=vs.85%29.aspx
According to ms this is cluster node not paused
When I had the same issue I can see from the failover cluster manager the node is paused. I finally resolved the problem by running the maintenance mode from another node in the DAG and it worked fine.
ReplyDeleteI ran the .\stopdagservermaintenance.ps1 and after reboot got the cluster.exe did not succeed. I just ran the .\startdagservermaintenance.,ps1 again to pause the cluster.exe then was able to run the .\stopdagservermaintenace.ps1
ReplyDeleteI ran Exchange management console as admin and still getting same error. Is there anything else that should be checked?
ReplyDeleteIn my case I had to run the 'Failover Cluster Manager' and found that the script had not paused the node.
ReplyDelete- Manually paused the node
- Reran the StopDagServerMaintenance.ps1 script and it succeeded
- Confirmed the node was now 'Up' in Failover Cluster Manager
- Rebalanced and confirmed all were healty
In Failover Cluter Manager pausing the problematic node and rerun the "stopdagservermaintenance.ps1 -servername yourexchangeservrname" script also solved the problem for me.
ReplyDelete