> 
> Which VM solution was this ? VMware, VirtualBox, Xen,
> other ?  How were 
> the "disks" presented to the guest ?  What are the
> "disks" in the host, 
> real disks, files, something else ?
> 
> 
> -- 
> Darren J Moffat
> _______________________________________________
> zfs-discuss mailing list
> zfs-discuss@opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/zfs-discu
> ss

VMWare 6.0.4 running on Debian unstable, 
Linux bigsrv 2.6.26-1-amd64 #1 SMP Wed Sep 24 13:59:41 UTC 2008 x86_64 GNU/Linux

Solaris is vanilla snv_90 installed with no GUI.

Here is the content of the .vmx file in question:
================================================
#!/usr/bin/vmware
config.version = "8"
virtualHW.version = "6"
scsi0.present = "TRUE"
scsi0.virtualDev = "lsilogic"

memsize = "4096"
MemAllowAutoScaleDown = "FALSE"
MemTrimRate = "0"
sched.mem.pshare.enable = "FALSE"
sched.mem.minsize = "3062"
sched.mem.max = "7000"
sched.mem.maxmemctl = "0"
sched.mem.shares = "100000"

scsi0:0.present = "TRUE"
scsi0:0.fileName = "/home/vasile/vmware/solsrv/OpenSolaris64.vmdk"
ide1:0.present = "TRUE"
ide1:0.autodetect = "TRUE"
ide1:0.deviceType = "cdrom-image"
floppy0.startConnected = "FALSE"
floppy0.autodetect = "TRUE"
ethernet0.present = "TRUE"
ethernet0.virtualDev = "e1000"
ethernet0.wakeOnPcktRcv = "TRUE"
sound.present = "FALSE"
sound.fileName = "-1"
sound.autodetect = "TRUE"
svga.autodetect = "FALSE"
pciBridge0.present = "TRUE"
displayName = "zfssrv"
guestOS = "solaris10-64"
nvram = "Solaris 10 64-bit.nvram"
deploymentPlatform = "windows"
virtualHW.productCompatibility = "hosted"
RemoteDisplay.vnc.port = "0"
tools.upgrade.policy = "useGlobal"

floppy0.fileName = "/dev/fd0"
extendedConfigFile = "Solaris 10 64-bit.vmxf"

ide1:0.fileName = ""
floppy0.present = "FALSE"
gui.powerOnAtStartup = "TRUE"

ide1:0.startConnected = "TRUE"
ethernet0.addressType = "generated"
uuid.location = "56 4d da 02 a4 a0 78 74-2e 09 90 62 45 bb c4 94"
uuid.bios = "56 4d da 02 a4 a0 78 74-2e 09 90 62 45 bb c4 94"
scsi0:0.redo = ""
pciBridge0.pciSlotNumber = "17"
scsi0.pciSlotNumber = "16"
ethernet0.pciSlotNumber = "32"
sound.pciSlotNumber = "-1"
ethernet0.generatedAddress = "00:0c:29:bb:c4:94"
ethernet0.generatedAddressOffset = "0"
tools.syncTime = "FALSE"

svga.maxWidth = "1024"
svga.maxHeight = "768"
svga.vramSize = "3145728"

scsi0:1.present = "TRUE"
scsi0:1.fileName = "ztank-sda.vmdk"
scsi0:1.mode = "independent-persistent"
scsi0:1.deviceType = "rawDisk"
scsi0:2.present = "TRUE"
scsi0:2.fileName = "ztank-sdb.vmdk"
scsi0:2.mode = "independent-persistent"
scsi0:2.deviceType = "rawDisk"
scsi0:3.present = "TRUE"
scsi0:3.fileName = "ztank-sdc.vmdk"
scsi0:3.mode = "independent-persistent"
scsi0:3.deviceType = "rawDisk"
scsi0:4.present = "TRUE"
scsi0:4.fileName = "ztank-sdd.vmdk"
scsi0:4.mode = "independent-persistent"
scsi0:4.deviceType = "rawDisk"
scsi0:5.present = "TRUE"
scsi0:5.fileName = "ztank-sde.vmdk"
scsi0:5.mode = "independent-persistent"
scsi0:5.deviceType = "rawDisk"
scsi0:6.present = "TRUE"
scsi0:6.fileName = "ztank-sdf.vmdk"
scsi0:6.mode = "independent-persistent"
scsi0:6.deviceType = "rawDisk"

scsi0:1.redo = ""
scsi0:2.redo = ""
scsi0:3.redo = ""
scsi0:4.redo = ""
scsi0:5.redo = ""
scsi0:6.redo = ""

isolation.tools.dnd.disable = "TRUE"
snapshot.disabled = "TRUE"

scsi0:0.mode = "independent-persistent"

isolation.tools.copy.disable = "FALSE"
isolation.tools.paste.disable = "FALSE"

tools.remindInstall = "TRUE"
================================================

in summary: physical disks, assigned 100% to the VM

HTH

kind regards
Vasile
--
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to