Results 1 to 6 of 6

Thread: How to create shared disk in Virtual machine

  1. #1
    Join Date
    Feb 2010
    Posts
    678

    How to create shared disk in Virtual machine

    Hi all,

    I am using windows 2003 server in my PC. I am installing VMware in my PC for running Virtial operating system. I want to know that how to create shared disk in Virtual machine. My machine configuration is 1 GB RAM with P-4 processor. Please suggest. Thanks in advance.

  2. #2
    Join Date
    Jan 2008
    Posts
    1,521

    How to create shared disk in Virtual machine

    In the virtual machine software installation directory, there isvmware-vdiskmanager.exeFile (older versions availableplainmaker.exe), To copy it to the shared disk counters directory, create a shared disk (the old version of the shared disk file extension name. pln)
    Code:
    F: \Virtual Machine\Shared disk cabinet>vmware-vdiskmanager.exe-c-s 200Mb-a lsilogic-t 2 quorum.vmdk
    Code:
    F: \Virtual Machine\Shared disk cabinet>vmware-vdiskmanager.exe-c-s 4Gb-a lsilogic-t 2 sharedisk.vmdk
    Once created, the directory there are four new files
    Code:
    quorum-flat.vmdk
    quorum.vmdk
    sharedisk-flat.vmdk
    sharedisk.vmdk
    Check and reply.

  3. #3
    Join Date
    Feb 2008
    Posts
    1,852

    How to create shared disk in Virtual machine

    In the virtual machine interface, select "Edit virtual machine settings” and Add a hard drive, choose "Use a existing virtual disk, " Where you can found addedquorum.vmdk、sharedisk.vmdk. Double-click the newly added disk, the disk properties in the pop-up window choose "advance"Hard choice for the new added virtual device node:quorum.vmdkSelected set "SCSI 0:1”, sharedisk.vmdkSelected "SCSI 1:1”. Open two separate virtual machine directory vmx file, in the last line add:
    Code:
    disk.locking = "FALSE" 
    scsi0: 1.SharedBus = "Virtual" 
    scsi1: 1.SharedBus = "Virtual"
    All the best.

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    How to create shared disk in Virtual machine

    vmware shared disk set, need to meet the conditions that the hard disk in the advanced properties must be set to 1:0, if the addition of a second block of shared disk, but also set to 1:0, the system will get an error, it is set to 1:1. If you need more information , Please reply. Best of luck.

  5. #5
    Join Date
    Oct 2005
    Posts
    2,393

    Re: How to create shared disk in Virtual machine

    It also needs to vmware configuration properties file such as rhel3.vmx by adding two properties
    Code:
    scsi [n]. sharedBus = "virtual"
    disk.locking = "false"
    When will lock the system boot disk, so when after the start linux1 shared disk is locked, linux2 to get up, so need to join the disk.locking = "false". Generally speaking, if it is scsi1: 0, then n is 1, which is scsi1.sharedBus = "virtual", that all of the bus are shared, vmare recommend this practice. If we say that is not all of the bus are shared, you can be the above-mentioned scsi1.sharedBus = "virtual" change scsi1: 1.shared = "true. Check and reply.

  6. #6
    Join Date
    May 2008
    Posts
    2,297

    How to create shared disk in Virtual machine

    VMware recommends you set up the shared disks on their own SCSI bus, which is a different bus than the one the guest operating system uses. For example, if your guest operating system is on scsi0: 0, you should set up disks to share on scsi1 bus. For example, to enable SCSI reservation for devices on the scsi1 bus, add the following line to the virtual machine's configuration file:
    Code:
    scsi1.sharedBus = "virtual"
    This gives the whole bus the ability to be shared. However, if you would rather not share the whole bus, you can selectively enable SCSI reservation for a specific SCSI disk on the shared bus. This prevents the locking of this specific disk.

Similar Threads

  1. Cannot create 64bit virtual machine on HP xw8400 Workstation
    By |Gyani| in forum Hardware Peripherals
    Replies: 4
    Last Post: 12-02-2012, 08:49 PM
  2. How to create and configure Virtual machine on Hyper-V?
    By Dexter85 in forum Operating Systems
    Replies: 6
    Last Post: 29-10-2010, 05:14 AM
  3. Cannot attach the virtual hard disk to the virtual machine
    By GurpreetC in forum Operating Systems
    Replies: 4
    Last Post: 21-08-2010, 04:03 PM
  4. how to create virtual hard disk in xp?
    By abhi123tri in forum Operating Systems
    Replies: 1
    Last Post: 18-06-2010, 07:42 AM
  5. How to set up new differencing disk on virtual machine
    By Bertus in forum Networking & Security
    Replies: 3
    Last Post: 22-07-2009, 05:33 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,622,634.84787 seconds with 16 queries