Hi,<br><br>I'm using cobbler on an ESX 3.01 Server.  Koan does not at this time<br>support creating VMs with the desired config on this platform.<br><br>I have not yet dug into:<br><br>  <a href="http://searchsystemschannel.techtarget.com/generic/0,295582,sid99_gci1243494,00.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://searchsystemschannel.techtarget.com/generic/0,295582,sid99_gci1243494,00.html</a><br><br>and attempted to write a script that creates a VM configured the way I<br>need it.  A friend took a brief look at it, and thought this was for an
<br>older vintage of ESX, so there may be problems getting things to<br>work on 3.01.<br><br>In the meantime, I am creating VMs by hand using VMware's<br>Virtual Infrastructure Client, powering them up, and PXE boot
<br>takes me to the Menu where I choose a profile and an appropriate<br>VM gets built.<br><br>The problem with this approach is that so far is dealing with<br>MAC address.  If VMware allocates the MAC address, I won't
<br>know what it is till after the VM is created.  Then I have to <br>dig around on the ESX server to find out what MAC was assigned<br>and manually issue a cobbler system command, or I can manually<br>assign a MAC address and force VMware to use it, then manually
<br>issue the system command.  But that's even more tedious.<br><br>In the recent Kickstart Tips and Tricks document I found a way<br>to get kickstart to statically assign the ip address it got<br>from pxe via dhcp using %pre.  
<br><br>I've got most of the embellisment to this tip necessary to issue<br>a cobbler system command to pin the ip to the mac address.<br><br>I need a way to easily find the name of the currently running<br>profile to use in the --profile option.  Fortunately I can get away
<br>with hardcoding the profile name in the kickstart, but sooner or<br>later I will add another profile that uses the same kickstart and<br>this work around will break down.<br><br>Thanks,<br clear="all">-- <br>Drew Einhorn