<div dir="ltr">







<p class="">Try these commands to create a vmdk</p><p class="">ssh <a href="mailto:root@esxihost.domain.com">root@esxihost.domain.com</a> mkdir -p /vmfs/volumes/datastore1/<a href="http://vmguest.domain.com">vmguest.domain.com</a></p>
<p class="">







</p><p class="">ssh <a href="mailto:root@esxihost.domain.com">root@esxihost.domain.com</a> vmkfstools -c 64g -d thin -a lsilogic&nbsp; /vmfs/volumes/datastore1/<a href="http://vmguest.domain.com/vmguest.domain.com.vmdk">vmguest.domain.com/vmguest.domain.com.vmdk</a></p>
<p class=""><br></p>







</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Feb 18, 2014 at 7:53 PM, Chris Johnson <span dir="ltr">&lt;<a href="mailto:rchristopherjohnson@gmail.com" target="_blank">rchristopherjohnson@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000"><div class="">
    <div>On 2/18/2014 2:12 PM, Vruwink, Timothy
      Roger wrote:<br>
    </div>
    <blockquote type="cite">
      
      
      
      <div>
        <p class="MsoNormal"><span style="color:#1f497d">I may not be
            describing what I want clearly.&nbsp; I just wanted to know if
            there was a way in Cobbler to define your Virtual machine
            settings (specifically for Vmware vcenter 5.5) - things like
            CPU, Ram, network cards etc. All the &ldquo;virtualized&rdquo; hardware
            that normally would be a physical server. &nbsp;&nbsp;Kind of &ldquo;create
            the virtual machine framework&rdquo;, then do the pxe
            boot/kickstart stuff.<u></u><u></u></span></p>
        <p class="MsoNormal"><span style="color:#1f497d"><u></u>&nbsp;<u></u></span></p>
        <p class="MsoNormal"><span style="color:#1f497d">I suspect it&rsquo;s
            a chicken before the egg situation. I need to have the
            server there, and then Cobbler steps in.<u></u><u></u></span></p>
        <p class="MsoNormal"><span style="color:#1f497d"><u></u>&nbsp;<u></u></span></p>
        <p class="MsoNormal"><span style="color:#1f497d">Tim<u></u><u></u></span></p>
        <p class="MsoNormal"><span style="color:#1f497d"><u></u>&nbsp;<u></u></span><br>
        </p>
      </div>
    </blockquote>
    <br></div>
    If I&#39;m reading this right you may be mixing apples and oranges as my
    grade school teachers would say.&nbsp; Creating the virtual machine is a
    different thing from running cobbler to install it.&nbsp; They need to
    know different things.&nbsp; If you want to have cobbler set up a file
    system then in the kickstart you need to tell it which virtual
    drive, what file system and how big at a minimum.&nbsp; And the network
    install kernel needs to know which interface on the client to use
    from which to fetch the OS.&nbsp; Although strictly speaking if there is
    only one interface you shouldn&#39;t, in theory, need to give cobbler a
    MAC address.&nbsp; I&#39;ve run into problem leaving it blank so I always
    give it on the cobbler system add line.&nbsp; To do that the VM needs to
    be created so the MAC address can be obtained from the VM
    configuration.&nbsp; <br>
    <br>
    Now if you&#39;re going to be installing a lot of nodes (I have a
    cobbler server, a backup and eight clients using VirtualBox running
    on two Macs and a Windows laptop but by lots I mean anything over 10
    say) then yes you may have a problem getting all the MAC address for
    example on the real systems.&nbsp; I know with VrtualBox you can tell it
    what to use.&nbsp; Sadly I don&#39;t know for sure about the others.&nbsp;
    Wouldn&#39;t surprise me if you could.&nbsp; The primary MAC address on all
    the hardware I&#39;ve installed was on the carton it came in and/or on
    the case somewhere.&nbsp; Just copy&nbsp; those into a file and script the
    cobbler set up with the command line tools.&nbsp; Yes, it&#39;s a pain if you
    bought 1024 nodes etc.&nbsp; Have the company send you a text file with
    the MAC addresses&nbsp; in it.&nbsp; You should have that and the matching
    serial numbers in a file anyway for inventory an warranty purposes.<span class="HOEnZb"><font color="#888888"><br>
    <br>
    CJ.<br>
  </font></span></div>

<br>_______________________________________________<br>
cobbler mailing list<br>
<a href="mailto:cobbler@lists.fedorahosted.org">cobbler@lists.fedorahosted.org</a><br>
<a href="https://lists.fedorahosted.org/mailman/listinfo/cobbler" target="_blank">https://lists.fedorahosted.org/mailman/listinfo/cobbler</a><br>
<br></blockquote></div><br></div>