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.
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
Dear PowerShell community, We are glad to announce the release of the NetApp® ONTAP® 9.15.1.2407 PowerShell Toolkit. What’s new? Hydrate parameter support in NetApp PowerShell Toolkit The "Hydrate" parameter has been introduced to improve command execution performance by offering three options: Yes, No, and Partial. Yes: This is the default behavior, as it exists today. After a successful POST or PATCH request, a GET request is made with the query parameter ?fields=**, retrieving all fields. No: For POST or PATCH requests, it will pass ?return_records=true, and then display only the fields that ONTAP sets, which are usually just the keys and occasionally a few additional fields. This option is beneficial when performance is a priority and you do not need all the field details, avoiding the retrieval of unused fields. Partial: After a successful POST or PATCH request, a GET request is made with the query parameter ?fields=*, retrieving a subset of fields. This option is useful for balancing performance and the amount of data retrieved, reducing overhead by fetching only a subset of the fields. New Rest Endpoint Support 1. /security/key-manager-configs 2. /support/ems/role-configs/{access_control_role.name 3. /security/login/totps 4. /security/key-managers/{security_key_manager.uuid}/restore 5. /protocols/s3/services/{svm.uuid}/buckets/{s3_bucket.uuid}/rules/{name} NetApp ToolChest Download the package from the ToolChest. Extract the package. Execute Install.ps1 and enter the location where you want to update the existing package or do a fresh installation. Once the command has completed, import the module using both names “DataONTAP” and “NetApp.ONTAP”. For more details refer to PowerShell Toolkit Installation Guide Toolkit can be downloaded from PowerShell Gallery as well. In case of queries related to PSTK kindly drop a mail on ng-ontap-pstk-queries DL. Regards, NetApp PowerShell Toolkit Team
... View more