IPMI (Intelligent Platform Management Interface) is a specification defined by Intel and adopted by a number of companies for standardizing hardware management, particularly in server systems. IPMI supports both in-band (from the operating system) and out-of-band (from the network direct to hardware) management. The protocol IPMI uses for out-of-band management is not based on WS-Management and not the focus of this blog post.
Available since Windows 2003 R2, Microsoft has developed a generic IPMI Driver and IPMI Provider in Windows to enable management of BMCs (Base board Management Controller) that implement IPMI. The IPMI Driver (IPMIdrv.sys) is essentially a light-weight “pass-through” driver which takes IPMI requests and returns IPMI responses. The IPMI Provider (IPMIprv.dll) takes the heavy load of converting between IPMI and CIM.
April 4, 2012
In-Band Management of IPMI with PowerShell
How to Check A WordPress Site's PHP Version (& Upgrade Compatibility)
If you notice that your WordPress hosting provider is not running PHP 7, but has it available to its users, you may want to consider making ...
-
It's a Microsoft Excel Add-In with a collection of functions which can be useful in an Enterprise environment based on Microsoft Windows...
-
This IBM Redbook describes the full range of management hardware currently available for the xSeries and BladeCenter systems. We cover the i...
-
Robocopy (from Microsoft Windows Resource Kit) is really a must have tool to copy files accross the network. But it's a command line an...