Skip to content

Commit

Permalink
Merge pull request #13 from NetApp/kcantrel-patch-1
Browse files Browse the repository at this point in the history
Create README.md
  • Loading branch information
kerentraht authored Jan 18, 2024
2 parents 9dabd37 + 89ff779 commit f193f25
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions cli_convenience_scripts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# FSxN Convenience Scripts
This folder contains sample scripts that are designed to help you use FSxN from
a command line. Most of the scripts are written in Bash, intended to be run either from
a UNIX based O/S (e.g. Linux, MacOS, FreeBSD), or from a Microsoft Windows based system with a
Windows Subsystem for Linux (WSL) based Linux distribution installed.

## Preparation
Before running the UNIX based scripts, make sure the following package is installed:

* jq - lightweight and flexible command-line JSON processor

## Summary of the convenience scripts

| Script | Description |
|:------------------------|:----------------|
|list_fsx_fss | List all the FSxN filesystems that the user has access to. |
|list_fax_fss.ps1 | List all the FSxN filesystems that the user has access to, written in PowerShell. |
|list_fsx_volumes | List all the FSxN volumes that the user has access to. |
|list_fsx_svms | List all the storage virtual machines that the user access to. |
|fsx_create_volume | Creates a new volume under a specified SVM. |
|fsx_delete_volume | Deletes a volume. |

0 comments on commit f193f25

Please sign in to comment.