Skip to content

Commit

Permalink
Merge branch 'main' into kerenNewTF
Browse files Browse the repository at this point in the history
  • Loading branch information
kerentraht authored Jan 18, 2024
2 parents 448c4ec + f193f25 commit 53a9e14
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 53a9e14

Please sign in to comment.