Skip to content

Commit dbc70e3

Browse files
authored
Added a note about how long it can take for the Windows version of the script to run
1 parent 0c37759 commit dbc70e3

File tree

1 file changed

+5
-3
lines changed
  • Management-Utilities/ec2-user-data-iscsi-create-and-mount

1 file changed

+5
-3
lines changed

Management-Utilities/ec2-user-data-iscsi-create-and-mount/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,21 @@ The secret should be of type `other` with value set to `Plain Text` that holds j
3333
3. Download the needed script according to the instance type you want to run (Linux or Windows).
3434

3535
For the Linux version of the script, set the following values at the top of it:
36-
- ONTAP_USER - The ONTAP user id you wish to authenicate with.
3736
- SECRET_NAME - Secret name has has the password for the `ONTAP-USER`.
3837
- AWS_REGION - AWS secret manager region.
3938
- FSXN_ADMIN_IP - IP address, or hostname, of the FSxN management endpoint.
4039
- VOLUME_NAME - The name of the volume you want to create in your FSxN.
4140
- VOLUME_SIZE - The size of the volume you want to create in GB e.g [100g]
4241
- SVM_NAME - The name of the SVM where the volume is to be created.
42+
- ONTAP_USER - The ONTAP user id you wish to authenicate with.
4343

4444
For the Windows version of the script, set the following values at the top of it:
45-
- $user - The ONTAP user id you wish to authenicate with.
4645
- $secretId - secret ARN that holds the password for the `$user`.
4746
- $ip - IP address, or hostname, of the FSxN management endpoint.
4847
- $volName - The name of the volume you want to create in your FSxN.
4948
- $volSize - The size of the volume you want to create in GB e.g [100]
5049
- $drive_letter - The drive letter to assign to the volume.
50+
- $user - The ONTAP user id you wish to authenicate with.
5151
- $svm_name - The name of the SVM where the volume is to be created.
5252

5353
4. Save the script file.
@@ -96,4 +96,6 @@ If an error occurs while the installation is running, the script will terminate
9696
</ol>
9797

9898
The installation log file can be found at: `C:\Users\Administrator\install.log`.
99-
If an error occurs while the installation is running, the script will terminate and all installations and setup will roll back.
99+
If an error occurs while the installation is running, a message will be inserted into the installation log file, it will attempt to roll back any work that it preformed, finally the script will terminate.
100+
101+
**Note:** It can take 20 to 30 minutes for the script to compplete. Check the installation log file to confirm it is done. The line `Uninstall script removed` should be at the bottom of the file when the script has finished.

0 commit comments

Comments
 (0)