Skip to content

Commit 6db2c2f

Browse files
committed
Update Blog “automate-boot-from-san-target-configurations-using-redfish”
1 parent 5a278c6 commit 6db2c2f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/blog/automate-boot-from-san-target-configurations-using-redfish.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ Before we dive into the steps for performing the automation, you will need to ga
2929
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.
3030

3131

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
3333

3434
`ilorest login <ilo-ip> -u <ilo-user> -p password`
3535

3636
`ilorest bootorder`
3737

38-
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.
3939

4040
# Configuration Steps
4141

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.
4343

4444
## Step 1: Ensure that the `FCScanPolicy` value is set to ‘AllTargets’
4545

@@ -190,7 +190,7 @@ If the value is not set, please perform the following:
190190
}
191191
}
192192
```
193-
2. Apply this patch via iLOrest
193+
2. Apply this patch via iLOREST
194194

195195
```markdown
196196
ilorest rawpatch <file path>\enable-redfish.txt
@@ -204,7 +204,7 @@ If the value is not set, please perform the following:
204204
}
205205
}
206206
```
207-
4. Post the flush action via iLOrest
207+
4. Post the flush action via iLOREST
208208

209209
```markdown
210210
ilorest rawpost <file path>\flushtonvm.txt
@@ -243,7 +243,7 @@ To modify the value of this property,
243243
}
244244
}
245245
```
246-
2. Apply this patch via iLOrest
246+
2. Apply this patch via iLOREST
247247

248248
```markdown
249249
ilorest rawpatch <file path>\enable-sanboot.txt
@@ -297,7 +297,7 @@ To modify the value of this property,
297297
}
298298
}
299299
```
300-
2. Apply this patch file via iLOrest
300+
2. Apply this patch file via iLOREST
301301

302302
```markdown
303303
ilorest rawpatch <file path>\bootentry.txt
@@ -320,6 +320,6 @@ To modify the value of this property,
320320

321321
# Summary
322322

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.
324324

325325
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

Comments
 (0)