rubrikinc / rubrik-powershell-sdk

The Rubrik Security Cloud SDK
https://www.powershellgallery.com/packages/RubrikSecurityCloud
MIT License
7 stars 9 forks source link

Get-RscCluster shows old info #101

Open SahFari opened 2 months ago

SahFari commented 2 months ago

We upgraded our cluster to 9.1.1-p1 yesterday. The installations halted and a node needed reboot, … before the fast upgrade could continue. I could see that all our nodes were down when the installation was stuck. Get-RscCluster still shows: SystemStatusMessage : 12 Nodes Down. Version: 9.1.1-p1-27720 PSVersion: 7.4.2 Installed version of RubrikSecurityCloud : 1.3

SahFari commented 1 month ago

Couple of weeks later it return the correct results: 1 Disk Down. Which is true, this time. We have a new disk that needs to be replaced.

Get-RscCluster

PauseStatus : NOT_PAUSED Status : CONNECTED SubStatus : DEFAULT SystemStatus : WARNING Type : ON_PREM Id : Name : SystemStatusMessage : 1 Disk Down. Version : 9.1.1-p1-27720 Vars : RubrikSecurityCloud.Types.Cluster+InlineVars

SahFari commented 1 month ago

I got the correct result today after that we replaced the faulty disk.

jakerobinson commented 1 month ago

Out of curiosity, was the RSC GUI showing the correct information? The GUI uses the same API call as the cmdlet, so there shouldn't be a disparity there.