Currently Browsing: Powershell
Jul 10, 2018
Retrieving Isilon Share Information with RESTful API and PowerShell
Introduction In an earlier post we covered using RESTful API calls to EMC Isilon to retrieve quota data. In this post we will make the same calls but gather data on SMB / CIFS Shares for screen output as well and optional CSV output. We will also look at the options to gather for different zones as well. Prerequisites To be able to execute RESTful API calls to Isilon you will need to create an account and... read more
Jun 24, 2018
How To Get XtremIO Volume Data Using PowerShell and XtremLib
Introduction In an earlier post we introduced the XtremIO PowerShell modules available for download and use from EMC. We covered a few of the basic cmdlets available. In this post we will look at Using the Get-XtremVolumes cmdlet to create a capacity report for specific volumes. Getting Started If you have followed the post earlier you should have the certs and the XtremLib PowerShell modules installed... read more
Jun 17, 2018
Retrieving NFS Export Data on Isilon with RESTful API and PowerShell
Introduction In an earlier post we covered using RESTful API calls to EMC Isilon to retrieve quota data. In this post we will make the same calls but gather data on NFS exports for screen output as well and optional CSV output. Prerequisites To be able to execute RESTful API calls to Isilon you will need to create an account and add the appropriate roles. For GET operations a read-only account is all that... read more
Jun 14, 2018
Retrieving SmartQuota Data on Isilon with RestAPI and PowerShell
Introduction Many different tools available for administrators to manage storage devices and create reports and or monitors. With EMC Isilon we have RestAPI available to make calls for information. In this post we will cover how to use PowerShell to make calls to Isilon and get Smartquota data (path, thresholds for advisory & hard) and usage data and convert it from bytes to GB. The basis of the... read more
May 24, 2018