<?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 - vmimages</title>
    <link>http://communities.vmware.com/community/vmtn/vi/esx3.5?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Sat, 11 Aug 2007 14:27:43 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2007-08-11T14:27:43Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: vmimages</title>
      <link>http://communities.vmware.com/message/721353?tstart=0#721353</link>
      <description>Ran into this same problem... thanks. I'll try this when I get back to the office.&lt;br /&gt;
&lt;b&gt;!st po$t!&lt;/b&gt;&lt;br /&gt;
&lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;</description>
      <pubDate>Sat, 11 Aug 2007 14:27:43 GMT</pubDate>
      <author>Nigritude Ultramarine</author>
      <guid>http://communities.vmware.com/message/721353?tstart=0#721353</guid>
      <dc:date>2007-08-11T14:27:43Z</dc:date>
      <clearspace:dateToText>2 years, 3 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: vmimages</title>
      <link>http://communities.vmware.com/message/640651?tstart=0#640651</link>
      <description>mkdir /isos&lt;br /&gt;
mkdir -p /vmimages            (does /vmimages exist by default?)&lt;br /&gt;
&lt;br /&gt;
    to make the link:&lt;br /&gt;
ln -s /isos /vmimages/isos</description>
      <pubDate>Wed, 09 May 2007 08:44:28 GMT</pubDate>
      <author>pdpelsem</author>
      <guid>http://communities.vmware.com/message/640651?tstart=0#640651</guid>
      <dc:date>2007-05-09T08:44:28Z</dc:date>
      <clearspace:dateToText>2 years, 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: vmimages</title>
      <link>http://communities.vmware.com/message/640505?tstart=0#640505</link>
      <description>Since I'm a linux ignoramous, could I create a dir under VMFS called ISOS (or something similar) and then create a link of some sort under VMIMAGES so /VMIMAGES/ISOS would go to the ISOS dir under VMFS? If so, how would I do this?</description>
      <pubDate>Wed, 09 May 2007 00:28:45 GMT</pubDate>
      <author>dbennett</author>
      <guid>http://communities.vmware.com/message/640505?tstart=0#640505</guid>
      <dc:date>2007-05-09T00:28:45Z</dc:date>
      <clearspace:dateToText>2 years, 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: vmimages</title>
      <link>http://communities.vmware.com/message/617415?tstart=0#617415</link>
      <description>I renamed the original /vmimages and instead made /vmimages a symbolic link to a shared VMFS volume that contains the iso images.&lt;br /&gt;
&lt;br /&gt;
For one reason, I don't want those with remote console access to be able to install the vmtools anyway.  Another reason is with shared storage, you only need to copy one .iso to each storage group instead of storing it locally on each ESX host.&lt;br /&gt;
&lt;br /&gt;
So I did something like:&lt;br /&gt;
&lt;br /&gt;
mv /vmimages /vmimages.oem&lt;br /&gt;
ln -s /vmfs/volumes/xxxxxx/iso /vmimages</description>
      <pubDate>Mon, 09 Apr 2007 16:31:35 GMT</pubDate>
      <author>Todd Wilkerson</author>
      <guid>http://communities.vmware.com/message/617415?tstart=0#617415</guid>
      <dc:date>2007-04-09T16:31:35Z</dc:date>
      <clearspace:dateToText>2 years, 7 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: vmimages</title>
      <link>http://communities.vmware.com/message/617393?tstart=0#617393</link>
      <description>I would suggest one of three options for storing ISO's.&lt;br /&gt;
&lt;br /&gt;
1) Just create a ISO directory on one of your VMFS volumes and store them there.&lt;br /&gt;
&lt;br /&gt;
2) Create a samba mount to a Windows Server and store them there.&lt;br /&gt;
&lt;br /&gt;
3) Create a NFS VMFS volume using a Windows Server and store them there.&lt;br /&gt;
&lt;p /&gt;
How do I create a ISO mount point that points to a Windows Server for storing ISO files for my VMs?  You can create a mount point inside /vmimages so your VMs can access ISO files when needed. You could just create a directory on your VMFS volume and copy them there but this takes valuable disk space away from the ESX server. You can also use this technique to create other mount points on the ESX server if you need to copy files from a Windows server to or from it for patches and other things.&lt;br /&gt;
	First you will have to open the firewall port in ESX by typing in the service console esxcfg-firewall -e smbClient. This opens outbound TCP ports 137  139 and 445.&lt;br /&gt;
	Next make sure the Local Security Policy on the Windows Server you are going to map to has the following settings under Security options. If you do not do this you may get a Stale NFS Handle or Permission denied error when trying to mount.&lt;br /&gt;
