Call-ClusterExe: cluster.exe did not succeed, but 5058 was not a retry-able error code…
- Enis GOKTAY
- 6 Oca 2013
- 1 dakikada okunur
StopDagServerMaintenance.ps1 scriptini kullanarak DAG’ı maintanance mode’dan çıkarmak istediğinizde bazen aşağıda görüldüğü gibi bir hata mesajı alınabilir.
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.
Öncesinde çalıştırdığınız StartDagServerMaintenance.ps1 scriptini DB’leri istenilen şekilde move etmiş fakat aşağıdaki gibi de hatalar verip tamamlamış olabilir:
The following objects are hosted by ‘DAG-3′, before attempting to move them off: `n(Database=’TEST’, Reason=’Copy is active’)) Write-Error : The following objects are still hosted by ‘DAG-3′, even after attempting to move them off: `n(Database=’TEST’, Reason=’Copy is critical for redundancy according to Red Alert script’))
Sonuç olarak;
İlk önce Get-MailboxServer komutu ile DatabaseCopyAutoActivationPolicy’lerin Blocked olup olmadığını bakıp,

eğer tüm DB’ler unrestricted ise,
RedistributeActiveDatabases.ps1
komutu kullanılarak DB’leri tekrar balance yapabilirsiniz.
Opmerkingen