What’s the most frustrating part of managing large-scale storage for you?
Managing storage at scale can be a lot at times! What’s the most frustrating part of managing large-scale storage for you? Is it the constant troubleshooting, juggling different systems, or just the pressure of making sure nothing goes down? Check out these demos on how to simplify operations, automate the tedious stuff, and stay ahead of issues before they happen.5Views0likes0Commentsgood morning, codyhosterman I used the PureStorage.Pure1
good morning, codyhosterman I used the PureStorage.Pure1 module to get load metrics from Pure1, which worked fine yesterday. But when I run the same script with same cert, etc, I get the message JWT expired. How can I make this authentication process work so if I run it once every hour, I can get authenticated properly? ```$mypwd = "xxxx" $CertObj = Get-PfxCertificate -FilePath C:\Stash\PowerShell-Projects\Pure1\mypfx.pfx -Password $mypwd $pure1_appid = "pure1OSWa2R7FOwejvETD" $PureOneConn = New-PureOneRestConnection -certificate $CertObj -pureAppID $pure1_appid``` reply: `Exception: The Pure1 Organization with ID 1001 is already connected.` ```$PureOneArrays = Get-PureOneArray -arrayProduct FlashArray Invoke-RestMethod: {"message":"JWT is expired"}```36Views0likes11CommentsDear All, I need to understand what's the value I have
Dear All, I need to understand what's the value I have to consider... what's this value in percent ? 50% ? 60% ? I don't understand which value/scale I have to consider Thanks a lot PS C:\Users\kapomony> Get-PureOneArrayBusyMeter -objectName PURE-XXX -startTime (get-date).AddDays(-1) -EndTime(get-date) id : 8c25e15a-8142-37dd-8e88-174e6071e962 name : array_total_load aggregation : avg data : {1642951260000 0.23213207415899517, 1642951440000 0.21638453490340798, 1642951620000 0.1954585235051682, 1642951800000 0.2731861336504102...} resolution : 180000 resources : {@{id=15d4c39b-d74d-4b22-8310-731c0ddcc7c1; name=PURE-XXX; resource_type=arrays; unit : _as_of : 16430331600001View0likes0Comments