Closed DavidSeaton closed 3 years ago
Thanks David, we got escalations from Support and we are looking into this.
@DavidSeaton , we have made a fix and the code has been pushed to github. The fix will be available in the upcoming release. Below steps were followed to ensure that the AHV protection source works as expected. Please note, that a new attribute is introduced "EntityType" with a default value "KStandaloneCluster" in the cmdlet "Register-CohesityProtectionSourceAcropolis"
Register-CohesityProtectionSourceAcropolis -Server "ahv-cluster" -Credential (New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList "admin", (ConvertTo-SecureString -AsPlainText 'passsword' -Force))
New-CohesityProtectionJob -Name job-ahv -StorageDomainId 5 -PolicyId 426644075588690:1611300700859:3 -SourceIds 9 -ParentSourceId 1 -Environment KAcropolis
Start-CohesityProtectionJob -Id 17395
Stop-CohesityProtectionJob -Id 17395
Get-CohesityProtectionJobRun -JobId 17395
Get-CohesityProtectionJob -Ids 17395
The fix is available at https://www.powershellgallery.com/packages/Cohesity.PowerShell/1.6.9. Closing the ticket, do reopen if the bug is not fixed.
🐛 Bug Report
When attempting to Register a Nutanix Acropolis system, the process fails.
This process should work as information given during process is correct.
To Reproduce
(Write your steps here:)
Expected behavior
Should see command execution successful.
Actual Behavior
Process fails to with general error.