Hi All,
While deploying Cloudfoundry over opnestack, I get following error "Error 400007: `cloud_controller/0' is not running after update".
I checked logs on cloud controller VM and it shows me following error in /var/vcap/sys/log/monit/cloud_controller_ctl.err.log file.
"mount.nfs: access denied by server while mounting 172.24.4.226:/var/vcap/store/shared".
Contents of /var/vcap/sys/log/monit/cloud_controller_ctl.log show following
"Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the restart(8) utility, e.g. restart idmapd
idmapd start/running, process 32187
Mounting NFS...
Cannot mount NFS, exiting...
Removing stale pidfile...
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service idmapd restart"
Can someone help me to understand what is happening here ? I have enabled port 2049 in security group.
Thanks,
Animesh