<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Communities: Message List - Shared Disks and disk cache</title>
    <link>http://communities.vmware.com/community/vmtn/general/vm-guest?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Fri, 19 Jun 2009 14:16:48 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-06-19T14:16:48Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Shared Disks and disk cache</title>
      <link>http://communities.vmware.com/message/1289370?tstart=0#1289370</link>
      <description>The one most frequesntly used is MS Clustering Services - &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
If you find this or any other answer useful please consider awarding points by marking the answer correct or helpful</description>
      <pubDate>Fri, 19 Jun 2009 14:16:48 GMT</pubDate>
      <author>weinstein5</author>
      <guid>http://communities.vmware.com/message/1289370?tstart=0#1289370</guid>
      <dc:date>2009-06-19T14:16:48Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Shared Disks and disk cache</title>
      <link>http://communities.vmware.com/message/1289285?tstart=0#1289285</link>
      <description>&lt;br /&gt;
Ahhh that sucks, do you know what clustering application I would have to use to do this?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Dont really want to have to use a shared drive via &lt;span class="jive-thread-reply-body-container"&gt;SMB/NFS as this will use the network card for data copies &lt;br /&gt;</description>
      <pubDate>Fri, 19 Jun 2009 13:12:06 GMT</pubDate>
      <author>bluedrake</author>
      <guid>http://communities.vmware.com/message/1289285?tstart=0#1289285</guid>
      <dc:date>2009-06-19T13:12:06Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Shared Disks and disk cache</title>
      <link>http://communities.vmware.com/message/1289255?tstart=0#1289255</link>
      <description>I believe you will need cliustering software to have both O/Ses control the sharing of the disk - an O/S will not do this on its own - if you want to simply share the information I would give the disk to one of the VMs and use either SMB/NFS shares to allow the other VM access - &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
If you find this or any other answer useful please consider awarding points by marking the answer correct or helpful</description>
      <pubDate>Fri, 19 Jun 2009 12:25:08 GMT</pubDate>
      <author>weinstein5</author>
      <guid>http://communities.vmware.com/message/1289255?tstart=0#1289255</guid>
      <dc:date>2009-06-19T12:25:08Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Shared Disks and disk cache</title>
      <link>http://communities.vmware.com/message/1289253?tstart=0#1289253</link>
      <description>&lt;br /&gt;
Hi all&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
I have followed the steps below to attach a drive to two virtaul machines&lt;br /&gt;
&lt;p /&gt;
 vmkfstools -c 500G -d eagerzeroedthick -a lsilogic /vmfs/volumes/*/*/satashare.vmdk &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Once that was done, i turned off the vitrual machines and attached the drive:&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Attached it on a sperate scsi controler&lt;/li&gt;
&lt;li&gt;Added it as a independent persistent drive&lt;/li&gt;
&lt;li&gt;Changed the new scsi controler to a virtual device&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
When i powered on the virtual machines they could all see the disk but they could not share the information on the disk, the machines only saw the information originally put there by themselves.&lt;br /&gt;
&lt;p /&gt;
 I have read that i have to edit the following in the config file&lt;br /&gt;
&lt;br /&gt;
                    scsi1.present = "TRUE"
                    scsi1.sharedBus = "none"
                    scsi1.virtualDev = "lsilogic"
                    scsi1:0.present = "TRUE"
                    scsi1:0.fileName = "D:\Virtual Machines\Shared Disk\SHARED-DISK.vmdk" to the following 
                    disk.locking = "FALSE"
                    diskLib.dataCacheMaxSize = "0"

                    #scsi1 data storage
                    scsi1.present = "TRUE"
                    scsi1.virtualDev = "lsilogic"
                    scsi1.sharedbus = "none"
                    scsi1:0.present = "TRUE"
                    scsi1:0.fileName = " D:\Virtual Machines\Shared Disk\SHARED-DISK.vmdk "
                    scsi1:0.mode = "independent-persistent"
                    scsi1:0.shared = "TRUE"
                    scsi1:0.redo = "" Do i have to add the "diskLib.dataCacheMaxSize" line in as we are doing this for sql servers and dont want all the drives to have a 0 cache size. Thanks for the help in advance :) 
 &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;</description>
      <pubDate>Fri, 19 Jun 2009 12:22:25 GMT</pubDate>
      <author>bluedrake</author>
      <guid>http://communities.vmware.com/message/1289253?tstart=0#1289253</guid>
      <dc:date>2009-06-19T12:22:25Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
  </channel>
</rss>

