Skip to content

Instantly share code, notes, and snippets.

@richardkiene
Created January 22, 2017 16:34
Show Gist options
  • Save richardkiene/5cf19c48d128c636c28e7d4a2f404563 to your computer and use it in GitHub Desktop.
Save richardkiene/5cf19c48d128c636c28e7d4a2f404563 to your computer and use it in GitHub Desktop.
sdc-headnode USB-headnode.vmx
.encoding = "UTF-8"
config.version = "8"
virtualHW.version = "12"
scsi0.present = "TRUE"
scsi0.virtualDev = "lsilogic"
memsize = "7820"
ethernet0.present = "TRUE"
ethernet0.connectionType = "nat"
ethernet0.virtualDev = "e1000"
ethernet0.wakeOnPcktRcv = "FALSE"
ethernet0.addressType = "static"
ethernet0.linkStatePropagation.enable = "TRUE"
pciBridge0.present = "TRUE"
pciBridge4.present = "TRUE"
pciBridge4.virtualDev = "pcieRootPort"
pciBridge4.functions = "8"
pciBridge5.present = "TRUE"
pciBridge5.virtualDev = "pcieRootPort"
pciBridge5.functions = "8"
pciBridge6.present = "TRUE"
pciBridge6.virtualDev = "pcieRootPort"
pciBridge6.functions = "8"
pciBridge7.present = "TRUE"
pciBridge7.virtualDev = "pcieRootPort"
pciBridge7.functions = "8"
vmci0.present = "TRUE"
roamingVM.exitBehavior = "go"
tools.syncTime = "TRUE"
displayName = "USB-headnode"
guestOS = "solaris10-64"
nvram = "USB-headnode.nvram"
virtualHW.productCompatibility = "hosted"
proxyApps.publishToHost = "FALSE"
tools.upgrade.policy = "upgradeAtPowerCycle"
powerType.powerOff = "soft"
powerType.powerOn = "soft"
powerType.suspend = "soft"
powerType.reset = "soft"
extendedConfigFile = "USB-headnode.vmxf"
ethernet1.present = "TRUE"
ethernet1.connectionType = "hostonly"
ethernet1.virtualDev = "e1000"
ethernet1.wakeOnPcktRcv = "FALSE"
ethernet1.addressType = "static"
ethernet1.linkStatePropagation.enable = "FALSE"
ethernet1.address = "00:50:56:34:60:4C"
softPowerOff = "FALSE"
hpet0.present = "TRUE"
vhv.enable = "TRUE"
ide0:0.present = "TRUE"
ide0:0.fileName = "USB-headnode.vmdk"
scsi0:0.present = "TRUE"
scsi0:0.fileName = "zpool.vmdk"
bios.bootOrder = "HDD"
bios.hddOrder = "ide0:0"
ethernet0.generatedAddressOffset = "0"
ethernet0.address = "00:50:56:3d:a7:95"
numvcpus = "4"
serial0.present = "TRUE"
serial0.fileType = "pipe"
serial0.yieldOnMsrRead = "TRUE"
serial0.startConnected = "TRUE"
serial0.fileName = "socket.serial0"
serial1.present = "TRUE"
serial1.fileType = "pipe"
serial1.yieldOnMsrRead = "TRUE"
serial1.startConnected = "TRUE"
serial1.fileName = "socket.serial1"
keyboardAndMouseProfile = "5277983a-933b-b280-03db-d4137af3"
acpi.smbiosVersion2.7 = "FALSE"
isolation.tools.dnd.disable = "TRUE"
isolation.tools.copy.disable = "TRUE"
isolation.tools.paste.disable = "TRUE"
ide1:0.present = "FALSE"
sound.present = "FALSE"
floppy0.present = "FALSE"
numa.autosize.vcpu.maxPerVirtualNode = "4"
numa.autosize.cookie = "40001"
uuid.bios = "56 4d af ec a4 88 ae 88-31 0b 38 9f e0 88 08 2f"
uuid.location = "56 4d af ec a4 88 ae 88-31 0b 38 9f e0 88 08 2f"
migrate.hostlog = "./USB-headnode-10dca2f8.hlog"
scsi0:0.redo = ""
ide0:0.redo = ""
pciBridge0.pciSlotNumber = "17"
pciBridge4.pciSlotNumber = "21"
pciBridge5.pciSlotNumber = "22"
pciBridge6.pciSlotNumber = "23"
pciBridge7.pciSlotNumber = "24"
scsi0.pciSlotNumber = "16"
ethernet0.pciSlotNumber = "32"
ethernet1.pciSlotNumber = "33"
vmci0.pciSlotNumber = "34"
vmci0.id = "-527955921"
monitor.phys_bits_used = "42"
vmotion.checkpointFBSize = "134217728"
vmotion.checkpointSVGAPrimarySize = "134217728"
cleanShutdown = "TRUE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment