VMware
 

Knowledge Base

Search the Knowledge Base:

Products:
Search In:
 

New vmkerrcode Utility Displays VMkernel Errors

Details

With releases of ESX Server software version 3.0.2 and higher, the new vmkerrcode utility  allows you to display a table of all VMkernel errors, a brief description, and the corresponding error codes in both decimal and hexidecimal format.

Solution

The utility was added in ESX Server 3.0.2.

To list all of the vmk error codes with details, issue the command:

vmkerrcode -l
To use vmkerrcode to list details for an individual error code, use the command
vmkerrcode <errror code>
Where <error code> is either the hexadecimal(hex) or decimal value for the error code of interest. The utility will list the name, decimal, hexadecimal, text error output and description for that vmk error code.
 
For example, issuing the command:
vmkerrcode 195887163

Returns the following output:

VMK_ReturnStatus table for VMware ESX Server
Name 			Dec 		Hex 		errno equiv 	Description 
------------------------------------------------------------------------------- 
VMK_NO_VLAN_SUPPORT 	195887163 	0xbad003b 	EOPNOTSUPP 	VLan is not supported in vmkernel

Feedback

Rating: 1 - Lowest 2 3 4 5 - Highest (0 Ratings)   

Did this article help you?
This article resolved my issue.
This article did not resolve my issue.
This article helped but additional information was required to resolve my issue.
What can we do to improve this information? (2000 or fewer characters)
Submit
Rating: 1 - Lowest 2 3 4 5 - Highest (0 Ratings)   
Actions