ERROR:400007 director/0 is not running after update

53 views
Skip to first unread message

Parthiban Annadurai

unread,
Mar 4, 2015, 9:40:10 AM3/4/15
to bosh-...@cloudfoundry.org
where we can get the logs of director VM(i.e., var/vcap/) and what is the credentials for getting into that concern VM?? 

Dmitriy Kalinin

unread,
Mar 4, 2015, 1:42:14 PM3/4/15
to bosh-...@cloudfoundry.org
Which IaaS are you using? If it's aws, openstack you can ssh into it with your ssh key. For vmware we currently only support password authentication. VM password can be configured via a deployment manifest but if it's not then it defaults to c1oudc0w.

Parthiban Annadurai

unread,
Mar 4, 2015, 11:26:05 PM3/4/15
to bosh-...@cloudfoundry.org
Thankyou for your faster reply Dimitry.. Am using vSphere to install OpenSource CF.. I tested with manifest's credentials admin/admin also but not working. And we tried c1oudc0w, that is also not working.. 

To unsubscribe from this group and stop receiving emails from it, send an email to bosh-users+...@cloudfoundry.org.

Dmitriy Kalinin

unread,
Mar 4, 2015, 11:26:53 PM3/4/15
to bosh-...@cloudfoundry.org
It will be vcap/c1oudc0w.

Parthiban Annadurai

unread,
Mar 4, 2015, 11:37:32 PM3/4/15
to bosh-...@cloudfoundry.org
I will tell the steps which i performed to login first.. 

1) SSH IP Address
2) Its asking for Password straightly i given c1oudc0w.
             Its not working..

Daniele Romano

unread,
Mar 5, 2015, 4:09:53 AM3/5/15
to bosh-...@cloudfoundry.org
Try with
ssh vcap@IP_ADDRESS
as command to login in the VM with the c1oudc0w password

Parthiban Annadurai

unread,
Mar 5, 2015, 5:37:03 AM3/5/15
to bosh-...@cloudfoundry.org
Thanks for your reply Daniele.. am able to login to all VMs except director VM.. when i tried to login inside director VM, it shows,

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that the RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
39:ba:01:6f:53:4c:67:9b:0e:b4:bd:4c:19:a3:2a:29.
Please contact your system administrator.
Add correct host key in /root/.ssh/known_hosts to get rid of this message.
Offending key in /root/.ssh/known_hosts:2
RSA host key for 192.168.33.124 has changed and you have requested strict checking.
Host key verification failed.

what is the exact error am not getting Daniele.. could you please help on this?? Thanks in advance..

Parthiban Annadurai

unread,
Mar 5, 2015, 7:02:36 AM3/5/15
to bosh-...@cloudfoundry.org
after deploying bosh using "bosh deploy" command and while am trying to verify using "bosh vms", it shows like this

+------------------+---------+---------------+----------------+
| Job/index        | State   | Resource Pool | IPs            |
+------------------+---------+---------------+----------------+
| blobstore/0      | running | small         | 192.168.33.125 |
| director/0       | failing | medium        | 192.168.33.124 |
| health_monitor/0 | running | small         | 192.168.33.126 |
| nats/0           | running | small         | 192.168.33.121 |
| postgres/0       | running | small         | 192.168.33.122 |
| redis/0          | running | small         | 192.168.33.123 |
+------------------+---------+---------------+----------------+
what i can do for this?? now am able to login to the director VM also.. could anyone please help on this issue?? Thanks in advance..

Parthiban Annadurai

unread,
Mar 5, 2015, 7:29:44 AM3/5/15
to bosh-...@cloudfoundry.org
bosh deploy command shows the output as follows,

[root@ie1aul0414 bosh]# bosh deploy

Processing deployment manifest
------------------------------
Getting deployment properties from director...
Unable to get properties list from director, trying without it...
Compiling deployment manifest...
Cannot get current deployment information from director, possibly a new deployment
Please review all changes carefully

Deploying
---------
Deployment name: `bosh.yml'
Director name: `microbosh'
Are you sure you want to deploy? (type 'yes' to continue): yes

