How to get ilo gen/versionHP iLO get XML dataHow do I get email alerts from HP ILO 2?iLO from iPhoneI configured HP ILO, now I get hponcfg errorsMass configure ILO?Updating ILO on HP DL380 G7 fails due to firmware version gapWhat is the difference between HP iLO Free version and Advanced Version?HP Proliant DL160 G5 - how to remove ILO LicenseNginx redirect traffic to iloObtaining drive/storage health via HP iLo 4 CLI
What's the Difference between Two Single-Quotes and One Double-Quote?
Full horizontal justification in table
Why is desire the root of suffering?
Plot twist where the antagonist wins
Does revoking a certificate result in revocation of its key?
Infinite Sequence based on Simple Rule
Is CD audio quality good enough for the final delivery of music?
How do I subvert the tropes of a train heist?
Dictionary size reduces upon increasing one element
What is the most important source of natural gas? coal, oil or other?
How do I align equations in three columns, justified right, center and left?
What is the object moving across the ceiling in this stock footage?
How long does it take to crack RSA 1024 with a PC?
When do characters level up?
Full backup on database creation
General purpose replacement for enum with FlagsAttribute
Riley Rebuses that Share a Common Theme
Is it possible to play as a necromancer skeleton?
Does this degree 12 genus 1 curve have only one point over infinitely many finite fields?
If a person had control of every single cell of their body, would they be able to transform into another creature?
Is it ok to put a subplot to a story that is never meant to contribute to the development of the main plot?
How to make a crossed out leftrightarrow?
Rename photos to match video titles
Can a wire having 610-670 THz (frequency of blue light) A.C frequency supply, generate blue light?
How to get ilo gen/version
HP iLO get XML dataHow do I get email alerts from HP ILO 2?iLO from iPhoneI configured HP ILO, now I get hponcfg errorsMass configure ILO?Updating ILO on HP DL380 G7 fails due to firmware version gapWhat is the difference between HP iLO Free version and Advanced Version?HP Proliant DL160 G5 - how to remove ILO LicenseNginx redirect traffic to iloObtaining drive/storage health via HP iLo 4 CLI
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
Im trying to find a way to get the ilo gen, currently our blades are a mix of ilo versions/generations.
When I run:
curl https://someip/rest/v1/Systems/Processors -i -u ilo-admin:[somepassword]--insecure -L
I get the message:
HTTP/1.1 401 Unauthorized
Content-Type: application/json
Content-Length: 119
Date: Tue, 14 May 2019 14:05:17 GMT
Server: HP-iLO-Server/1.30
Which shows me that the version is 1.30
But how can i find out which generation it is?
redhat hp-proliant ilo
add a comment |
Im trying to find a way to get the ilo gen, currently our blades are a mix of ilo versions/generations.
When I run:
curl https://someip/rest/v1/Systems/Processors -i -u ilo-admin:[somepassword]--insecure -L
I get the message:
HTTP/1.1 401 Unauthorized
Content-Type: application/json
Content-Length: 119
Date: Tue, 14 May 2019 14:05:17 GMT
Server: HP-iLO-Server/1.30
Which shows me that the version is 1.30
But how can i find out which generation it is?
redhat hp-proliant ilo
add a comment |
Im trying to find a way to get the ilo gen, currently our blades are a mix of ilo versions/generations.
When I run:
curl https://someip/rest/v1/Systems/Processors -i -u ilo-admin:[somepassword]--insecure -L
I get the message:
HTTP/1.1 401 Unauthorized
Content-Type: application/json
Content-Length: 119
Date: Tue, 14 May 2019 14:05:17 GMT
Server: HP-iLO-Server/1.30
Which shows me that the version is 1.30
But how can i find out which generation it is?
redhat hp-proliant ilo
Im trying to find a way to get the ilo gen, currently our blades are a mix of ilo versions/generations.
When I run:
curl https://someip/rest/v1/Systems/Processors -i -u ilo-admin:[somepassword]--insecure -L
I get the message:
HTTP/1.1 401 Unauthorized
Content-Type: application/json
Content-Length: 119
Date: Tue, 14 May 2019 14:05:17 GMT
Server: HP-iLO-Server/1.30
Which shows me that the version is 1.30
But how can i find out which generation it is?
redhat hp-proliant ilo
redhat hp-proliant ilo
edited May 14 at 18:47
Michael Hampton♦
178k27325657
178k27325657
asked May 14 at 14:18
Sven van den BoogaartSven van den Boogaart
1034
1034
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I've found a URI that gives both the generation (iLO 3, iLO 4, etc.) and the firmware version.
curl -k https://10.2.0.101/xmldata?item=All
(Tested on iLO 3 and iLO 4.)
Example output for iLO 3:
...
<PN>Integrated Lights-Out 3 (iLO 3)</PN>
<FWRI>1.87</FWRI>
…
Example output for iLO 4:
…
<PN>Integrated Lights-Out 4 (iLO 4)</PN>
<FWRI>2.53</FWRI>
…
So you should be able to use Curl, and then pull the <PN> and <FWRI> elements.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f967224%2fhow-to-get-ilo-gen-version%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I've found a URI that gives both the generation (iLO 3, iLO 4, etc.) and the firmware version.
curl -k https://10.2.0.101/xmldata?item=All
(Tested on iLO 3 and iLO 4.)
Example output for iLO 3:
...
<PN>Integrated Lights-Out 3 (iLO 3)</PN>
<FWRI>1.87</FWRI>
…
Example output for iLO 4:
…
<PN>Integrated Lights-Out 4 (iLO 4)</PN>
<FWRI>2.53</FWRI>
…
So you should be able to use Curl, and then pull the <PN> and <FWRI> elements.
add a comment |
I've found a URI that gives both the generation (iLO 3, iLO 4, etc.) and the firmware version.
curl -k https://10.2.0.101/xmldata?item=All
(Tested on iLO 3 and iLO 4.)
Example output for iLO 3:
...
<PN>Integrated Lights-Out 3 (iLO 3)</PN>
<FWRI>1.87</FWRI>
…
Example output for iLO 4:
…
<PN>Integrated Lights-Out 4 (iLO 4)</PN>
<FWRI>2.53</FWRI>
…
So you should be able to use Curl, and then pull the <PN> and <FWRI> elements.
add a comment |
I've found a URI that gives both the generation (iLO 3, iLO 4, etc.) and the firmware version.
curl -k https://10.2.0.101/xmldata?item=All
(Tested on iLO 3 and iLO 4.)
Example output for iLO 3:
...
<PN>Integrated Lights-Out 3 (iLO 3)</PN>
<FWRI>1.87</FWRI>
…
Example output for iLO 4:
…
<PN>Integrated Lights-Out 4 (iLO 4)</PN>
<FWRI>2.53</FWRI>
…
So you should be able to use Curl, and then pull the <PN> and <FWRI> elements.
I've found a URI that gives both the generation (iLO 3, iLO 4, etc.) and the firmware version.
curl -k https://10.2.0.101/xmldata?item=All
(Tested on iLO 3 and iLO 4.)
Example output for iLO 3:
...
<PN>Integrated Lights-Out 3 (iLO 3)</PN>
<FWRI>1.87</FWRI>
…
Example output for iLO 4:
…
<PN>Integrated Lights-Out 4 (iLO 4)</PN>
<FWRI>2.53</FWRI>
…
So you should be able to use Curl, and then pull the <PN> and <FWRI> elements.
answered May 14 at 20:21
Doug DedenDoug Deden
55116
55116
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f967224%2fhow-to-get-ilo-gen-version%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown