Skip to content

Commit a64f70d

Browse files
committed
Update Blog “automate-boot-from-san-target-configurations-using-redfish”
1 parent 3880a51 commit a64f70d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ilorest reboot
6363

6464
**Note**:
6565

66-
After restarting the server, remember to logout/login again to the server using ilorest tool to retrieve the updated settings from the server directly, rather than the cache. You can also update the ilorest cache contents with the following command
66+
After restarting the server, remember to retrieve the updated Bios settings from the iLO of the server with the following command
6767

6868
```markdown
6969
ilorest select Bios. --refresh
@@ -77,18 +77,18 @@ The server state can be retrieved with
7777
ilorest serverstate
7878
```
7979

80-
``
81-
82-
The device discovery state can be obtained with
80+
The device discovery state can be obtained with the following commands
8381

8482
```markdown
83+
ilorest select ComputerSystem. --refresh
8584
ilorest get Oem/Hpe/DeviceDiscoveryComplete/DeviceDiscovery --json
8685
```
8786

88-
After restarting the server, you can verify that the settings have taken effect using the by navigating to the BIOS menus as shown in Figure 1 or using the commands
87+
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
8988

9089
```
91-
ilorest get FCScanPolicy --selector Bios
90+
ilorest select Bios. --refresh
91+
ilorest get FCScanPolicy
9292
```
9393

9494
![Figure 1: FCScanPolicy Bios setting](/img/picture1.png "Figure 1: FCScanPolicy Bios setting")

0 commit comments

Comments
 (0)