vmkmicrocodeintel

Section: Misc. Reference Manual Pages ()
Updated: VMware ESX Manual
Index Return to Main Contents

BSD mandoc
VMKernel  

NAME

vmkmicrocodeintel - VMware ESX hardware management  

SYNOPSIS

vmkmicrocodeintel -c|--fileCheck <ucodeFile> |
                  -e|--dirCheck  <ucodeDir>  |
                  -f|--fileApply <ucodeFile> |
                  -d|--dirApply  <ucodeDir>  |  

COPYRIGHT

VMware ESX is Copyright 1998-2009 VMware, Inc. All rights reserved.  

DESCRIPTION

vmkmicrocodeintel is a program that can verify if a given microcode update or updates are compatible withe Intel processors running on a machine. If compatible microcode updates are found it can also be used to update the microcode version on the processors. This application handles processors with different steppings.  

OPTIONS

The long and short forms of options, shown here listed together, are equivalent.
-c , -fileCheck
      Check the given microcode file and find out if it is compatible with any
      of the processors
-e , -dirCheck
      Go through all the files in the given directory and find out the files
      which are compatible with the processor. If there are multiple files that
      are compatible with the processor it will select the file that has the
      latest microcode version. If the processors are of different steppings, it
      will find the right microcode update for each processor
-f , -fileApply
      Check the given microcode file and find out if it is compatible with any 
      of the processors in the machine, if it is suitable then apply the microcode 
      update.
-d , -dirApply
      Go through all the files in the given directory and find out the files
      which are compatible with the processor. If there are multiple files that
      are compatible with the processor it will select the file that has the
      latest microcode version. If the processors are of different steppings, it
      will find the right microcode update for each processor. It will then
      apply the right microcode udpate for each processor
 

EXAMPLES


vmkmicrocodeintel -c /etc/vmware/update/microcode.dat
   
   will inform the user if "microcode.dat" file contains a compatible
   microcode update.
vmkmicrocodeintel -f /etc/vmware/update/microcode.dat
  
   will apply the update contained in "microcode.dat", if the file is compatible.

vmkmicrocodeintel -e /etc/vmware/update
  
   will go through all the files in the "update" directory and inform the user
   which file(s) in this directory contains a compatible microcode update.

vmkmicrocodeintel -d /etc/vmware/update
  
   will go through all the files in the "update" directory, if it finds a
   compatible microcode update file/files, it will apply the update. 


 

Index

NAME
SYNOPSIS
COPYRIGHT
DESCRIPTION
OPTIONS
EXAMPLES

This document was created by man2html, using the manual pages. Brought to you by Bouke Groenescheij, www.jume.nl
Time: 15:25:41 GMT, May 26, 2009