Created
October 19, 2015 19:11
-
-
Save konobi/7cbdf77d50abedc49d09 to your computer and use it in GitHub Desktop.
smartos-appcatalyst-vmx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.encoding = "UTF-8" | |
config.version = "8" | |
virtualHW.version = "11" | |
scsi0.present = "TRUE" | |
scsi0.virtualDev = "lsilogic" | |
memsize = "1024" | |
ide1:0.present = "FALSE" | |
ehci.pcislotnumber = "-1" | |
ehci.present = "FALSE" | |
ethernet0.present = "TRUE" | |
ethernet0.connectionType = "nat" | |
ethernet0.virtualDev = "e1000" | |
ethernet0.wakeOnPcktRcv = "FALSE" | |
ethernet0.addressType = "generated" | |
ethernet0.linkStatePropagation.enable = "TRUE" | |
sound.present = "FALSE" | |
msg.autoanswer = "true" | |
gui.fullscreenatpoweron = "FALSE" | |
gui.viewmodeatpoweron = "windowed" | |
monitor.phys_bits_used = "42" | |
hgfs.maprootshare = "FALSE" | |
hgfs.linkrootshare = "FALSE" | |
isolation.tools.hgfs.disable = "FALSE" | |
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" | |
roamingVM.exitBehavior = "go" | |
tools.syncTime = "TRUE" | |
displayName = "SmartOS" | |
guestOS = "solaris10-64" | |
nvram = "SmartOS.nvram" | |
virtualHW.productCompatibility = "hosted" | |
proxyApps.publishToHost = "FALSE" | |
tools.upgrade.policy = "upgradeAtPowerCycle" | |
powerType.powerOff = "soft" | |
powerType.powerOn = "soft" | |
powerType.suspend = "soft" | |
powerType.reset = "soft" | |
extendedConfigFile = "SmartOS.vmxf" | |
cleanShutdown = "TRUE" | |
remotedisplay.vnc.enabled = "FALSE" | |
remotedisplay.vnc.port = "5933" | |
replay.supported = "FALSE" | |
replay.filename = "" | |
sound.startconnected = "FALSE" | |
uuid.action = "create" | |
uuid.bios = "" | |
uuid.location = "" | |
usb.pcislotnumber = "-1" | |
usb.present = "false" | |
svga.vgaonly = "true" | |
pciBridge0.pciSlotNumber = "17" | |
pciBridge4.pciSlotNumber = "21" | |
pciBridge5.pciSlotNumber = "22" | |
pciBridge6.pciSlotNumber = "23" | |
pciBridge7.pciSlotNumber = "24" | |
scsi0.pciSlotNumber = "16" | |
ethernet0.pciSlotNumber = "32" | |
vmci0.id = "1861462627" | |
vmci0.pcislotnumber = "35" | |
vmci0.present = "TRUE" | |
vmotion.checkpointfbsize = "0" | |
vmotion.checkpointsvgaprimarysize = "0" | |
ethernet0.generatedAddressOffset = "0" | |
checkpoint.vmState = "" | |
scsi0:0.present = "TRUE" | |
scsi0:0.fileName = "SmartOS.vmdk" | |
scsi0:1.present = "TRUE" | |
scsi0:1.fileName = "Virtual Disk.vmdk" | |
floppy0.present = "FALSE" | |
serial0.present = "TRUE" | |
serial0.fileType = "pipe" | |
serial0.yieldOnMsrRead = "TRUE" | |
serial0.startConnected = "TRUE" | |
serial0.fileName = "socket.serial0" | |
numa.autosize.vcpu.maxPerVirtualNode = "1" | |
numa.autosize.cookie = "10001" | |
migrate.hostlog = "" | |
scsi0:0.redo = "" | |
scsi0:1.redo = "" | |
vc.uuid = "" | |
policy.vm.mvmtid = "" | |
softPowerOff = "FALSE" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment