Here's the steps I have documented including the firewall step...
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.
• 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.
• 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.
o Microsoft network client - digitally sign communications (always) – DISABLED
o Microsoft network client - digitally sign communications (if server agrees) – DISABLED
o Microsoft network server - digitally sign communications (always) – DISABLED
o Microsoft network server - digitally sign communications (if server agrees) – DISABLED
• Next type “cd /vmimages” and then “mkdir ISO”
• Next type “mount -t smbfs -o username= 0 0”
o Edit /etc/rc.local using Nano or Vi
o Add the following line to the bottom of the file “mount –a”
Fyi…if you find this post helpful, please award points using the Helpful/Correct buttons.
-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-
Thanks, Eric
Visit my website: http://vmware-land.com
-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-