Unsolved
This post is more than 5 years old
2 Intern
•
743 Posts
0
63145
January 27th, 2016 13:00
Script or Report to see what machines passed failed an update after using OME 2.1
Hi,
I have a script in OME to change IPMI settings that is working fine on one or two machines that have been tested.
This is now to be rolled out to a couple of hundred machines via OME.
1. Does OME have a report to tell me which machines passed/failed the change?
2. If not, is there a way to quickly find out?
3. If not, again, is there a script available to go through a list of servers (using a racadm command), that will list servers with IPMI Off/On ? Would Powershell be better than a DOS batch file?
Thx,
John Bradshaw
No Events found!
cameronredux
2 Intern
•
615 Posts
0
January 27th, 2016 15:00
When I run a script using OME Remote Task functionality a send the results to a text file on the OME server.
This is set with a checkbox on the first page of creating or editing a remote task.
I use this myself for things like checking hundreds of 11Gen servers to see which have CISOR enabled.
The default location for the file to be saved to is C:\ but you can change that.
bradje1
2 Intern
•
743 Posts
0
January 27th, 2016 16:00
Thx Cameron.
Do you then use Excel, or whatever, to check your results?
Cheers,
John Bradshaw
cameronredux
2 Intern
•
615 Posts
0
January 27th, 2016 16:00
Hi John,
Yes the output file is just a text file so you could use any tool you are comfortable with using.
I usually transfer the file to my Mac and use grep to get the data I need out of the file.
bradje1
2 Intern
•
743 Posts
0
January 27th, 2016 16:00
Very good...Thx again.
JB