After installing vCloud Director in my lab, I couldn’t start the cell. So I looked in the log file: /opt/vmware/cloud-director/logs/cell.log and saw the following subsystem status report:

image

More info about the vCloud log files can be found in this blog post: http://www.virtual-blog.com written by David Hill.

.The reason why the cell couldn’t start was a missing A record on the DNS server. So I created the A record and restarted the vmware-vcd service via:

/etc/init.d/vmware-vcd restart

Right after the restart I used the tail command to watch the cell.log file:

tail -f /opt/vmware/cloud-director/logs/cell.log

And 32 seconds later the cell was started successfully:

image

So if you are working with or planning to work with vCloud Director. Be sure your DNS infrastructure is configured correctly and be sure you add all the A records for the vCloud Direcotor VMs. The VDC, Oracle and vShield Manager.

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.