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: content/blog/automate-boot-from-san-target-configurations-using-redfish.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,17 +29,17 @@ Before we dive into the steps for performing the automation, you will need to ga
29
29
Download and install the [HPE RESTful Interface Tool](https://www.hpe.com/info/resttool) (version 4.1.0.0 or later) on the system you will initiate the automation actions from.
30
30
31
31
32
-
Once the RESTful Interface tool (referred to as iLOrest in the remainder of the document) has been installed, you can review the current boot target and their order of execution by following the steps below
32
+
Once the RESTful Interface tool (referred to as iLOREST in the remainder of the document) has been installed, you can review the current boot target and their order of execution by following the steps below
Refer to the [iLOrest documentation](https://hewlettpackard.github.io/python-redfish-utility/#bootorder-command) for more information on this command.
38
+
Refer to the iLOREST[documentation](https://hewlettpackard.github.io/python-redfish-utility/#bootorder-command) for more information on this command.
39
39
40
40
# Configuration Steps
41
41
42
-
Now that you have gathered the pre-requisite information and installed the ilorest tool, let’s discuss the detailed steps for implementing the automation.
42
+
Now that you have gathered the pre-requisite information and installed the iLOREST tool, let’s discuss the detailed steps for implementing the automation.
43
43
44
44
## Step 1: Ensure that the `FCScanPolicy` value is set to ‘AllTargets’
45
45
@@ -190,7 +190,7 @@ If the value is not set, please perform the following:
190
190
}
191
191
}
192
192
```
193
-
2. Apply this patch via iLOrest
193
+
2. Apply this patch via iLOREST
194
194
195
195
```markdown
196
196
ilorest rawpatch <file path>\enable-redfish.txt
@@ -204,7 +204,7 @@ If the value is not set, please perform the following:
204
204
}
205
205
}
206
206
```
207
-
4. Post the flush action via iLOrest
207
+
4. Post the flush action via iLOREST
208
208
209
209
```markdown
210
210
ilorest rawpost <file path>\flushtonvm.txt
@@ -243,7 +243,7 @@ To modify the value of this property,
243
243
}
244
244
}
245
245
```
246
-
2. Apply this patch via iLOrest
246
+
2. Apply this patch via iLOREST
247
247
248
248
```markdown
249
249
ilorest rawpatch <file path>\enable-sanboot.txt
@@ -297,7 +297,7 @@ To modify the value of this property,
297
297
}
298
298
}
299
299
```
300
-
2. Apply this patch file via iLOrest
300
+
2. Apply this patch file via iLOREST
301
301
302
302
```markdown
303
303
ilorest rawpatch <file path>\bootentry.txt
@@ -320,6 +320,6 @@ To modify the value of this property,
320
320
321
321
# Summary
322
322
323
-
In this blog post, we have learnt how easy it is to automate the configuration of boot from SAN targets for HPE servers using the iLOrest tool. There are other aspects of server provisioning, monitoring, and management that you can automate with this tool and using the Redfish API interface supported by HPE iLO.
323
+
In this blog post, we have learnt how easy it is to automate the configuration of boot from SAN targets for HPE servers using the iLOREST tool. There are other aspects of server provisioning, monitoring, and management that you can automate with this tool and using the Redfish API interface supported by HPE iLO.
324
324
325
325
To learn more about these topics, check out [HPE Developer portal](https://developer.hpe.com/search/?term=redfish) for additional blogs and technical articles.
0 commit comments