In the past I have written articles about how to create a RDM to LUN disk mapping for VMware ESX 3. http://www.gamescheat.ca/2009/10/scripts-to-automate-the-process-of-identifying-and-compiling-an-rdm-to-lun-mapping-list-for-vmware-esx-30/ and http://www.gamescheat.ca/2009/10/how-to-identify-and-compile-an-rdm-to-lun-mapping-list-for-vmware-esx-30/ The procedure to identify the path for the RDM (raw disk mapping) to LUN (disk on SAN) on Vmware ESX 4 is different from Vmware Esx 3. There are a...
Read more »
Posts Tagged ‘ VMware ESX ’
Creating RDM to LUN (SAN) mapping on VMware ESX 4, Vcenter.
Scripts to automate the process of identifying and compiling an RDM to LUN mapping list for VMware ESX 3.0
In an earlier posting I listed a copy of the article explaining how to manually create a RDM to LUN mapping for VMware ESX. I have created scripts to completly automate this process, ftp the result and email the result file. Save the below commands in a file and make it executable. Name the...
Read more »
How to identify and compile a RDM to LUN mapping list for VMware ESX 3.0
Below is a copy of the article from VMware knowledge base. It explains the steps to create the Raw Decive Mapping to Logical Unit Number. But is you have a VMserver with many virtual clients and LUNs attached, then this manual procedure can take hours. I have created scripts to automate this procedure and...
Read more »
Enable outbound FTP ports on VMware ESX server.
The operating system on VMware ESX 3 is a striped down version of linux. It has only the bare necessities for VMware to function. I wanted to configure a cron job to email the log file, but because sendmail is not installed the mailto command did not work. I decided to write a script...
Read more »