Hi Mark,
It looks like the MAC addresses aren't set for the VM computer that is
being loaded.  This will happen if you attempt to add a single
computer rather than selecting the "Add Multiple" option.  There isn't
currently a way to populate these values via the website so you'll
either have to
-edit the database to set the MAC address values for the VM computer
or
-delete the VM, then add multiple VMs back via the website.

The database can be updated with a query like this:
UPDATE computer SET eth0macaddress='00:50:56:01:01:01',
eth1macaddress='00:50:56:01:01:02' WHERE hostname = 'vm-1';

Hope this helps,
Andy

On Mon, Aug 8, 2011 at 3:45 PM, Mark Gardner <m...@vt.edu> wrote:
> I appear to be sneaking up on it... However image capture failed again.
> I am enclosing an excerpt from the log. Not sure what the problem is but it
> appears that it found a vmdk when it didn't expect to find one. This may be
> due to my misconfiguration of the VMHost - local storage. I specified the
> Data Store Path to be /vmfs/volumes/datastore1/datastore and the Repository
> Path to be /vmfs/volumes/datastore1/repository and created those
> directories.
> Mark
>
> --
> Mark Gardner
> --
>

Reply via email to