Server Management - Systems Insight Manager
1832858 Members
3617 Online
110048 Solutions
New Discussion

Re: Scripts for SIM

 
arvindbabu27
Occasional Contributor

Scripts for SIM

How to find firmware version in HP SIM USING scripts
3 REPLIES 3
AntsInPants
Frequent Advisor

Re: Scripts for SIM

Hi,

You can use SSH to connect to the ILO, and you can setup a SSH key to allow passwordless access.

Once logged in with SSH, you can use the 'show
/map1/firmware1' command on ILO 3 to display firmware data.

For more information please take a look at the scripting guide : http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c02774508/c02774508.pdf
AntsInPants
Frequent Advisor

Re: Scripts for SIM

sorry, you asked HP SIM not HP ILO. I will get back to this topic later on if I find a way
AntsInPants
Frequent Advisor

Re: Scripts for SIM

Hi,

ok looks like this is working.

1. First go to your HP SIM web page, on top menu select to create a new Report.
2. Choose the targets from "All Management Processors"
3. Give your report a name, eg ILO_FW
4. Go to your HP SIM server desktop, startup a command prompt and navigate to C:\Program Files\HP\Systems Insight Manager\bin directory
5. run the mxreport.exe with parameters as such:
C:\Program Files\HP\Systems Insight Manager\bin>mxreport -e -S "All Management P
rocessors" -x CSV "ILO_FW"

You can vary the report type from HTML, XML and CSV

Is this what you wanted?