You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Management-Utilities/ec2-user-data-iscsi-create-and-mount/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,21 +33,21 @@ The secret should be of type `other` with value set to `Plain Text` that holds j
33
33
3. Download the needed script according to the instance type you want to run (Linux or Windows).
34
34
35
35
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.
37
36
- SECRET_NAME - Secret name has has the password for the `ONTAP-USER`.
38
37
- AWS_REGION - AWS secret manager region.
39
38
- FSXN_ADMIN_IP - IP address, or hostname, of the FSxN management endpoint.
40
39
- VOLUME_NAME - The name of the volume you want to create in your FSxN.
41
40
- VOLUME_SIZE - The size of the volume you want to create in GB e.g [100g]
42
41
- 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.
43
43
44
44
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.
46
45
- $secretId - secret ARN that holds the password for the `$user`.
47
46
- $ip - IP address, or hostname, of the FSxN management endpoint.
48
47
- $volName - The name of the volume you want to create in your FSxN.
49
48
- $volSize - The size of the volume you want to create in GB e.g [100]
50
49
- $drive_letter - The drive letter to assign to the volume.
50
+
- $user - The ONTAP user id you wish to authenicate with.
51
51
- $svm_name - The name of the SVM where the volume is to be created.
52
52
53
53
4. Save the script file.
@@ -96,4 +96,6 @@ If an error occurs while the installation is running, the script will terminate
96
96
</ol>
97
97
98
98
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