Director task 55
  Started preparing deployment
  Started preparing deployment > Binding deployment. Done (00:00:00)
  Started preparing deployment > Binding releases. Done (00:00:00)
  Started preparing deployment > Binding existing deployment. Done (00:00:00)
  Started preparing deployment > Binding resource pools. Done (00:00:00)
  Started preparing deployment > Binding stemcells. Done (00:00:00)
  Started preparing deployment > Binding templates. Done (00:00:00)
  Started preparing deployment > Binding properties. Done (00:00:00)
  Started preparing deployment > Binding unallocated VMs. Done (00:00:00)
  Started preparing deployment > Binding instance networks. Done (00:00:00)
     Done preparing deployment (00:00:00)

  Started preparing package compilation > Finding packages to compile. Done (00:00:00)

  Started preparing dns > Binding DNS. Done (00:00:00)

  Started creating bound missing vms
  Started creating bound missing vms > small/0
  Started creating bound missing vms > small/1
  Started creating bound missing vms > small/2
  Started creating bound missing vms > small/3
  Started creating bound missing vms > small/4
  Started creating bound missing vms > medium/0
     Done creating bound missing vms > small/2 (00:00:32)
     Done creating bound missing vms > small/4 (00:00:32)
     Done creating bound missing vms > medium/0 (00:00:32)
     Done creating bound missing vms > small/1 (00:00:34)
     Done creating bound missing vms > small/0 (00:00:37)
     Done creating bound missing vms > small/3 (00:00:37)
     Done creating bound missing vms (00:00:37)

  Started binding instance vms
  Started binding instance vms > nats/0
  Started binding instance vms > postgres/0
  Started binding instance vms > redis/0
  Started binding instance vms > director/0
  Started binding instance vms > blobstore/0
  Started binding instance vms > health_monitor/0
     Done binding instance vms > postgres/0 (00:00:00)
     Done binding instance vms > nats/0 (00:00:00)
     Done binding instance vms > redis/0 (00:00:00)
     Done binding instance vms > blobstore/0 (00:00:00)
     Done binding instance vms > health_monitor/0 (00:00:00)
     Done binding instance vms > director/0 (00:00:00)
     Done binding instance vms (00:00:00)

  Started preparing configuration > Binding configuration. Done (00:00:01)

  Started updating job nats > nats/0 (canary). Done (00:01:07)
  Started updating job postgres > postgres/0 (canary). Done (00:01:22)
  Started updating job redis > redis/0 (canary). Done (00:01:06)
  Started updating job director > director/0 (canary). Failed: `director/0' is not running after update (00:01:28)

Error 400007: `director/0' is not running after update

Task 55 error

For a more detailed error report, run: bosh task 55 --debug


could anyone please help on this issue?? Thanks in Advance..

Parthiban Annadurai

unread,
Mar 6, 2015, 4:02:11 AM3/6/15
to bosh-...@cloudfoundry.org
Thanks All for the valuable reply.. Fixed my issue.. I have missed the POSTGRES IP in Director DB block on bosh.yml file.. Once again Tons of Thanks To All..

To unsubscribe from this group and stop receiving emails from it, send an email to bosh-users+unsubscribe@cloudfoundry.org.



Parthiban Annadurai

unread,
Mar 9, 2015, 2:13:17 AM3/9/15
to bosh-...@cloudfoundry.org
Hi All,
                I have completely installed BOSH with your help. And now what am facing issue is that in docs.cloudfoundry.org, they are giving one Manifest file with less lines but in various blogs they are showing some 700 to 720 lines. By which i can proceed further to install OpenSource CF?? Please help to solve this issue.. Thanks in Advance..

Am using IaaS as vSphere..

Dmitriy Kalinin

unread,
Mar 10, 2015, 4:56:45 PM3/10/15
to bosh-...@cloudfoundry.org
Did you figure out what you were looking for?

To unsubscribe from this group and stop receiving emails from it, send an email to bosh-users+unsubscribe@cloudfoundry.org.

Parthiban Annadurai

unread,
Mar 10, 2015, 11:42:22 PM3/10/15
to bosh-...@cloudfoundry.org
@Dimitriy, Suggest me some correct documentation or sites for installing CF using BOSH.. am totally confused.. Thanks in Advance..
Reply all
Reply to author
Forward
0 new messages