Skip to content

Commit 90ca777

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,28 +65,28 @@ ilorest reboot
6565

6666
**Note**:
6767

68-
After restarting the server, remember to retrieve the updated Bios settings from the iLO of the server with the following command
68+
After restarting the server, remember to retrieve the updated Bios settings from the iLO of the server with the following command:
6969

7070
```markdown
7171
ilorest select Bios. --refresh
7272
```
7373

7474
You can monitor the server restart state and continue the configuration when it reaches the `FinishedPost` state, and the `vMainDeviceDiscoveryComplete` device discovery state. More details about monitoring server state is described in this [article](https://developer.hpe.com/blog/master-the-redfish-server-states-to-improve-your-monitoring-and-manageme/).
7575

76-
The server state can be retrieved with
76+
The server state can be retrieved with:
7777

7878
```markdown
7979
ilorest serverstate
8080
```
8181

82-
The device discovery state can be obtained with the following commands
82+
The device discovery state can be obtained with the following commands:
8383

8484
```markdown
8585
ilorest select ComputerSystem. --refresh
8686
ilorest get Oem/Hpe/DeviceDiscoveryComplete/DeviceDiscovery --json
8787
```
8888

89-
After restarting the server, you can verify that the settings have taken effect using the BIOS menus as shown in Figure 1 or using the commands
89+
After restarting the server, you can verify that the settings have taken effect using the BIOS menus as shown in Figure 1 or using the commands:
9090

9191
```
9292
ilorest select Bios. --refresh
@@ -164,7 +164,7 @@ The above values can help you ascertain that you have the right card, and its de
164164

165165
## Step 3: Verify that Redfish configuration is Enabled
166166

167-
Before you can change the boot from SAN configurations on an FC card, you will have to set `RedfishConfiguration` key to "Enabled" for the specific adapter, if not already done.
167+
Before you can change the boot from SAN configurations on an FC card, you will have to set `RedfishConfiguration` key to "Enabled" for the specific adapter, if it has not already been done.
168168

169169
The current value of this key can be viewed by querying the adapter.
170170

0 commit comments

Comments
 (0)