About EF & E-Series, SANtricity, and Related Plug-ins
Join conversations about NetApp EF/E-Series storage systems, SANtricity, and related plug-ins. Ask questions and get feedback from other users about these efficient storage systems optimized for demanding application-driven environments.
About EF & E-Series, SANtricity, and Related Plug-ins
Join conversations about NetApp EF/E-Series storage systems, SANtricity, and related plug-ins. Ask questions and get feedback from other users about these efficient storage systems optimized for demanding application-driven environments.
Hi Team, We have resolved the issue related to the code signing certificate, which is now valid until 2027. The versions that include this fix are 9.15.1.2410 and 9.10.1.2410. You can download them from the PowerShell Gallery. Please find the links to the packages below. PSTK Version: 9.15.1.2410 : Supports Rest and ZAPI both PSTK Version: 9.10.1.2410 : Supports ZAPI only If you have any questions, please send an email to ng-ontap-pstk-queries. Thanks, Saharsh Neema
... View more
Customers who want to know how much storage is being used (total allocated capacity across pools or volume groups) should refer to usedSpace in the information retrieved by the Web Services API (ReastAPI). (Python example) uri = "https://{0}:{1}{2}{3}/storage-pools/{4}".format( self.ip_addr, self.port, '/devmgr/v2/storage-systems/', system_id, uuid) result = requests.get( uri, auth=(self.user, self.passwd), verify=False, timeout=20.0 ) used_capacity = result['usedSpace'] The customer informs us that the usedSpace value fluctuates slightly even though the volume is not being extended, created, or written to storage. (Question 1) Is there any calculation for usedSpace above other than the amount of storage allocated by the customer in WebGUI? For example, does it include metadata or snapshot copy data? (Question 2) If the above information includes metadata and snapshot information, what information would you look for to get only the amount that the customer has explicitly assigned that does not include it?
... View more
Hi, We decommissioned an old e5660 and at the time we recall that we were told that we had to also delete the supporting version of santricity due to the log4j issue and the fact that NetApp would not be patching the old EOS version of Santricity that supported the EOS e5660. We are now (much later) being challenged to provide doc showing that the software supporting the E5660 had the log4j bug and was not going to be patched due to being EOS. Of course being EOS and decommed, the serial # is useless for opening a ticket. 🙂 Any docs backing us up would be greatly appreciated. Thanks
... View more
Hello, we have a problem by mistake we installed the nvsram firmware first for the single controller and then for the dual, now we have the controllers with different versions one with single and one with dual, how can we synchronize them both with the firmware for dual controller?
... View more