Import BIOS events into Windows event log?

Markbnj

Elite Member <br>Moderator Emeritus
Moderator
Sep 16, 2005
15,682
14
81
www.markbetz.net
What do you mean by BIOS events? Irregular stuff that happens at the hardware or BIOS level while Windows is running will almost always result in something that Windows would capture in its event log. Events that occur during POST prior to booting Windows are typically just written to the console (if you can call it that during POST).
 

djheater

Lifer
Mar 19, 2001
14,637
2
0
Originally posted by: Markbnj
What do you mean by BIOS events? Irregular stuff that happens at the hardware or BIOS level while Windows is running will almost always result in something that Windows would capture in its event log. Events that occur during POST prior to booting Windows are typically just written to the console (if you can call it that during POST).

I want to be able to capture those post events to the Windows event log under server 2003.

So if there is a cpu fan error, or RAM error, I want it to show up in the event log where I am actively looking for errors.

 

jlbenedict

Banned
Jul 10, 2005
3,724
0
0
Most likely going to be the use of motherboard/bios specific monitoring software..

Though, I'm not aware of any that writes to Windows Event logs
 

djheater

Lifer
Mar 19, 2001
14,637
2
0
Originally posted by: jlbenedict
Most likely going to be the use of motherboard/bios specific monitoring software..

Though, I'm not aware of any that writes to Windows Event logs

Right.

It's specifically for an IBM x series machine.
IBM does have a server client sofware product called IBM director, the "Director Agent" client portion collects data from the x series bios and the server software allows you to collect it and write it out\parse it.

I'm trying to find something that will serve for stand alone installations where I can pull a log back at a scheduled connection from the OS.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Then you need to find out if that director software has an SDK or some tool to pull the events out so you can process them yourself.
 

djheater

Lifer
Mar 19, 2001
14,637
2
0
Originally posted by: Nothinman
Then you need to find out if that director software has an SDK or some tool to pull the events out so you can process them yourself.

Indeed. The first two agents I talked to couldn't tell me, they messaged a developer who wil get back to me (that's after I posted, btw).

I'm not so much seeking support here for that specific issue, as asking if other people have a way they are doing it.

A simplified question would be "How do you manage BIOS errors in remote stand alone installations"?
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
You're talking about non-standard IBM hardware though, if they're using IPMI you might be able to use something like ipmitool to get the data out of the firmware but if not you'll be stuck using whatever they provide.