分类:
2006-10-24 14:16:42
在ESX中的后缀名分别表示什么意思呢,以下摘自 虽然讲得是workstation, 但是大部分与ESX相同。蓝色的是我加的
You may never need to know the file names or locations for your virtual machine files. Virtual machine file management is performed by VMware Workstation. If the behind the scenes file structure is not interesting to you, skip this section.
A virtual machine typically is stored on the host computer in a set of files, usually in a directory created by Workstation for that specific virtual machine.
The key files are listed here by extension. In these examples,
Extension |
File Name |
Description |
.log |
or vmware.log |
This is the file that keeps a log of key VMware Workstation activity. This file can be useful in troubleshooting if you encounter problems. This file is stored in the directory that holds the configuration (.vmx) file of the virtual machine. |
.nvram |
or nvram |
This is the file that stores the state of the virtual machine's BIOS. |
.vmdk |
|
This is a virtual disk file, which stores the contents of the virtual machine's hard disk drive. A virtual disk is made up of one or more .vmdk files. If you have specified that the virtual disk should be split into 2GB chunks, the number of .vmdk files depends on the size of the virtual disk. As data is added to a virtual disk, the .vmdk files grow in size, to a maximum of 2GB each. (If you specify that all space should be allocated when you create the disk, these files start at the maximum size and do not grow.) Almost all of a .vmdk file's content is the virtual machine's data, with a small portion allotted to virtual machine overhead. If the virtual machine is connected directly to a physical disk, rather than to a virtual disk, the .vmdk file stores information about the partitions the virtual machine is allowed to access. Earlier VMware products used the extension .dsk for virtual disk files. |
|
This is a redo-log file, created automatically when a virtual machine has one or more snapshots. This file stores changes made to a virtual disk while the virtual machine is running. There may be more than one such file. The ### indicates a unique suffix added automatically by VMware Workstation to avoid duplicate file names. | |
.vmsd |
|
This is a centralized file for storing information and metadata about snapshots. |
.vmsn |
|
This is the snapshot state file, which stores the running state of a virtual machine at the time you take that snapshot |
|
This is the file which stores the state of a snapshot | |
.vmss |
|
This is the suspended state file, which stores the state of a suspended virtual machine .Some earlier VMware products used the extension .std for suspended state files |
.vmtm |
|
This is the configuration file containing team data. |
.vmx |
|
This is the primary configuration file, which stores settings chosen in the New Virtual Machine Wizard or virtual machine settings editor. If you created the virtual machine under an earlier version of VMware Workstation on a Linux host, this file may have a .cfg extension |
.vmtx |
|
This is the primary configuration file for template |
.vmxf |
|
This is a supplemental configuration file for virtual machines that are in a team. Note that the .vmxf file remains if a virtual machine is removed from the team. |
There can be other files in the directory, some of which are present only while a virtual machine is running.
在ESX环境中,一个普通的虚拟机(没有启用snapshot, 没有redo log)包含的文件为:
[root@BI-ESX1 Prod-AppServer]# ls -1s
total 42337024
64 Prod-AppServer-3ab24913.hlog
393216 Prod-AppServer-3ab24913.vswp
64 Prod-AppServer.nvram
0 Prod-AppServer.vmsd
64 Prod-AppServer.vmx
64 Prod-AppServer.vmxf
64 vmware-32.log
64 vmware-33.log
64 vmware-34.log
64 vmware-35.log
64 vmware-36.log
64 vmware-37.log
64 vmware.log
41943040 Win2K_P2V_2-flat.vmdk
64 Win2K_P2V_2.vmdk
一个典型的template包含的文件为:
[root@BI-ESX1 RH-Fedora-Core5]# ls -1s
total 4194752
4194304 RH-Fedora-Core5-flat.vmdk
64 RH-Fedora-Core5.nvram
64 RH-Fedora-Core5.vmdk
0 RH-Fedora-Core5.vmsd
64 RH-Fedora-Core5.vmtx
64 RH-Fedora-Core5.vmxf
64 vmware-1.log
64 vmware-2.log
64 vmware.log