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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,28 +65,28 @@ ilorest reboot
65
65
66
66
**Note**:
67
67
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:
69
69
70
70
```markdown
71
71
ilorest select Bios. --refresh
72
72
```
73
73
74
74
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/).
75
75
76
-
The server state can be retrieved with
76
+
The server state can be retrieved with:
77
77
78
78
```markdown
79
79
ilorest serverstate
80
80
```
81
81
82
-
The device discovery state can be obtained with the following commands
82
+
The device discovery state can be obtained with the following commands:
83
83
84
84
```markdown
85
85
ilorest select ComputerSystem. --refresh
86
86
ilorest get Oem/Hpe/DeviceDiscoveryComplete/DeviceDiscovery --json
87
87
```
88
88
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:
90
90
91
91
```
92
92
ilorest select Bios. --refresh
@@ -164,7 +164,7 @@ The above values can help you ascertain that you have the right card, and its de
164
164
165
165
## Step 3: Verify that Redfish configuration is Enabled
166
166
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.
168
168
169
169
The current value of this key can be viewed by querying the adapter.
0 commit comments