Skip to content

Commit 540600c

Browse files
committed
Update Blog “managing-ilo-sessions-with-redfish”
1 parent 93048aa commit 540600c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/blog/managing-ilo-sessions-with-redfish.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Future invocations of `ilorest --nocache` will have to login again and thus, cre
138138

139139
### In-band session deletion
140140

141-
The previous example shows clearly a high risk of session saturation when using `ilorest --nocache`. To avoid this saturation you should include in your `ilorest` scripts, a formal deletion of one or several sessions before being locked out.
141+
The previous example shows clearly a high risk of session saturation when using `ilorest --nocache`. To avoid this saturation you should include in your iLOrest scripts, a formal deletion of one or several sessions before being locked out.
142142

143143
In an in-band management context, this can be done with `ilorest rawdelete`. You can adapt the following pseudo code and insert it in different places of your in-band scripts:
144144

@@ -152,4 +152,6 @@ done
152152

153153
## Conclusion
154154

155-
Generally speaking, iLO session saturation can be avoided by performing formal logout operations using Redfish or tools like iLOrest. This best practice is valid in both out-of-band and in-band management contexts.
155+
Generally speaking, iLO session saturation can be avoided by performing formal logout operations using Redfish or tools like iLOrest. This best practice is valid in both out-of-band and in-band management contexts.
156+
157+
Don't forget to check out some of my other <a href="https://developer.hpe.com/search/?term=donze" target="_blank">blog posts</a> on the HPE Developer portal to learn more about Redfish tips and tricks.

0 commit comments

Comments
 (0)