Skip to content

Commit b80a59c

Browse files
committed
Update Blog “automate-boot-from-san-target-configurations-using-redfish”
1 parent 1458727 commit b80a59c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ If the value is not set, please perform the following steps:
195195
```markdown
196196
ilorest rawpatch <file path>\enable-redfish.txt
197197
```
198-
3. To make this patch permanent, flush the configuration to the iLO NVRAM by creating a file name flushtonvm.txt, with the following contents
198+
3. To make this patch permanent, flush the configuration to the iLO NVRAM by creating a file name flushtonvm.txt, with the following contents:
199199

200200
```json
201201
{
@@ -215,7 +215,7 @@ If the value is not set, please perform the following steps:
215215
ilorest reboot
216216
```
217217

218-
## Step 4: Set Boot from SAN value to Enable for the Adapter
218+
## Step 4: Set boot from SAN value to "Enable" for the adapter
219219

220220
For each SN1610E adapter on your server that you would like to enable for SAN boot, there is a variable "BootMode" that needs to have a value of "FibreChannel".
221221

@@ -233,7 +233,7 @@ Look for "BootMode" in the output generated.
233233

234234
To modify the value of this property,
235235

236-
1. Create a file named enable-sanboot.txt with the following
236+
1. Create a file named enable-sanboot.txt with the following:
237237

238238
```json
239239
{

0 commit comments

Comments
 (0)