I have a couple of HP servers with iLO interfaces. do you have any idea of how can i get status data of the server via an XML or something like that ?
update: i want to be able to get the server temperature via a script running on a linux machine in order to monitor our windows HP iLO servcers.
You asked a similar question last month, and I provided instructions on where to go on HP's Web site to get the tools you needed. Here are exact links:
I suggest also looking over the documentation on HP's Web site (at the link provided by sleske) as there is a wealth of information available.
I know this is old, bur someone addressed your question as if you were trying this from a windows box. In Linux , (NOT WINDOWS...everyone) you can do this without an EXE tool. You need to use Net::ILO perl module. This will enable you to write a script that logs in to your ILO servers and interact with them.
after downloading :
3) after compiled and installed, write a little perl script: (here is one that just prints out the temps:
vim myscript.pl:
4) run the script - perl myscript.pl
Your question is rather vague. What status data do you want? Please provide some examples.
That said, iLO offers scripting interfaces (via HP's tool CPQLOCFG.EXE, or via Perl). See the HP documentation on iLO for details.
Again, see your earlier question, and my recent answer to it.
I wonder if you could merge this question into your previous one...
Wanted to see if James' links were still working, and they seem to be - after selecting "For products such as servers, storage, and networking, go to HP Support Center - Hewlett Packard Enterprise" on a pop-up that announces that the impending split between HP Inc. and HP Enterprise will mean different support sites. Anyhow...
Utility aka CPQLOCFG.EXE can be found here http://h20565.www2.hpe.com/hpsc/swd/public/detail?sp4ts.oid=3288134&swItemId=MTX_232d69dde5874c11b3ebc27ee3&lang=en-us&cc=us
HP Lights-Out Online Configuration Utility for Linux aka hponcfg-1.9.0-3.noarch.rpm is available here http://h20565.www2.hpe.com/hpsc/swd/public/detail?sp4ts.oid=3288134&swItemId=MTX_9994deee7e854c48934baeb2e5&lang=en-us&cc=us
HP Lights-Out XML PERL Scripting Sample for Linux is also found by following the link that James posted years ago - however, I am new to this community so I can only post two links per post.
The imminent HP company split may cause some disruption with links, so it may be worthwhile to get updated hpe.com links on your favorite topics if you are the bookmark using type.
Cheers,
Garg