+ Reply to Thread
Page 2 of 2
FirstFirst 1 2
Results 11 to 13 of 13

Thread: Platform's OCS v5 on VMware?

  1. #11
    ltsai is offline Project Moderator
    Join Date
    March 4th, 2008
    Posts
    61
    Blog Entries
    3
    Downloads
    3
    Uploads
    0

    Default

    Hi

    I don't see a current plan to correct this as it is a problem with the dell drivers that work only on Dell hardware. You may wish to raise this issue to your Dell representatives.

    Alternatively, you can obtain OCS generic or use Kusu.

  2. #12
    alixx is offline Junior Member
    Join Date
    October 21st, 2008
    Posts
    5
    Downloads
    0
    Uploads
    0

    Default Edit the .vmx file

    - Shutdown the Vmware software.
    - Open your virtual machine .vmx file
    - Comment out any scsi0 options.

    This works with OCS 5.1 Dell Edition and VMware workstation 6.0.

    Here is an example:

    config.version = "8"
    virtualHW.version = "4"
    numvcpus = "2"
    #scsi0.present = "TRUE"
    #scsi0.virtualDev = "lsilogic"
    memsize = "1024"
    ide0:0.present = "TRUE"
    ide0:0.fileName = "node1.vmdk"
    ide0:0.writeThrough = "TRUE"
    ide1:0.present = "TRUE"
    ide1:0.fileName = "/dev/scd0"
    ide1:0.deviceType = "cdrom-raw"
    floppy0.startConnected = "FALSE"
    floppy0.fileName = "/dev/fd0"
    displayName = "node1"
    guestOS = "otherlinux-64"
    priority.grabbed = "normal"
    priority.ungrabbed = "normal"
    powerType.powerOff = "hard"
    powerType.powerOn = "hard"
    powerType.suspend = "hard"
    powerType.reset = "hard"

    #scsi0.present = "TRUE"
    #scsi0.virtualDev = "lsilogic"
    floppy0.present = "FALSE"
    Ethernet0.present = "TRUE"
    Ethernet0.connectionType = "custom"
    Ethernet0.vnet = "/dev/vmnet1"
    Ethernet0.virtualDev = "e1000"

    ide0:0.redo = ""
    ethernet0.addressType = "generated"
    uuid.location = "56 4d 67 5a 0d 23 bd 78-38 a7 e1 bf 84 21 32 b3"
    uuid.bios = "56 4d 67 5a 0d 23 bd 78-38 a7 e1 bf 84 21 32 b3"
    ethernet0.generatedAddress = "00:0c:29:21:32:b3"
    ethernet0.generatedAddressOffset = "0"

  3. #13
    ltsai is offline Project Moderator
    Join Date
    March 4th, 2008
    Posts
    61
    Blog Entries
    3
    Downloads
    3
    Uploads
    0

    Default

    You can also just use IDE disks too in your vmware configuration.

+ Reply to Thread
Page 2 of 2
FirstFirst 1 2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts