airmeteor 发表于 2014-4-16 10:23:20

ESX4.1自动重启,急

版本是esx4.1,配置虚拟机
esx开起来没问题,很正常,但只要虚拟机跑起来esx就会自动重启。
有遇到过的吗?排查了一个下午都没头绪,要日志的话需要贴kernel的日志吗?还是?

nowayx 发表于 2014-4-16 10:24:04

新机还是旧机?旧机考虑下散热问题。

airmeteor 发表于 2014-4-16 10:24:49


新的机子,如果不开虚拟机的话,ESX上随便操作嘟可以的

airmeteor 发表于 2014-4-16 10:25:23

warning上有这样的提示
Vmkperf: 3349: fixed perf counter 1 is being used by BIOS,                         escrLow = 33
不知道有没有关系

airmeteor 发表于 2014-4-16 10:26:08

使用vmkerrcode -l会有以下的报错
VMK_ReturnStatus table for VMware ESX, Build #260247
Name                           Dec         Hex          errno equiv   Description
-------------------------------------------------------------------------------
VMK_OK                           0         0            OK            Success
VMK_FAILURE                      195887105   0xbad0001    EINVAL      Failure
VMK_WOULD_BLOCK                  195887106   0xbad0002    EAGAIN      Would block
VMK_NOT_FOUND                  195887107   0xbad0003    ENOENT      Not found
VMK_BUSY                         195887108   0xbad0004    EBUSY         Busy
VMK_EXISTS                     195887109   0xbad0005    EEXIST      Already exists
VMK_LIMIT_EXCEEDED               195887110   0xbad0006    EFBIG         Limit exceeded
VMK_BAD_PARAM                  195887111   0xbad0007    EINVAL      Bad parameter
VMK_METADATA_READ_ERROR          195887112   0xbad0008    EIO         Metadata read error
VMK_METADATA_WRITE_ERROR         195887113   0xbad0009    EIO         Metadata write error
VMK_IO_ERROR                     195887114   0xbad000a    EIO         I/O error
VMK_READ_ERROR                   195887115   0xbad000b    EIO         Read error
VMK_WRITE_ERROR                  195887116   0xbad000c    EIO         Write error
VMK_INVALID_NAME               195887117   0xbad000d    ENAMETOOLONGInvalid name
VMK_INVALID_HANDLE               195887118   0xbad000e    EBADF         Invalid handle
VMK_INVALID_ADAPTER            195887119   0xbad000f    ENODEV      No such SCSI adapter
VMK_INVALID_TARGET               195887120   0xbad0010    ENODEV      No such target on adapter
VMK_INVALID_PARTITION            195887121   0xbad0011    ENXIO         No such partition on target
VMK_INVALID_FS                   195887122   0xbad0012    ENXIO         No filesystem on the device
VMK_INVALID_MEMMAP               195887123   0xbad0013    EFAULT      Memory map mismatch
VMK_NO_MEMORY                  195887124   0xbad0014    ENOMEM      Out of memory
VMK_NO_MEMORY_RETRY            195887125   0xbad0015    ENOMEM      Out of memory (ok to retry)
VMK_NO_LPAGE_MEMORY            195887126   0xbad0016    ENOMEM      Out of large pages
VMK_NO_RESOURCES               195887127   0xbad0017    ENOMEM      Out of resources
VMK_NO_FREE_HANDLES            195887128   0xbad0018    EMFILE      No free handles
VMK_NUM_HANDLES_EXCEEDED         195887129   0xbad0019    ENFILE      Exceeded maximum number of allowed handles
VMK_DEPRECATED_NO_FREE_PTR_BLOCKS195887130   0xbad001a    ENOSPC      No free pointer blocks (deprecated)
VMK_DEPRECATED_NO_FREE_DATA_BLOCKS195887131   0xbad001b    ENOSPC      No free data blocks (deprecated)
VMK_CORRUPT_REDOLOG            195887132   0xbad001c    EBADF         Corrupt RedoLog
VMK_STATUS_PENDING               195887133   0xbad001d    EAGAIN      Status pending
VMK_STATUS_FREE                  195887134   0xbad001e    EAGAIN      Status free
VMK_UNSUPPORTED_CPU            195887135   0xbad001f    ENODEV      Unsupported CPU
VMK_NOT_SUPPORTED                195887136   0xbad0020    ENOSYS      Not supported
VMK_TIMEOUT                      195887137   0xbad0021    ETIMEDOUT   Timeout
VMK_READ_ONLY                  195887138   0xbad0022    EROFS         Read only
VMK_RESERVATION_CONFLICT         195887139   0xbad0023    EAGAIN      SCSI reservation conflict
VMK_FS_LOCKED                  195887140   0xbad0024    EADDRINUSE    File system locked
VMK_NOT_ENOUGH_SLOTS             195887141   0xbad0025    ENFILE      Out of slots
VMK_INVALID_ADDRESS            195887142   0xbad0026    EFAULT      Invalid address
VMK_NOT_SHARED                   195887143   0xbad0027    ENOMEM      Not shared
VMK_SHARED                     195887144   0xbad0028    ENOMEM      Page is shared
VMK_KSEG_PAIR_FLUSHED            195887145   0xbad0029    ENOMEM      Kseg pair flushed
VMK_MAX_ASYNCIO_PENDING          195887146   0xbad002a    ENOMEM      Max async I/O requests pending
VMK_VERSION_MISMATCH_MINOR       195887147   0xbad002b    ENOSYS      Minor version mismatch
VMK_VERSION_MISMATCH_MAJOR       195887148   0xbad002c    ENOSYS      Major version mismatch
VMK_IS_CONNECTED               195887149   0xbad002d    EINVAL      Already connected
VMK_IS_DISCONNECTED            195887150   0xbad002e    ENOTCONN      Already disconnected
VMK_IS_ENABLED                   1958879667   0xbad002f    EINVAL      Already enabled
VMK_IS_DISABLED                  195887152   0xbad0030    EINVAL      Already disabled
VMK_NOT_INITIALIZED            195887153   0xbad0031    EINVAL      Not initialized
VMK_WAIT_INTERRUPTED             195887154   0xbad0032    EINTR         Wait interrupted
VMK_NAME_TOO_LONG                195887155   0xbad0033    ENAMETOOLONGName too long
VMK_MISSING_FS_PES               195887156   0xbad0034    ENOTDIR       VMFS volume missing physical extents
VMK_NICTEAMING_VALID_MASTER      195887157   0xbad0035    EINVAL      NIC teaming master valid
VMK_NICTEAMING_SLAVE             195887158   0xbad0036    EEXIST      NIC teaming slave
VMK_NICTEAMING_REGULAR_VMNIC   195887159   0xbad0037    EINVAL      NIC teaming regular VMNIC
VMK_ABORT_NOT_RUNNING            195887160   0xbad0038    ECANCELED   Abort not running
VMK_NOT_READY                  195887161   0xbad0039    EIO         Not ready
VMK_CHECKSUM_MISMATCH            195887162   0xbad003a    EIO         Checksum mismatch
VMK_VLAN_NO_HW_ACCEL             195887163   0xbad003b    EINVAL      VLan HW Acceleration not supported
VMK_NO_VLAN_SUPPORT            195887164   0xbad003c    EOPNOTSUPP    VLan is not supported in vmkernel
VMK_NOT_VLAN_HANDLE            195887165   0xbad003d    EINVAL      Not a VLan handle
VMK_BAD_VLANID                   195887166   0xbad003e    EBADF         Couldn't retrieve VLan id
VMK_MIG_CONN_CLOSED            195887167   0xbad003f    EINVAL      Connection closed by remote host, possibly due to timeout
VMK_NO_CONNECT                   195887168   0xbad0040    EIO         No connection
VMK_SEGMENT_OVERLAP            195887169   0xbad0041    EINVAL      Segment overlap
VMK_BAD_MPS                      195887170   0xbad0042    EIO         Error parsing MPS Table
VMK_BAD_ACPI                     195887171   0xbad0043    EIO         Error parsing ACPI Table
VMK_RESUME_ERROR               195887172   0xbad0044    EIO         Failed to resume VM
VMK_NO_ADDRESS_SPACE             195887173   0xbad0045    ENOMEM      Insufficient address space for operation
VMK_BAD_ADDR_RANGE               195887174   0xbad0046    EINVAL      Bad address range
VMK_ENETDOWN                     195887175   0xbad0047    ENETDOWN      Network is down
VMK_ENETUNREACH                  195887176   0xbad0048    ENETUNREACH   Network unreachable
VMK_ENETRESET                  195887177   0xbad0049    ENETRESET   Network dropped connection on reset
VMK_ECONNABORTED               195887178   0xbad004a    ECONNABORTEDSoftware caused connection abort
VMK_ECONNRESET                   195887179   0xbad004b    ECONNRESET    Connection reset by peer
VMK_ENOTCONN                     195887180   0xbad004c    ENOTCONN      Socket is not connected
VMK_ESHUTDOWN                  195887181   0xbad004d    ESHUTDOWN   Can't send after socket shutdown
VMK_ETOOMANYREFS               195887182   0xbad004e    ETOOMANYREFSToo many references: can't splice
VMK_ECONNREFUSED               195887183   0xbad004f    ECONNREFUSEDConnection refused
VMK_EHOSTDOWN                  195887184   0xbad0050    EHOSTDOWN   Host is down
VMK_EHOSTUNREACH               195887185   0xbad0051    EHOSTUNREACHNo route to host
VMK_EADDRINUSE                   195887186   0xbad0052    EADDRINUSE    Address already in use
VMK_BROKEN_PIPE                  195887187   0xbad0053    EPIPE         Broken pipe
VMK_NOT_A_DIRECTORY            195887188   0xbad0054    ENOTDIR       Not a directory
VMK_IS_A_DIRECTORY               195887189   0xbad0055    EISDIR      Is a directory
VMK_NOT_EMPTY                  195887190   0xbad0056    ENOTEMPTY   Directory not empty
VMK_NOT_IMPLEMENTED            195887191   0xbad0057    ENOSYS      Not implemented
VMK_NO_SIGNAL_HANDLER            195887192   0xbad0058    EINVAL      No signal handler
VMK_FATAL_SIGNAL_BLOCKED         195887193   0xbad0059    EINVAL      Fatal signal blocked
VMK_NO_ACCESS                  195887194   0xbad005a    EACCES      Permission denied
VMK_NO_PERMISSION                195887195   0xbad005b    EPERM         Operation not permitted
VMK_UNDEFINED_SYSCALL            195887196   0xbad005c    ENOSYS      Undefined syscall
VMK_RESULT_TOO_LARGE             195887197   0xbad005d    ERANGE      Result too large
VMK_VLAN_FILTERED                195887198   0xbad005e    ERANGE      Pkts dropped because of VLAN (support) mismatch
VMK_BAD_EXCFRAME               195887199   0xbad005f    EFAULT      Unsafe exception frame
VMK_MODULE_NOT_LOADED            195887200   0xbad0060    ENODEV      Necessary module isn't loaded
VMK_NO_SUCH_ZOMBIE               195887201   0xbad0061    ECHILD      No dead world by that name
VMK_NO_SUCH_CARTEL               195887202   0xbad0062    ESRCH         No cartel by that name
VMK_IS_A_SYMLINK               195887203   0xbad0063    ELOOP         Is a symbolic link
VMK_CROSS_DEVICE_LINK            195887204   0xbad0064    EXDEV         Cross-device link
VMK_NOT_A_SOCKET               195887205   0xbad0065    ENOTSOCK      Not a socket
VMK_ILLEGAL_SEEK               195887206   0xbad0066    ESPIPE      Illegal seek
VMK_ADDRFAM_UNSUPP               195887207   0xbad0067    EAFNOSUPPORTUnsupported address family
VMK_ALREADY_CONNECTED            195887208   0xbad0068    EISCONN       Already connected
VMK_DEATH_PENDING                195887209   0xbad0069    ENOENT      World is marked for death
VMK_NO_CPU_ASSIGNMENT            195887210   0xbad006a    EINVAL      No valid scheduler assignment
VMK_CPU_MIN_INVALID            195887211   0xbad006b    EINVAL      Invalid cpu min
VMK_CPU_MINLIMIT_INVALID         195887212   0xbad006c    EINVAL      Invalid cpu minLimit
VMK_CPU_MAX_INVALID            195887213   0xbad006d    EINVAL      Invalid cpu max
VMK_CPU_SHARES_INVALID         195887214   0xbad006e    EINVAL      Invalid cpu shares
VMK_CPU_MIN_OVERFLOW             195887215   0xbad006f    EINVAL      CPU min outside valid range
VMK_CPU_MINLIMIT_OVERFLOW      195887216   0xbad0070    EINVAL      CPU minLimit outside valid range
VMK_CPU_MAX_OVERFLOW             195887217   0xbad0071    EINVAL      CPU max outside valid range
VMK_CPU_MIN_GT_MINLIMIT          195887218   0xbad0072    EINVAL      CPU min exceeds minLimit
VMK_CPU_MIN_GT_MAX               195887219   0xbad0073    EINVAL      CPU min exceeds max
VMK_CPU_MINLIMIT_LT_RESERVED   195887220   0xbad0074    ENOSPC      CPU minLimit less than cpu already reserved by children
VMK_CPU_MAX_LT_RESERVED          195887221   0xbad0075    ENOSPC      CPU max less than cpu already reserved by children
VMK_CPU_ADMIT_FAILED             195887222   0xbad0076    ENOSPC      Admission check failed for cpu resource
VMK_MEM_MIN_INVALID            195887223   0xbad0077    EINVAL      Invalid memory min
VMK_MEM_MINLIMIT_INVALID         195887224   0xbad0078    EINVAL      Invalid memory minLimit
VMK_MEM_MAX_INVALID            195887225   0xbad0079    EINVAL      Invalid memory max
VMK_MEM_MIN_OVERFLOW             195887226   0xbad007a    EINVAL      Memory min outside valid range
VMK_MEM_MINLIMIT_OVERFLOW      195887227   0xbad007b    EINVAL      Memory minLimit outside valid range
VMK_MEM_MAX_OVERFLOW             195887228   0xbad007c    EINVAL      Memory max outside valid range
VMK_MEM_MIN_GT_MINLIMIT          195887229   0xbad007d    EINVAL      Memory min exceeds minLimit
VMK_MEM_MIN_GT_MAX               195887230   0xbad007e    EINVAL      Memory min exceeds max
VMK_MEM_MINLIMIT_LT_RESERVED   195887231   0xbad007f    ENOSPC      Memory minLimit less than memory already reserved by children
VMK_MEM_MAX_LT_RESERVED          195887232   0xbad0080    ENOSPC      Memory max less than memory already reserved by children
VMK_MEM_ADMIT_FAILED             195887233   0xbad0081    ENOSPC      Admission check failed for memory resource
VMK_NO_SWAP_FILE               195887234   0xbad0082    ENOENT      No swap file
VMK_BAD_PARAM_COUNT            195887235   0xbad0083    EINVAL      Bad parameter count
VMK_BAD_PARAM_TYPE               195887236   0xbad0084    EINVAL      Bad parameter type
VMK_UNMAP_RETRY                  195887237   0xbad0085    ENOMEM      Dueling unmaps (ok to retry)
VMK_INVALID_IOCTL                195887238   0xbad0086    ENOTTY      Inappropriate ioctl for device
VMK_MAPFAULT_RETRY               195887239   0xbad0087    EBUSY         Mmap changed under page fault (ok to retry)
VMK_EINPROGRESS                  195887240   0xbad0088    EINPROGRESS   Operation now in progress
VMK_ADDR_UNMAPPED                195887241   0xbad0089    EFAULT      Address temporarily unmapped
VMK_INVALID_BUDDY_TYPE         195887242   0xbad008a    ENOMEM      Invalid buddy type
VMK_LPAGE_INFO_NOT_FOUND         195887243   0xbad008b    ENOMEM      Large page info not found
VMK_LPAGE_INFO_INVALID         195887244   0xbad008c    EINVAL      Invalid large page info
VMK_SNAPSHOT_DEV               195887245   0xbad008d    EIO         SCSI LUN is in snapshot state
VMK_IN_TRANSITION                195887246   0xbad008e    EIO         SCSI LUN is in transition
VMK_TXN_FULL                     195887247   0xbad008f    ENOSPC      Transaction ran out of lock space or log space
VMK_LOCK_NOT_FREE                195887248   0xbad0090    EBUSY         Lock was not free
VMK_NUM_FILES_EXCEEDED         195887249   0xbad0091    ENOSPC      Exceed maximum number of files on the filesystem
VMK_MIGRATE_VMX_FAILURE          195887250   0xbad0092    EINVAL      Migration determined a failure by the VMX
VMK_VSI_LIST_OVERFLOW            195887251   0xbad0093    EFBIG         VSI GetList handler overflow
VMK_INVALID_WORLD                195887252   0xbad0094    EINVAL      Invalid world
VMK_INVALID_VMM                  195887253   0xbad0095    EINVAL      Invalid vmm
VMK_INVALID_TXN                  195887254   0xbad0096    EINVAL      Invalid transaction
VMK_FS_RETRY_OPERATION         195887255   0xbad0097    EAGAIN      Transient file system condition, suggest retry
VMK_VCPU_LIMIT_EXCEEDED          195887256   0xbad0098    EINVAL      Number of running VCPUs limit exceeded
VMK_INVALID_METADATA             195887257   0xbad0099    EINVAL      Invalid metadata
VMK_INVALID_PAGE_NUMBER          195887258   0xbad009a    EINVAL      Invalid page number
VMK_NOT_EXEC                     195887259   0xbad009b    ENOEXEC       Not in executable format
VMK_NFS_CONNECT_FAILURE          195887260   0xbad009c    EHOSTDOWN   Unable to connect to NFS server
VMK_NFS_MOUNT_NOT_SUPPORTED      195887261   0xbad009d    EINVAL      The NFS server does not support MOUNT version 3 over TCP
VMK_NFS_NFS_NOT_SUPPORTED      195887262   0xbad009e    EINVAL      The NFS server does not support NFS version 3 over TCP
VMK_NFS_MOUNT_DENIED             195887263   0xbad009f    EPERM         The mount request was denied by the NFS server. Check that the export exists and that the client is permitted to mount it
VMK_NFS_MOUNT_NOT_DIR            195887264   0xbad00a0    ENOTDIR       The specified mount path was not a directory
VMK_NFS_BAD_FSINFO               195887265   0xbad00a1    EACCES      Unable to query remote mount point's attributes
VMK_NFS_VOLUME_LIMIT_EXCEEDED    195887266   0xbad00a2    EINVAL      NFS has reached the maximum number of supported volumes
VMK_NO_MEMORY_NICE               195887267   0xbad00a3    ENOMEM      Out of nice memory
VMK_MIGRATE_PREEMPTIVE_FAIL      195887268   0xbad00a4    ENOMEM      VMotion failed to start due to lack of cpu or memory resources
VMK_CACHE_MISS                   195887269   0xbad00a5    EFAULT      Cache miss
VMK_STRESS_INDUCED_ERROR         195887270   0xbad00a6    EIO         Error induced when stress options are enabled
VMK_TOO_MANY_LOCK_HOLDERS      195887271   0xbad00a7    EUSERS      Maximum number of concurrent hosts are already accessing this resource
VMK_NO_JOURNAL                   195887272   0xbad00a8    EIO         Host doesn't have a journal
VMK_RANK_VIOLATION               195887273   0xbad00a9    EDEADLK       Lock rank violation detected
VMK_MODULE_FAILED                195887274   0xbad00aa    ENODEV      Module failed
VMK_NO_MASTER_PTY                195887275   0xbad00ab    ENXIO         Unable to open slave if no master pty
VMK_NOT_IOABLE                   195887276   0xbad00ac    EFAULT      Not IOAble
VMK_NO_FREE_INODES               195887277   0xbad00ad    ENOSPC      No free inodes
VMK_NO_MEMORY_FOR_FILEDATA       195887278   0xbad00ae    ENOSPC      No free memory for file data
VMK_NO_TAR_SPACE               195887279   0xbad00af    ENOSPC      No free space to expand file or meta data
VMK_NO_FIFO_READER               195887280   0xbad00b0    ENXIO         Unable to open writer if no fifo reader
VMK_NO_SUCH_DEVICE               195887281   0xbad00b1    EINVAL      No underlying device for major,minor
VMK_MEM_MIN_GT_MEMSIZE         195887282   0xbad00b2    EINVAL      Memory min exceeds memSize
VMK_NO_SUCH_VT                   195887283   0xbad00b3    ENXIO         No virtual terminal for number
VMK_TOO_MANY_ELEMENTS            195887284   0xbad00b4    E2BIG         Too many elements for list
VMK_SHAREDAREA_MISMATCH          195887285   0xbad00b5    ENOSYS      VMMVMK shared are mismatch
VMK_EXEC_FAILURE               195887286   0xbad00b6    ESRCH         Failure during exec while original state already lost
VMK_VMNIXMOD_NOT_LOADED          195887287   0xbad00b7    ENOSYS      vmnixmod kernel module not loaded
VMK_INVALID_MODULE               195887288   0xbad00b8    EINVAL      Invalid module
VMK_UNALIGNED_ADDRESS            195887289   0xbad00b9    EINVAL      Address is not aligned on page boundary
VMK_NOT_MAPPED                   195887290   0xbad00ba    ENOMEM      Address is not mapped in address space
VMK_NO_MESSAGE_SPACE             195887291   0xbad00bb    ENOMEM      No space to record a message
VMK_PKEI_STACK_OVERFLOW          195887292   0xbad00bc    EFBIG         No space left on PKEI stack
VMK_EXCEPTION_HANDLER_INVALID    195887293   0xbad00bd    EINVAL      Invalid exception handler
VMK_EXCEPTION_NOT_HANDLED      195887294   0xbad00be    EINVAL      Exception not handled by exception handler
VMK_INVALID_MULTIWRITER_OBJECT   195887295   0xbad00bf    EDEADLK       Can't open sparse/TBZ files in multiwriter mode
VMK_STORAGE_RETRY_OPERATION      195887296   0xbad00c0    EAGAIN      Transient storage condition, suggest retry
VMK_HBA_ERROR                  195887297   0xbad00c1    EIO         Storage initiator error
VMK_TIMER_INIT_FAILED            195887298   0xbad00c2    EINVAL      Timer initialization failed
VMK_MODULE_NOT_FOUND             195887299   0xbad00c3    ENOENT      Module not found
VMK_NOT_SOCKET_OWNER             195887300   0xbad00c4    EINVAL      Socket not owned by cartel
VMK_VSI_HANDLER_NOT_FOUND      195887301   0xbad00c5    ENOENT      No VSI handler found for the requested node
VMK_INVALID_MMAPPROTFLAGS      195887302   0xbad00c6    EINVAL      Invalid mmap protection flags
VMK_INVALID_MAPCONTIG_SIZE       195887303   0xbad00c7    EINVAL      Invalid chunk size for contiguous mmap
VMK_INVALID_MAPCONTIG_MAX      195887304   0xbad00c8    EINVAL      Invalid MPN max for contiguous mmap
VMK_INVALID_MAPCONTIG_FLAG       195887305   0xbad00c9    EINVAL      Invalid mmap flag on contiguous mmap
VMK_NOT_LAZY_MMINFO            195887306   0xbad00ca    EINVAL      Unexpected fault on pre-faulted memory region
VMK_MMINFO_WONT_SPLIT            195887307   0xbad00cb    EINVAL      Memory region cannot be split (remap/unmap)
VMK_NO_CACHE_INFO                195887308   0xbad00cc    ENOENT      Cache Information not available
VMK_CANNOT_REMAP_PINNED_MEMORY   195887309   0xbad00cd    EINVAL      Cannot remap pinned memory
VMK_NO_SUCH_CARTELGROUP          195887310   0xbad00ce    ESRCH         No cartel group by that name
VMK_SPLOCKSTATS_DISABLED         195887311   0xbad00cf    EINVAL      SPLock stats collection disabled
VMK_BAD_TAR_IMAGE                195887312   0xbad00d0    EINVAL      Boot image is corrupted
VMK_BRANCHED_ALREADY             195887313   0xbad00d1    EPERM         Branched file cannot be modified
VMK_NAME_RESERVED_FOR_BRANCH   195887314   0xbad00d2    EPERM         Name is reserved for branched file
VMK_CANNOT_BRANCH_UNLINKED       195887315   0xbad00d3    EPERM         Unlinked file cannot be branched
VMK_MAX_RETRIES_EXCEEDED         195887316   0xbad00d4    EAGAIN      Maximum kernel-level retries exceeded
VMK_OPTLOCK_STOLEN               195887317   0xbad00d5    EAGAIN      Optimistic lock acquired by another host
VMK_NOT_MMAPABLE               195887318   0xbad00d6    ENODEV      Object cannot be mmapped
VMK_INVALID_CPU_AFFINITY         195887319   0xbad00d7    EINVAL      Invalid cpu affinity
VMK_DEVICE_NOT_PARTOF_LV         195887320   0xbad00d8    ENXIO         Device does not contain a logical volume
VMK_NO_SPACE                     195887321   0xbad00d9    ENOSPC      No space left on device
VMK_VSI_INVALID_NODE_ID          195887322   0xbad00da    EINVAL      Invalid vsi node ID
VMK_TOO_MANY_USERS               195887323   0xbad00db    EUSERS      Too many users accessing this resource
VMK_EALREADY                     195887324   0xbad00dc    EALREADY      Operation already in progress
VMK_BUF_TOO_SMALL                195887325   0xbad00dd    EINVAL      Buffer too small to complete the operation
VMK_SNAPSHOT_DEV_DISALLOWED      195887326   0xbad00de    EACCES      Snapshot device disallowed
VMK_LVM_DEVICE_UNREACHABLE       195887327   0xbad00df    EIO         LVM device unreachable
VMK_CPU_INVALID_RESOURCE_UNITS   195887328   0xbad00e0    EINVAL      Invalid cpu resource units
VMK_MEM_INVALID_RESOURCE_UNITS   195887329   0xbad00e1    EINVAL      Invalid memory resource units
VMK_ABORTED                      195887330   0xbad00e2    ECANCELED   IO was aborted
VMK_MEM_MIN_LT_RESERVED          195887331   0xbad00e3    ENOSPC      Memory min less than memory already reserved by children
VMK_MEM_MIN_LT_CONSUMED          195887332   0xbad00e4    ENOSPC      Memory min less than memory required to support current consumption
VMK_MEM_MAX_LT_CONSUMED          195887333   0xbad00e5    ENOSPC      Memory max less than memory required to support current consumption
VMK_TIMEOUT_RETRY_DEPRECATED   195887334   0xbad00e6    ETIMEDOUT   Timeout (ok to retry) DEPRECATED
VMK_RESERVATION_LOST             195887335   0xbad00e7    EBUSY         Reservation Lost
VMK_FS_STALE_METADATA            195887336   0xbad00e8    ENOENT      Cached metadata is stale
VMK_NO_FCNTL_LOCK                195887337   0xbad00e9    ENOLCK      No fcntl lock slot left
VMK_NO_FCNTL_LOCK_HOLDER         195887338   0xbad00ea    ENOLCK      No fcntl lock holder slot left
VMK_NO_LICENSE                   195887339   0xbad00eb    EACCES      Not licensed to access VMFS volumes
VMK_VSI_MODULE_NOT_FOUND         195887340   0xbad00ec    ENOENT      Vmkernel module necessary for this vsi call not loaded
VMK_LVM_RETRY_OPERATION          195887341   0xbad00ed    EAGAIN      Transient LVM device condition, suggest retry
VMK_SNAPSHOT_LV_INCOMPLETE       195887342   0xbad00ee    EAGAIN      Snapshot LV incomplete
VMK_MEDIUM_NOT_FOUND             195887343   0xbad00ef    EIO         Medium not found
VMK_MAX_PATHS_CLAIMED            195887344   0xbad00f0    ENOMEM      Maximum allowed SCSI paths have already been claimed
VMK_NOT_MOUNTABLE                195887345   0xbad00f1    ENODEV      Filesystem is not mountable
VMK_MEMSIZE_GT_MEMSIZELIMIT      195887346   0xbad00f2    EINVAL      Memory size exceeds memSizeLimit
VMK_RECORD_WRITE_ERROR         195887347   0xbad00f3    EIO         An error occurred trying to write to the log
VMK_REPLAY_READ_ERROR            195887348   0xbad00f4    EIO         An error occurred trying to read from the log
VMK_REPLAY_TYPE_MISMATCH         195887349   0xbad00f5    EIO         There was a type mismatch while reading from the log
VMK_REPLAY_DIVERGENCE            195887350   0xbad00f6    EIO         A divergence was detected during replay
VMK_FT_NOT_RESPONDING            195887351   0xbad00f7    ENOTCONN      The remote side of an FT pair isn't responding
VMK_NET_REPLAY_ERROR             195887352   0xbad00f8    EIO         An error occurred during replay of networking.
VMK_VOBERR_INVALID_VOBID         195887353   0xbad00f9    EINVAL      Vob ID invalid
VMK_VOBERR_FMT_LIMIT_EXCEEDED    195887354   0xbad00fa    EFBIG         Vob format string too long
VMK_VOBERR_INVALID_FMT_STRING    195887355   0xbad00fb    EINVAL      Invalid format specifier in VOB format string
VMK_VOBERR_INVALID_ATTR          195887356   0xbad00fc    EINVAL      Invalid attribute specifier in VOB format string
VMK_ELF_CORRUPT                  195887357   0xbad00fd    EINVAL      ELF file is corrupt.
VMK_EADDRNOTAVAIL                195887358   0xbad00fe    EADDRNOTAVAIL Address not available
VMK_EDESTADDRREQ               195887359   0xbad00ff    EDESTADDRREQDestination address required
VMK_LVM_STALE_METADATA         195887360   0xbad0100    EPERM         Cached LVM metadata is stale.
VMK_NO_RPC_TABLE               195887361   0xbad0101    ENOENT      RPC table does not exist
VMK_DUPLICATE_UID                195887362   0xbad0102    EEXIST      Device already has UID
VMK_UNRESOLVED_SYMBOL            195887363   0xbad0103    ENOENT      Unresolved symbol
VMK_DEVICE_NOT_OWNED             195887364   0xbad0104    EINVAL      VMkernel does not own the device
VMK_DEVICE_NOT_NAMED             195887365   0xbad0105    EINVAL      Device has no name
VMK_EPROTONOSUPPORT            195887366   0xbad0106    EPROTONOSUPPORTProtocol not supported
VMK_EOPNOTSUPP                   195887367   0xbad0107    EOPNOTSUPP    Operation not supported
VMK_UNDEFINED_VMKCALL            195887368   0xbad0108    ENOSYS      Undefined VMKCall
VMK_MIGRATE_MAX_DOWNTIME_EXCEEDED195887369   0xbad0109    ETIMEDOUT   Maximum switchover time for migration exceeded
VMK_LOCK_EXISTS                  195887370   0xbad010a    EEXIST      Multiple RO/MW locks held by the same host
VMK_MIGRATE_PRECOPY_NO_FORWARD_PROGRESS195887371   0xbad010b    EINVAL      Migration failed due to lack of pre-copy forward progress
VMK_UID_CHANGED                  195887372   0xbad010c    EEXIST      Device UID changed
VMK_VMOTION_CONNECT_FAILED       195887373   0xbad010d    ENOTCONN      The ESX hosts failed to connect over the VMotion network
VMK_NO_MIGRATION_IN_PROGRESS   195887374   0xbad010e    ENOENT      No migration in progress
VMK_EXEC_FILE_BUSY               195887375   0xbad010f    ETXTBSY       File is being executed, write access denied
VMK_FS_TIMEOUT_RETRY             195887376   0xbad0110    ETIMEDOUT   File system timeout (Ok to retry)
VMK_COW_TIMEOUT_RETRY            195887377   0xbad0111    ETIMEDOUT   COW timeout (Ok to retry)
VMK_FS_LOCKSTATE_IN_TRANSITION_DEPRECATED195887378   0xbad0112    EBUSY         Lock state is in transition (ok to retry) DEPRECATED
VMK_FS_LOCK_LOST               195887379   0xbad0113    EIO         Disk lock acquired earlier, lost
VMK_NO_SPACE_ON_DEVICE         195887380   0xbad0114    ENOSPC      Underlying device has no free space
VMK_EOVERFLOW                  195887381   0xbad0115    EOVERFLOW   Value too large for defined data type
VMK_MEM_SHARES_INVALID         195887382   0xbad0116    EINVAL      Invalid memory shares
VMK_LVM_INCONSISTENT_LOCKLESSOP195887383   0xbad0117    EAGAIN      LVM lockless op reads in an inconsistent state
VMK_INVALID_SECURITY_LABEL       195887384   0xbad0118    EINVAL      Invalid security label
VMK_ACCESS_DENIED                195887385   0xbad0119    EPERM         Access denied by vmkernel access control policy
VMK_WORK_COMPLETED               195887386   0xbad011a    EALREADY      Work has already completed
VMK_WORK_RUNNING               195887387   0xbad011b    EINPROGRESS   Work is currently running
VMK_WORK_PENDING               195887388   0xbad011c    EEXIST      Work is already pending
VMK_WORK_INVALID               195887389   0xbad011d    EINVAL      Work or properties provided invalid
VMK_VOBERR_OVERFLOW            195887390   0xbad011e    EFBIG         VOB context overflow
VMK_VOBERR_INVALID_CONTEXT       195887391   0xbad011f    EINVAL      VOB context invalid
VMK_VOBERR_LOCK_CONFLICT         195887392   0xbad0120    EINVAL      VOB context conflict for lock
VMK_RETRY                        195887393   0xbad0121    EINVAL      Retry the operation
VMK_NO_MODULE_HEAP               195887394   0xbad0122    ENOMEM      Module has no heap to allocate from
VMK_REMOTE_PAGE_FAULT_FAILURE    195887395   0xbad0123    ENOMEM      Remote page fault failure
VMK_VSI_DATA_LENGTH_MISMATCH   195887396   0xbad0124    EIO         VSI data length mismatch
VMK_MAPPING_FAILED               195887397   0xbad0125    EFAULT      Mapping operation failed
VMK_ATS_MISCOMPARE               195887398   0xbad0126    EINVAL      Atomic test and set of disk block returned false for equality
VMK_NO_BUFFERSPACE               195887399   0xbad0127    ENOBUFS       No buffer space available
VMK_FT_NOT_RUNNING               195887400   0xbad0128    EINVAL      FT vm is not enabled
VMK_PKEI_STACK_UNDERFLOW         195887401   0xbad0129    EFAULT      PKEI stack pointer value below the PKEI stack base ptr
VMK_LICENSE_MISMATCH             195887402   0xbad012a    EINVAL      Incompatible licenses detected
VMK_ELF_UNKNOWN_RELOCATIONS      195887403   0xbad012b    EINVAL      ELF file contains invalid relocation types
VMK_MESSAGE_TOO_LONG             195887404   0xbad012c    EMSGSIZE      Message too long
VMK_INVALID_NAMESPACE            195887405   0xbad012d    ENOENT      Invalid or missing namespace
VMK_SHUTTING_DOWN                195887406   0xbad012e    ENOENT      Operation not allowed because the VMKernel is shutting down
VMK_VMFS_ABORTED               195887407   0xbad012f    ECANCELED   IO was aborted by VMFS via a virt-reset on the device
VMK_GENERIC_LINUX_ERROR          732758016   0x2bad0000   EIO         Generic service console error

TiGi 发表于 2014-4-16 10:26:46

本帖最后由 TiGi 于 8-24-2012 19:53 编辑
或者试试看ESXi5.x!
如果只能使用ESXi4.1的话,或者试试看4.1u2。

airmeteor 发表于 2014-4-16 10:27:20


虚拟机都用不了了,800G的东西,还要迁移

konglongkdm 发表于 2014-4-16 10:28:01


不用迁啊,你安装的时候选择保留vmfs分区就好了

TiGi 发表于 2014-4-16 10:28:57


可以考虑将ESXi安装到U盘内。
个人现在比较主张用U盘之类的安装,这样,一旦发生问题,找个U盘重装系统或者全新安装系统还是很便捷的。

airmeteor 发表于 2014-4-16 10:29:56


现在怀疑是分区坏了导致这样的

airmeteor 发表于 2014-4-16 10:30:48


嗯,这个主意好

TiGi 发表于 2014-4-16 10:31:37


ESXi/ESX能够起来的话,或者先把VM导出来?

SEAFLANKER 发表于 2014-4-16 10:32:07

先装U盘的 ESX5看看
页: [1]
查看完整版本: ESX4.1自动重启,急