[one-users] vmware and scsi disk setup
Michael Curran
michael.curran at connectsolutions.com
Tue Aug 20 09:54:57 PDT 2013
I am trying to get my windows hosts to deploy with SCSI devices instead of IDE
I have modified the disk type to be SD instead of HD - and it starts up with SCSI now , however I don't think its building the VMX file correctly as I get this error
Tue Aug 20 09:44:08 2013 [VMM][I]: out:
Tue Aug 20 09:44:08 2013 [VMM][I]: error: Failed to start domain one-24
Tue Aug 20 09:44:08 2013 [VMM][I]: error: internal error Could not start domain: GenericVmConfigFault -
Tue Aug 20 09:44:08 2013 [VMM][I]: Failed to configure scsi0.
Tue Aug 20 09:44:08 2013 [VMM][I]:
Tue Aug 20 09:44:08 2013 [VMM][I]:
Tue Aug 20 09:44:08 2013 [VMM][I]: ExitCode: 1
Tue Aug 20 09:44:08 2013 [VMM][I]: Failed to execute virtualization driver operation: deploy.
Tue Aug 20 09:44:08 2013 [VMM][E]: Error deploying virtual machine
Tue Aug 20 09:44:08 2013 [DiM][I]: New VM state is FAILED
I have tried setting the RAW settings for SCSI env. In the VMX file, but it puts the disk name before it finds if the SCSI device is present.
scsi0:0.fileName = "/vmfs/volumes/51ff8fa7-5a076f91-1cb4-b499bac14752/24/disk.0/disk.vmdk"
scsi0.present = "true"
scsi0.sharedBus = "none"
scsi0.virtualDev = "lsisas1068"
scsi0:0.present = "true "
scsi0:0.deviceType = "scsi-hardDisk"
sched.scsi0:0.shares = "normal"
sched.scsi0:0.throughputCap = "off"
scsi0.pciSlotNumber = "21"
scsi0.sasWWID = "50 05 05 60 ed 9f 4c 80"
Are there any recommended best practices for this type of setup? Here is what my template looks like
TEMPLATE 0 INFORMATION
ID : 0
NAME : Windows 2k8r2
USER : oneadmin
GROUP : oneadmin
REGISTER TIME : 08/08 12:16:50
PERMISSIONS
OWNER : um-
GROUP : ---
OTHER : ---
TEMPLATE CONTENTS
CONTEXT=[
NETWORK="YES" ]
CPU="1"
DISK=[
IMAGE_ID="0" ]
FEATURES=[
PCIBRIDGE="0" ]
MEMORY="2048"
NIC=[
MODEL="e1000",
NETWORK_ID="0" ]
OS=[
GUESTOS="windows7Server64Guest" ]
RAW=[
DATA="<devices><controller type='scsi' index='0' model='lsilogic'/></devices>",
TYPE="vmware" ]
RAW=[
DATA_VMX="scsi0.present = \"true\"\nscsi0.sharedBus = \"none\"\nscsi0.virtualDev = \"lsisas1068\"\nscsi0:0.present = \"true \"\nscsi0:0.deviceType = \"scsi-hardDisk\"\nsched.scsi0:0.shares = \"normal\"\nsched.scsi0:0.throughputCap = \"off\"\nscsi0.pciSlotNumber = \"160\"",
TYPE="vmware" ]
REQUIREMENTS="ID=\"0\" | ID=\"1\""
Michael Curran | connectsolutions | Lead Network Architect
Phone 614.568.2285 | Mobile 614.403.6320 | www.connectsolutions.com<http://www.connectsolutions.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opennebula.org/pipermail/users-opennebula.org/attachments/20130820/10d24536/attachment-0001.htm>
More information about the Users
mailing list