Subject: NetBSD on X440 and ESX 2.5.3
To: None <port-i386@netbsd.org>
From: Frank Kruchio <fkruchio@orcon.net.nz>
List: port-i386
Date: 05/09/2006 19:43:43
Hi !

I am not sure if anyone interested in this but I have NetBSD 3.0 release
running as a virtual server on an IBM X440(8 CPU and 32Gb RAM) on VMware
ESX server version 2.5.3(latest).

My settings were the following: 
- In ESX guest OS set for FreeBSD
- Used FFS2 for all partitions and created a separate /boot with FFS2
- the virtual disk is not recognised correctly so I set 63 and 255 for 
- used the vmxlsilogic adapter

The X440 is not connected to a SAN yet, so the NetBSD virtual disk is on
the local 36GB SCSI U160 RAID 1 drive.
SAN attachment happens in a few weeks.

Here is the vmx file for the virtual NetBSD server.
Can I also have some comments from people who run Xen in production for a
while now(good or bad) thanks.

#!/usr/bin/vmware
config.version = "6"
virtualHW.version = "3"
scsi0.present = "TRUE"
scsi0.virtualDev = "vmxlsilogic"
memsize = "256"
ide0:0.present = "TRUE"
ide0:0.fileName = "/vmfs/local/NetBSD-3.0.iso"
ide0:0.deviceType = "cdrom-image"
floppy0.startConnected = "FALSE"
floppy0.fileName = "/dev/fd0"
Ethernet0.present = "TRUE"
Ethernet0.connectionType = "monitor_dev"
Ethernet0.devName = "bond0.18"
Ethernet0.networkName = "vs1-vl18-10.65.90.0/24"
usb.present = "FALSE"
RemoteDisplay.depth = "8"
displayName = "test"
guestOS = "freebsd"
checkpoint.cptConfigName = "test-594be488"
priority.grabbed = "normal"
priority.ungrabbed = "normal"

draw = "gdi"
uuid.bios = "50 29 b9 cc 97 db d9 91-24 9e 70 d6 19 fb dc 31"

scsi0:0.present = "TRUE"
scsi0:0.name = "local:test.vmdk"

floppy0.present = "TRUE"

Ethernet0.addressType = "generated"
uuid.location = "56 4d c2 76 aa 8b a4 32-bc 39 2d b5 c5 dc 80 09"
ethernet0.generatedAddress = "00:0c:29:fb:dc:31"
ethernet0.generatedAddressOffset = "0"

suspend.directory = "/vmfs/vmhba2:0:0:2"
scsi0.sharedBus = "none"
isolation.tools.dnd.disable = "TRUE"
debug = "TRUE"

ide0:0.startConnected = "FALSE"

Cheers:
FFK