o	Microsoft network client - digitally sign communications (always)  DISABLED&lt;br /&gt;
o	Microsoft network client - digitally sign communications (if server agrees)  DISABLED&lt;br /&gt;
o	Microsoft network server - digitally sign communications (always)  DISABLED&lt;br /&gt;
o	Microsoft network server - digitally sign communications (if server agrees)  DISABLED&lt;br /&gt;
	Next type cd /vmimages and then mkdir ISO &lt;br /&gt;
	Next type mount -t smbfs -o username=&amp;lt;local windows username&amp;gt; //windows server/share /vmimages/ISO you can also use a windows domain username by typing username=&amp;lt;windows domain username&amp;gt;,workgroup=&amp;lt;windows domain name&amp;gt;&lt;br /&gt;
	You will be prompted for a password for the user account you are using.&lt;br /&gt;
	You can type cd /vmimages/ISO and do ls and you should see all your files. You can now map your VMs CD-ROM using the Datastore ISO file device type and select the /vmimages/ISO folder.&lt;br /&gt;
	If you no longer need this mount point you can un-mount it by typing umount /vmimages/ISO&lt;br /&gt;
	To automatically have your ESX server mount this when it restarts do the following:&lt;br /&gt;
o	Edit /etc/fstab using Nano or Vi&lt;br /&gt;
o	Add the following line to the bottom of the file: //windows server/share  /vmimages/ISO  smbfs noauto,username=&amp;lt;windows username&amp;gt;,password=&amp;lt;windows username password&amp;gt; 0 0&lt;br /&gt;
o	Edit /etc/rc.local using Nano or Vi&lt;br /&gt;
o	Add the following line to the bottom of the file mount a&lt;br /&gt;
&lt;br /&gt;
How do I create a NFS volume on a Windows Server to use for storing ISO files for my VMs?  You can do this if you have Windows 2003 Server R2 which has built-in NFS Services&lt;br /&gt;
	On the Windows 2003 Server make sure Microsoft Services for NFS in installed. If not you need to add it under Add/Remove Programs, Windows Components, Other Network File and Print Services&lt;br /&gt;
	Next go to folder you want to share and right-click on it and select Properties&lt;br /&gt;
	Click on the NFS Sharing tab and select Share this Folder&lt;br /&gt;
	Enter a Share Name, check Anonymous Access and make sure the UID and GID are both -2&lt;br /&gt;
	In VirtualCenter, select your ESX server and click the Configuration tab and then select Storage&lt;br /&gt;
	Click on Add Storage and select Network File System as the storage type&lt;br /&gt;
	Enter the Windows Server name, the folder (share) name and a descriptive Datastore Name&lt;br /&gt;
	Once it finishes the configuration you can now map your VMs CD-ROM devices to this new VMFS volume</description>
      <pubDate>Mon, 09 Apr 2007 16:07:18 GMT</pubDate>
      <author>esiebert7625</author>
      <guid>http://communities.vmware.com/message/617393?tstart=0#617393</guid>
      <dc:date>2007-04-09T16:07:18Z</dc:date>
      <clearspace:dateToText>2 years, 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Re: vmimages</title>
      <link>http://communities.vmware.com/message/617356?tstart=0#617356</link>
      <description>/vmimages has a different purpose in VI3.&lt;br /&gt;
&lt;br /&gt;
It is a local directory of the / fs and should only be used for the vmware-tools isos and flp images&lt;br /&gt;
&lt;br /&gt;
The thought is that you will now create a shared LUN (vmfs) on the SAN for isos and templates.&lt;br /&gt;
&lt;br /&gt;
If you want to keep your OS isos local - I suggest you create a new fs and mount point during the install.&lt;br /&gt;
&lt;br /&gt;
If you want to - you can just create /vmimages as a separate fs and mount point during install.</description>
      <pubDate>Mon, 09 Apr 2007 14:59:39 GMT</pubDate>
      <author>BrianG</author>
      <guid>http://communities.vmware.com/message/617356?tstart=0#617356</guid>
      <dc:date>2007-04-09T14:59:39Z</dc:date>
      <clearspace:dateToText>2 years, 7 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>vmimages</title>
      <link>http://communities.vmware.com/message/617350?tstart=0#617350</link>
      <description>I want to make this partition (file system) bigger.&lt;br /&gt;
&lt;br /&gt;
I see /vmimages, and its a mount point for ISO images, but I ran into a problem where I tried to copy a large ISO image (for installing a new OS) and vmimages was not big enough to accomodate the file.&lt;br /&gt;
&lt;br /&gt;
So in the future when I get more ESX hosts, I want to make vmimages somewhat larger.&lt;br /&gt;
&lt;br /&gt;
My question is, where is vmimages mounted?  So that when I setup the partition, it will have more room and thus a large partition to put more data in vmimages.</description>
      <pubDate>Mon, 09 Apr 2007 14:54:25 GMT</pubDate>
      <author>RParker</author>
      <guid>http://communities.vmware.com/message/617350?tstart=0#617350</guid>
      <dc:date>2007-04-09T14:54:25Z</dc:date>
      <clearspace:dateToText>2 years, 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
  </channel>
</rss>

