-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from NetApp/kcantrel-patch-1
Create README.md
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | |