Presuming vCD v1.5 or above then you can use the Cell Management Tool (without having to download it)
- Log in to the target cell as root.
- Navigate to $VCLOUD_HOME/bin/ (typically /opt/vmware/vcloud-director/bin/).
- View the tasks that are running using this command:
./cell-management-tool -u username -p passwordcell -t
This should show you that the cell is up and running.
You could also run
service vmware-vcd status
To see if vcd is running
There are a number of other troubleshooting steps here