Try running "bosh cck" and recreating VMs from last known apply spec. You should also make sure that the IPs you're allocating to your jobs are accessible from the BOSH director VM. On Thu, Oct 22, 2015 at 5:27 AM, Parthiban Annadurai <senjiparthi(a)gmail.com> wrote: Yaa sure Amit. I have attached both the files with this mail. Could you please? Thanks.
On 21 October 2015 at 19:49, Amit Gupta <agupta(a)pivotal.io> wrote:
Can you share the output of "bosh vms" and "bosh task 51 --debug". It's preferable if you copy the terminal outputs and paste them to Gists or Pastebins and share the links.
On Tue, Oct 20, 2015 at 6:18 AM, James Bayer <jbayer(a)pivotal.io> wrote:
sometimes a message like that is due to networking issues. does the bosh director and the VM it is creating have an available network path to reach each other? sometimes ssh'ing in to the VM that is identified can yield more debug clues.
On Tue, Oct 20, 2015 at 5:09 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Thanks Bharath and Amit for the helpful solutions. I have surpassed that error. Now, bosh deploy strucks like in attached image. Could you anyone please?
Regards
Parthiban A
On 20 October 2015 at 11:57, Amit Gupta <agupta(a)pivotal.io> wrote:
Bharath, I think you mean to increase the *disk* size on the compilation VMs, not the memory size.
Parthiban, the error message is happening during compiling, saying "No space left on device". This means your compilation VMs are running out of space on disk. This means you need to increase the allocated disk for your compilation VMs. In the "compilation" section of your deployment manifest, you can specify "cloud_properties". This is where you will specify disk size. These "cloud_properties" look the same as the could_properties specified for a resource pool. Depending on your IaaS, the structure of the cloud_properties section differs. See here: https://bosh.io/docs/deployment-manifest.html#resource-pools-cloud-properties
On Mon, Oct 19, 2015 at 11:13 PM, Bharath Posa <bharathp(a)vedams.com> wrote:
hi parthiban
It seems you are running out of space in your vm in which you are compiling . try to increase the size of memory in your compilation vm .
regards Bharath
On Mon, Oct 19, 2015 at 7:39 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Hello All, Thanks All for the helpful suggestions. Actually, now we r facing the following issue while kicking bosh deploy,
Done compiling packages > nats/d3a1f853f4980682ed8b48e4706b7280e2b7ce0e (00:01:07) Failed compiling packages > buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157: Action Failed get_task: Task aba21e6a-2031-4a69-5b72-f238ecd07051 result: Compiling package buildpack_php: Compressing compiled package: Shelling out to tar: Running command: 'tar czf /var/vcap/data/tmp/bosh-platform-disk-TarballCompressor-CompressFilesInDir762165297 -C /var/vcap/data/packages/buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157.1- .', stdout: '', stderr: ' gzip: stdout: No space left on device ': signal: broken pipe (00:02:41) Failed compiling packages (00:02:41)
Error 450001: Action Failed get_task: Task aba21e6a-2031-4a69-5b72-f238ecd07051 result: Compiling package buildpack_php: Compressing compiled package: Shelling out to tar: Running command: 'tar czf /var/vcap/data/tmp/bosh-platform-disk-TarballCompressor-CompressFilesInDir762165297 -C /var/vcap/data/packages/buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157.1- .', stdout: '', stderr: ' gzip: stdout: No space left on device ': signal: broken pipe
Could Anyone on this issue?
Regards
Parthiban A
On 19 October 2015 at 14:30, Bharath Posa <bharathp(a)vedams.com> wrote:
Hi partiban
can u do a checksum of the tar file .
it should come like this *sha1: b6f596eaff4c7af21cc18a52ef97e19debb00403*
example:
*sha1sum {file}*
regards Bharath
On Mon, Oct 19, 2015 at 1:12 PM, Eric Poelke <epoelke(a)gmail.com> wrote:
You actually do not need to download it. if you just run --
`bosh upload release https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202` <https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202>
The director will pull in the release directly from bosh.io.
-- Thank you,
James Bayer
|
|
Parthiban Annadurai <senjiparthi@...>
After trying the suggestions, now its throws the following error,
Started preparing configuration > Binding configuration. Failed: Error filling in template `metron_agent.json.erb' for `ha_proxy_z1/0' (line 5: Can't find property `["metron_agent.deployment"]') (00:00:00)
Error 100: Error filling in template `metron_agent.json.erb' for `ha_proxy_z1/0' (line 5: Can't find property `["metron_agent.deployment"]')
Could anyone on this??
toggle quoted message
Show quoted text
On 22 October 2015 at 18:08, Amit Gupta <agupta(a)pivotal.io> wrote: Try running "bosh cck" and recreating VMs from last known apply spec. You should also make sure that the IPs you're allocating to your jobs are accessible from the BOSH director VM.
On Thu, Oct 22, 2015 at 5:27 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Yaa sure Amit. I have attached both the files with this mail. Could you please? Thanks.
On 21 October 2015 at 19:49, Amit Gupta <agupta(a)pivotal.io> wrote:
Can you share the output of "bosh vms" and "bosh task 51 --debug". It's preferable if you copy the terminal outputs and paste them to Gists or Pastebins and share the links.
On Tue, Oct 20, 2015 at 6:18 AM, James Bayer <jbayer(a)pivotal.io> wrote:
sometimes a message like that is due to networking issues. does the bosh director and the VM it is creating have an available network path to reach each other? sometimes ssh'ing in to the VM that is identified can yield more debug clues.
On Tue, Oct 20, 2015 at 5:09 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Thanks Bharath and Amit for the helpful solutions. I have surpassed that error. Now, bosh deploy strucks like in attached image. Could you anyone please?
Regards
Parthiban A
On 20 October 2015 at 11:57, Amit Gupta <agupta(a)pivotal.io> wrote:
Bharath, I think you mean to increase the *disk* size on the compilation VMs, not the memory size.
Parthiban, the error message is happening during compiling, saying "No space left on device". This means your compilation VMs are running out of space on disk. This means you need to increase the allocated disk for your compilation VMs. In the "compilation" section of your deployment manifest, you can specify "cloud_properties". This is where you will specify disk size. These "cloud_properties" look the same as the could_properties specified for a resource pool. Depending on your IaaS, the structure of the cloud_properties section differs. See here: https://bosh.io/docs/deployment-manifest.html#resource-pools-cloud-properties
On Mon, Oct 19, 2015 at 11:13 PM, Bharath Posa <bharathp(a)vedams.com> wrote:
hi parthiban
It seems you are running out of space in your vm in which you are compiling . try to increase the size of memory in your compilation vm .
regards Bharath
On Mon, Oct 19, 2015 at 7:39 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Hello All, Thanks All for the helpful suggestions. Actually, now we r facing the following issue while kicking bosh deploy,
Done compiling packages > nats/d3a1f853f4980682ed8b48e4706b7280e2b7ce0e (00:01:07) Failed compiling packages > buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157: Action Failed get_task: Task aba21e6a-2031-4a69-5b72-f238ecd07051 result: Compiling package buildpack_php: Compressing compiled package: Shelling out to tar: Running command: 'tar czf /var/vcap/data/tmp/bosh-platform-disk-TarballCompressor-CompressFilesInDir762165297 -C /var/vcap/data/packages/buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157.1- .', stdout: '', stderr: ' gzip: stdout: No space left on device ': signal: broken pipe (00:02:41) Failed compiling packages (00:02:41)
Error 450001: Action Failed get_task: Task aba21e6a-2031-4a69-5b72-f238ecd07051 result: Compiling package buildpack_php: Compressing compiled package: Shelling out to tar: Running command: 'tar czf /var/vcap/data/tmp/bosh-platform-disk-TarballCompressor-CompressFilesInDir762165297 -C /var/vcap/data/packages/buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157.1- .', stdout: '', stderr: ' gzip: stdout: No space left on device ': signal: broken pipe
Could Anyone on this issue?
Regards
Parthiban A
On 19 October 2015 at 14:30, Bharath Posa <bharathp(a)vedams.com> wrote:
Hi partiban
can u do a checksum of the tar file .
it should come like this *sha1: b6f596eaff4c7af21cc18a52ef97e19debb00403*
example:
*sha1sum {file}*
regards Bharath
On Mon, Oct 19, 2015 at 1:12 PM, Eric Poelke <epoelke(a)gmail.com> wrote:
You actually do not need to download it. if you just run --
`bosh upload release https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202` <https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202>
The director will pull in the release directly from bosh.io.
-- Thank you,
James Bayer
|
|
How did you create your manifest in the first place? On Fri, Oct 23, 2015 at 8:17 AM, Parthiban Annadurai <senjiparthi(a)gmail.com> wrote: After trying the suggestions, now its throws the following error,
Started preparing configuration > Binding configuration. Failed: Error filling in template `metron_agent.json.erb' for `ha_proxy_z1/0' (line 5: Can't find property `["metron_agent.deployment"]') (00:00:00)
Error 100: Error filling in template `metron_agent.json.erb' for `ha_proxy_z1/0' (line 5: Can't find property `["metron_agent.deployment"]')
Could anyone on this??
On 22 October 2015 at 18:08, Amit Gupta <agupta(a)pivotal.io> wrote:
Try running "bosh cck" and recreating VMs from last known apply spec. You should also make sure that the IPs you're allocating to your jobs are accessible from the BOSH director VM.
On Thu, Oct 22, 2015 at 5:27 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Yaa sure Amit. I have attached both the files with this mail. Could you please? Thanks.
On 21 October 2015 at 19:49, Amit Gupta <agupta(a)pivotal.io> wrote:
Can you share the output of "bosh vms" and "bosh task 51 --debug". It's preferable if you copy the terminal outputs and paste them to Gists or Pastebins and share the links.
On Tue, Oct 20, 2015 at 6:18 AM, James Bayer <jbayer(a)pivotal.io> wrote:
sometimes a message like that is due to networking issues. does the bosh director and the VM it is creating have an available network path to reach each other? sometimes ssh'ing in to the VM that is identified can yield more debug clues.
On Tue, Oct 20, 2015 at 5:09 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Thanks Bharath and Amit for the helpful solutions. I have surpassed that error. Now, bosh deploy strucks like in attached image. Could you anyone please?
Regards
Parthiban A
On 20 October 2015 at 11:57, Amit Gupta <agupta(a)pivotal.io> wrote:
Bharath, I think you mean to increase the *disk* size on the compilation VMs, not the memory size.
Parthiban, the error message is happening during compiling, saying "No space left on device". This means your compilation VMs are running out of space on disk. This means you need to increase the allocated disk for your compilation VMs. In the "compilation" section of your deployment manifest, you can specify "cloud_properties". This is where you will specify disk size. These "cloud_properties" look the same as the could_properties specified for a resource pool. Depending on your IaaS, the structure of the cloud_properties section differs. See here: https://bosh.io/docs/deployment-manifest.html#resource-pools-cloud-properties
On Mon, Oct 19, 2015 at 11:13 PM, Bharath Posa <bharathp(a)vedams.com> wrote:
hi parthiban
It seems you are running out of space in your vm in which you are compiling . try to increase the size of memory in your compilation vm .
regards Bharath
On Mon, Oct 19, 2015 at 7:39 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Hello All, Thanks All for the helpful suggestions. Actually, now we r facing the following issue while kicking bosh deploy,
Done compiling packages > nats/d3a1f853f4980682ed8b48e4706b7280e2b7ce0e (00:01:07) Failed compiling packages > buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157: Action Failed get_task: Task aba21e6a-2031-4a69-5b72-f238ecd07051 result: Compiling package buildpack_php: Compressing compiled package: Shelling out to tar: Running command: 'tar czf /var/vcap/data/tmp/bosh-platform-disk-TarballCompressor-CompressFilesInDir762165297 -C /var/vcap/data/packages/buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157.1- .', stdout: '', stderr: ' gzip: stdout: No space left on device ': signal: broken pipe (00:02:41) Failed compiling packages (00:02:41)
Error 450001: Action Failed get_task: Task aba21e6a-2031-4a69-5b72-f238ecd07051 result: Compiling package buildpack_php: Compressing compiled package: Shelling out to tar: Running command: 'tar czf /var/vcap/data/tmp/bosh-platform-disk-TarballCompressor-CompressFilesInDir762165297 -C /var/vcap/data/packages/buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157.1- .', stdout: '', stderr: ' gzip: stdout: No space left on device ': signal: broken pipe
Could Anyone on this issue?
Regards
Parthiban A
On 19 October 2015 at 14:30, Bharath Posa <bharathp(a)vedams.com> wrote:
Hi partiban
can u do a checksum of the tar file .
it should come like this *sha1: b6f596eaff4c7af21cc18a52ef97e19debb00403*
example:
*sha1sum {file}*
regards Bharath
On Mon, Oct 19, 2015 at 1:12 PM, Eric Poelke <epoelke(a)gmail.com> wrote:
You actually do not need to download it. if you just run --
`bosh upload release https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202` <https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202>
The director will pull in the release directly from bosh.io.
-- Thank you,
James Bayer
|
|
Parthiban Annadurai <senjiparthi@...>
I have created the manifest file using SPIFF tool. Any issues with that?
toggle quoted message
Show quoted text
On 23 October 2015 at 20:49, Amit Gupta <agupta(a)pivotal.io> wrote: How did you create your manifest in the first place?
On Fri, Oct 23, 2015 at 8:17 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
After trying the suggestions, now its throws the following error,
Started preparing configuration > Binding configuration. Failed: Error filling in template `metron_agent.json.erb' for `ha_proxy_z1/0' (line 5: Can't find property `["metron_agent.deployment"]') (00:00:00)
Error 100: Error filling in template `metron_agent.json.erb' for `ha_proxy_z1/0' (line 5: Can't find property `["metron_agent.deployment"]')
Could anyone on this??
On 22 October 2015 at 18:08, Amit Gupta <agupta(a)pivotal.io> wrote:
Try running "bosh cck" and recreating VMs from last known apply spec. You should also make sure that the IPs you're allocating to your jobs are accessible from the BOSH director VM.
On Thu, Oct 22, 2015 at 5:27 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Yaa sure Amit. I have attached both the files with this mail. Could you please? Thanks.
On 21 October 2015 at 19:49, Amit Gupta <agupta(a)pivotal.io> wrote:
Can you share the output of "bosh vms" and "bosh task 51 --debug". It's preferable if you copy the terminal outputs and paste them to Gists or Pastebins and share the links.
On Tue, Oct 20, 2015 at 6:18 AM, James Bayer <jbayer(a)pivotal.io> wrote:
sometimes a message like that is due to networking issues. does the bosh director and the VM it is creating have an available network path to reach each other? sometimes ssh'ing in to the VM that is identified can yield more debug clues.
On Tue, Oct 20, 2015 at 5:09 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Thanks Bharath and Amit for the helpful solutions. I have surpassed that error. Now, bosh deploy strucks like in attached image. Could you anyone please?
Regards
Parthiban A
On 20 October 2015 at 11:57, Amit Gupta <agupta(a)pivotal.io> wrote:
Bharath, I think you mean to increase the *disk* size on the compilation VMs, not the memory size.
Parthiban, the error message is happening during compiling, saying "No space left on device". This means your compilation VMs are running out of space on disk. This means you need to increase the allocated disk for your compilation VMs. In the "compilation" section of your deployment manifest, you can specify "cloud_properties". This is where you will specify disk size. These "cloud_properties" look the same as the could_properties specified for a resource pool. Depending on your IaaS, the structure of the cloud_properties section differs. See here: https://bosh.io/docs/deployment-manifest.html#resource-pools-cloud-properties
On Mon, Oct 19, 2015 at 11:13 PM, Bharath Posa <bharathp(a)vedams.com
wrote: hi parthiban
It seems you are running out of space in your vm in which you are compiling . try to increase the size of memory in your compilation vm .
regards Bharath
On Mon, Oct 19, 2015 at 7:39 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Hello All, Thanks All for the helpful suggestions. Actually, now we r facing the following issue while kicking bosh deploy,
Done compiling packages > nats/d3a1f853f4980682ed8b48e4706b7280e2b7ce0e (00:01:07) Failed compiling packages > buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157: Action Failed get_task: Task aba21e6a-2031-4a69-5b72-f238ecd07051 result: Compiling package buildpack_php: Compressing compiled package: Shelling out to tar: Running command: 'tar czf /var/vcap/data/tmp/bosh-platform-disk-TarballCompressor-CompressFilesInDir762165297 -C /var/vcap/data/packages/buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157.1- .', stdout: '', stderr: ' gzip: stdout: No space left on device ': signal: broken pipe (00:02:41) Failed compiling packages (00:02:41)
Error 450001: Action Failed get_task: Task aba21e6a-2031-4a69-5b72-f238ecd07051 result: Compiling package buildpack_php: Compressing compiled package: Shelling out to tar: Running command: 'tar czf /var/vcap/data/tmp/bosh-platform-disk-TarballCompressor-CompressFilesInDir762165297 -C /var/vcap/data/packages/buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157.1- .', stdout: '', stderr: ' gzip: stdout: No space left on device ': signal: broken pipe
Could Anyone on this issue?
Regards
Parthiban A
On 19 October 2015 at 14:30, Bharath Posa <bharathp(a)vedams.com> wrote:
Hi partiban
can u do a checksum of the tar file .
it should come like this *sha1: b6f596eaff4c7af21cc18a52ef97e19debb00403*
example:
*sha1sum {file}*
regards Bharath
On Mon, Oct 19, 2015 at 1:12 PM, Eric Poelke <epoelke(a)gmail.com> wrote:
You actually do not need to download it. if you just run --
`bosh upload release https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202` <https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202>
The director will pull in the release directly from bosh.io.
-- Thank you,
James Bayer
|
|
Parthiban,
Your log.txt shows that you're using cf-release version 210, but your subject message says you're trying v202. Perhaps you've checked out v202 of cf-release and used the spiff tooling to generate the manifests from that version. v202 doesn't include the metron_agent.deployment property in its manifest, which is required in v210.
toggle quoted message
Show quoted text
On Fri, Oct 23, 2015 at 10:07 PM, Parthiban Annadurai <senjiparthi(a)gmail.com wrote: I have created the manifest file using SPIFF tool. Any issues with that?
On 23 October 2015 at 20:49, Amit Gupta <agupta(a)pivotal.io> wrote:
How did you create your manifest in the first place?
On Fri, Oct 23, 2015 at 8:17 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
After trying the suggestions, now its throws the following error,
Started preparing configuration > Binding configuration. Failed: Error filling in template `metron_agent.json.erb' for `ha_proxy_z1/0' (line 5: Can't find property `["metron_agent.deployment"]') (00:00:00)
Error 100: Error filling in template `metron_agent.json.erb' for `ha_proxy_z1/0' (line 5: Can't find property `["metron_agent.deployment"]')
Could anyone on this??
On 22 October 2015 at 18:08, Amit Gupta <agupta(a)pivotal.io> wrote:
Try running "bosh cck" and recreating VMs from last known apply spec. You should also make sure that the IPs you're allocating to your jobs are accessible from the BOSH director VM.
On Thu, Oct 22, 2015 at 5:27 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Yaa sure Amit. I have attached both the files with this mail. Could you please? Thanks.
On 21 October 2015 at 19:49, Amit Gupta <agupta(a)pivotal.io> wrote:
Can you share the output of "bosh vms" and "bosh task 51 --debug". It's preferable if you copy the terminal outputs and paste them to Gists or Pastebins and share the links.
On Tue, Oct 20, 2015 at 6:18 AM, James Bayer <jbayer(a)pivotal.io> wrote:
sometimes a message like that is due to networking issues. does the bosh director and the VM it is creating have an available network path to reach each other? sometimes ssh'ing in to the VM that is identified can yield more debug clues.
On Tue, Oct 20, 2015 at 5:09 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Thanks Bharath and Amit for the helpful solutions. I have surpassed that error. Now, bosh deploy strucks like in attached image. Could you anyone please?
Regards
Parthiban A
On 20 October 2015 at 11:57, Amit Gupta <agupta(a)pivotal.io> wrote:
Bharath, I think you mean to increase the *disk* size on the compilation VMs, not the memory size.
Parthiban, the error message is happening during compiling, saying "No space left on device". This means your compilation VMs are running out of space on disk. This means you need to increase the allocated disk for your compilation VMs. In the "compilation" section of your deployment manifest, you can specify "cloud_properties". This is where you will specify disk size. These "cloud_properties" look the same as the could_properties specified for a resource pool. Depending on your IaaS, the structure of the cloud_properties section differs. See here: https://bosh.io/docs/deployment-manifest.html#resource-pools-cloud-properties
On Mon, Oct 19, 2015 at 11:13 PM, Bharath Posa < bharathp(a)vedams.com> wrote:
hi parthiban
It seems you are running out of space in your vm in which you are compiling . try to increase the size of memory in your compilation vm .
regards Bharath
On Mon, Oct 19, 2015 at 7:39 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Hello All, Thanks All for the helpful suggestions. Actually, now we r facing the following issue while kicking bosh deploy,
Done compiling packages > nats/d3a1f853f4980682ed8b48e4706b7280e2b7ce0e (00:01:07) Failed compiling packages > buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157: Action Failed get_task: Task aba21e6a-2031-4a69-5b72-f238ecd07051 result: Compiling package buildpack_php: Compressing compiled package: Shelling out to tar: Running command: 'tar czf /var/vcap/data/tmp/bosh-platform-disk-TarballCompressor-CompressFilesInDir762165297 -C /var/vcap/data/packages/buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157.1- .', stdout: '', stderr: ' gzip: stdout: No space left on device ': signal: broken pipe (00:02:41) Failed compiling packages (00:02:41)
Error 450001: Action Failed get_task: Task aba21e6a-2031-4a69-5b72-f238ecd07051 result: Compiling package buildpack_php: Compressing compiled package: Shelling out to tar: Running command: 'tar czf /var/vcap/data/tmp/bosh-platform-disk-TarballCompressor-CompressFilesInDir762165297 -C /var/vcap/data/packages/buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157.1- .', stdout: '', stderr: ' gzip: stdout: No space left on device ': signal: broken pipe
Could Anyone on this issue?
Regards
Parthiban A
On 19 October 2015 at 14:30, Bharath Posa <bharathp(a)vedams.com> wrote:
Hi partiban
can u do a checksum of the tar file .
it should come like this *sha1: b6f596eaff4c7af21cc18a52ef97e19debb00403*
example:
*sha1sum {file}*
regards Bharath
On Mon, Oct 19, 2015 at 1:12 PM, Eric Poelke <epoelke(a)gmail.com
wrote: You actually do not need to download it. if you just run --
`bosh upload release https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202` <https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202>
The director will pull in the release directly from bosh.io.
-- Thank you,
James Bayer
|
|
Parthiban Annadurai <senjiparthi@...>
Okay Amit. Yaa, I changed my CF Version from v202 to v210. Could you share that metron_agent.deployment property of the manifest which is required in v210? Thanks.
toggle quoted message
Show quoted text
On 24 October 2015 at 10:57, Amit Gupta <agupta(a)pivotal.io> wrote: Parthiban,
Your log.txt shows that you're using cf-release version 210, but your subject message says you're trying v202. Perhaps you've checked out v202 of cf-release and used the spiff tooling to generate the manifests from that version. v202 doesn't include the metron_agent.deployment property in its manifest, which is required in v210.
On Fri, Oct 23, 2015 at 10:07 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
I have created the manifest file using SPIFF tool. Any issues with that?
On 23 October 2015 at 20:49, Amit Gupta <agupta(a)pivotal.io> wrote:
How did you create your manifest in the first place?
On Fri, Oct 23, 2015 at 8:17 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
After trying the suggestions, now its throws the following error,
Started preparing configuration > Binding configuration. Failed: Error filling in template `metron_agent.json.erb' for `ha_proxy_z1/0' (line 5: Can't find property `["metron_agent.deployment"]') (00:00:00)
Error 100: Error filling in template `metron_agent.json.erb' for `ha_proxy_z1/0' (line 5: Can't find property `["metron_agent.deployment"]')
Could anyone on this??
On 22 October 2015 at 18:08, Amit Gupta <agupta(a)pivotal.io> wrote:
Try running "bosh cck" and recreating VMs from last known apply spec. You should also make sure that the IPs you're allocating to your jobs are accessible from the BOSH director VM.
On Thu, Oct 22, 2015 at 5:27 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Yaa sure Amit. I have attached both the files with this mail. Could you please? Thanks.
On 21 October 2015 at 19:49, Amit Gupta <agupta(a)pivotal.io> wrote:
Can you share the output of "bosh vms" and "bosh task 51 --debug". It's preferable if you copy the terminal outputs and paste them to Gists or Pastebins and share the links.
On Tue, Oct 20, 2015 at 6:18 AM, James Bayer <jbayer(a)pivotal.io> wrote:
sometimes a message like that is due to networking issues. does the bosh director and the VM it is creating have an available network path to reach each other? sometimes ssh'ing in to the VM that is identified can yield more debug clues.
On Tue, Oct 20, 2015 at 5:09 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Thanks Bharath and Amit for the helpful solutions. I have surpassed that error. Now, bosh deploy strucks like in attached image. Could you anyone please?
Regards
Parthiban A
On 20 October 2015 at 11:57, Amit Gupta <agupta(a)pivotal.io> wrote:
Bharath, I think you mean to increase the *disk* size on the compilation VMs, not the memory size.
Parthiban, the error message is happening during compiling, saying "No space left on device". This means your compilation VMs are running out of space on disk. This means you need to increase the allocated disk for your compilation VMs. In the "compilation" section of your deployment manifest, you can specify "cloud_properties". This is where you will specify disk size. These "cloud_properties" look the same as the could_properties specified for a resource pool. Depending on your IaaS, the structure of the cloud_properties section differs. See here: https://bosh.io/docs/deployment-manifest.html#resource-pools-cloud-properties
On Mon, Oct 19, 2015 at 11:13 PM, Bharath Posa < bharathp(a)vedams.com> wrote:
hi parthiban
It seems you are running out of space in your vm in which you are compiling . try to increase the size of memory in your compilation vm .
regards Bharath
On Mon, Oct 19, 2015 at 7:39 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Hello All, Thanks All for the helpful suggestions. Actually, now we r facing the following issue while kicking bosh deploy,
Done compiling packages > nats/d3a1f853f4980682ed8b48e4706b7280e2b7ce0e (00:01:07) Failed compiling packages > buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157: Action Failed get_task: Task aba21e6a-2031-4a69-5b72-f238ecd07051 result: Compiling package buildpack_php: Compressing compiled package: Shelling out to tar: Running command: 'tar czf /var/vcap/data/tmp/bosh-platform-disk-TarballCompressor-CompressFilesInDir762165297 -C /var/vcap/data/packages/buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157.1- .', stdout: '', stderr: ' gzip: stdout: No space left on device ': signal: broken pipe (00:02:41) Failed compiling packages (00:02:41)
Error 450001: Action Failed get_task: Task aba21e6a-2031-4a69-5b72-f238ecd07051 result: Compiling package buildpack_php: Compressing compiled package: Shelling out to tar: Running command: 'tar czf /var/vcap/data/tmp/bosh-platform-disk-TarballCompressor-CompressFilesInDir762165297 -C /var/vcap/data/packages/buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157.1- .', stdout: '', stderr: ' gzip: stdout: No space left on device ': signal: broken pipe
Could Anyone on this issue?
Regards
Parthiban A
On 19 October 2015 at 14:30, Bharath Posa <bharathp(a)vedams.com> wrote:
Hi partiban
can u do a checksum of the tar file .
it should come like this *sha1: b6f596eaff4c7af21cc18a52ef97e19debb00403*
example:
*sha1sum {file}*
regards Bharath
On Mon, Oct 19, 2015 at 1:12 PM, Eric Poelke < epoelke(a)gmail.com> wrote:
You actually do not need to download it. if you just run --
`bosh upload release https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202` <https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202>
The director will pull in the release directly from bosh.io.
-- Thank you,
James Bayer
|
|
Regenerate your manifest.
toggle quoted message
Show quoted text
On Fri, Oct 23, 2015 at 10:49 PM, Parthiban Annadurai <senjiparthi(a)gmail.com wrote: Okay Amit. Yaa, I changed my CF Version from v202 to v210. Could you share that metron_agent.deployment property of the manifest which is required in v210? Thanks.
On 24 October 2015 at 10:57, Amit Gupta <agupta(a)pivotal.io> wrote:
Parthiban,
Your log.txt shows that you're using cf-release version 210, but your subject message says you're trying v202. Perhaps you've checked out v202 of cf-release and used the spiff tooling to generate the manifests from that version. v202 doesn't include the metron_agent.deployment property in its manifest, which is required in v210.
On Fri, Oct 23, 2015 at 10:07 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
I have created the manifest file using SPIFF tool. Any issues with that?
On 23 October 2015 at 20:49, Amit Gupta <agupta(a)pivotal.io> wrote:
How did you create your manifest in the first place?
On Fri, Oct 23, 2015 at 8:17 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
After trying the suggestions, now its throws the following error,
Started preparing configuration > Binding configuration. Failed: Error filling in template `metron_agent.json.erb' for `ha_proxy_z1/0' (line 5: Can't find property `["metron_agent.deployment"]') (00:00:00)
Error 100: Error filling in template `metron_agent.json.erb' for `ha_proxy_z1/0' (line 5: Can't find property `["metron_agent.deployment"]')
Could anyone on this??
On 22 October 2015 at 18:08, Amit Gupta <agupta(a)pivotal.io> wrote:
Try running "bosh cck" and recreating VMs from last known apply spec. You should also make sure that the IPs you're allocating to your jobs are accessible from the BOSH director VM.
On Thu, Oct 22, 2015 at 5:27 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Yaa sure Amit. I have attached both the files with this mail. Could you please? Thanks.
On 21 October 2015 at 19:49, Amit Gupta <agupta(a)pivotal.io> wrote:
Can you share the output of "bosh vms" and "bosh task 51 --debug". It's preferable if you copy the terminal outputs and paste them to Gists or Pastebins and share the links.
On Tue, Oct 20, 2015 at 6:18 AM, James Bayer <jbayer(a)pivotal.io> wrote:
sometimes a message like that is due to networking issues. does the bosh director and the VM it is creating have an available network path to reach each other? sometimes ssh'ing in to the VM that is identified can yield more debug clues.
On Tue, Oct 20, 2015 at 5:09 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Thanks Bharath and Amit for the helpful solutions. I have surpassed that error. Now, bosh deploy strucks like in attached image. Could you anyone please?
Regards
Parthiban A
On 20 October 2015 at 11:57, Amit Gupta <agupta(a)pivotal.io> wrote:
Bharath, I think you mean to increase the *disk* size on the compilation VMs, not the memory size.
Parthiban, the error message is happening during compiling, saying "No space left on device". This means your compilation VMs are running out of space on disk. This means you need to increase the allocated disk for your compilation VMs. In the "compilation" section of your deployment manifest, you can specify "cloud_properties". This is where you will specify disk size. These "cloud_properties" look the same as the could_properties specified for a resource pool. Depending on your IaaS, the structure of the cloud_properties section differs. See here: https://bosh.io/docs/deployment-manifest.html#resource-pools-cloud-properties
On Mon, Oct 19, 2015 at 11:13 PM, Bharath Posa < bharathp(a)vedams.com> wrote:
hi parthiban
It seems you are running out of space in your vm in which you are compiling . try to increase the size of memory in your compilation vm .
regards Bharath
On Mon, Oct 19, 2015 at 7:39 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Hello All, Thanks All for the helpful suggestions. Actually, now we r facing the following issue while kicking bosh deploy,
Done compiling packages > nats/d3a1f853f4980682ed8b48e4706b7280e2b7ce0e (00:01:07) Failed compiling packages > buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157: Action Failed get_task: Task aba21e6a-2031-4a69-5b72-f238ecd07051 result: Compiling package buildpack_php: Compressing compiled package: Shelling out to tar: Running command: 'tar czf /var/vcap/data/tmp/bosh-platform-disk-TarballCompressor-CompressFilesInDir762165297 -C /var/vcap/data/packages/buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157.1- .', stdout: '', stderr: ' gzip: stdout: No space left on device ': signal: broken pipe (00:02:41) Failed compiling packages (00:02:41)
Error 450001: Action Failed get_task: Task aba21e6a-2031-4a69-5b72-f238ecd07051 result: Compiling package buildpack_php: Compressing compiled package: Shelling out to tar: Running command: 'tar czf /var/vcap/data/tmp/bosh-platform-disk-TarballCompressor-CompressFilesInDir762165297 -C /var/vcap/data/packages/buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157.1- .', stdout: '', stderr: ' gzip: stdout: No space left on device ': signal: broken pipe
Could Anyone on this issue?
Regards
Parthiban A
On 19 October 2015 at 14:30, Bharath Posa <bharathp(a)vedams.com
wrote: Hi partiban
can u do a checksum of the tar file .
it should come like this *sha1: b6f596eaff4c7af21cc18a52ef97e19debb00403*
example:
*sha1sum {file}*
regards Bharath
On Mon, Oct 19, 2015 at 1:12 PM, Eric Poelke < epoelke(a)gmail.com> wrote:
You actually do not need to download it. if you just run --
`bosh upload release https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202` <https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202>
The director will pull in the release directly from bosh.io.
-- Thank you,
James Bayer
|
|
Parthiban Annadurai <senjiparthi@...>
Thanks Amit for your suggestions. Let you know after regenerating the manifest again.
toggle quoted message
Show quoted text
On 24 October 2015 at 11:47, Amit Gupta <agupta(a)pivotal.io> wrote: Regenerate your manifest.
On Fri, Oct 23, 2015 at 10:49 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Okay Amit. Yaa, I changed my CF Version from v202 to v210. Could you share that metron_agent.deployment property of the manifest which is required in v210? Thanks.
On 24 October 2015 at 10:57, Amit Gupta <agupta(a)pivotal.io> wrote:
Parthiban,
Your log.txt shows that you're using cf-release version 210, but your subject message says you're trying v202. Perhaps you've checked out v202 of cf-release and used the spiff tooling to generate the manifests from that version. v202 doesn't include the metron_agent.deployment property in its manifest, which is required in v210.
On Fri, Oct 23, 2015 at 10:07 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
I have created the manifest file using SPIFF tool. Any issues with that?
On 23 October 2015 at 20:49, Amit Gupta <agupta(a)pivotal.io> wrote:
How did you create your manifest in the first place?
On Fri, Oct 23, 2015 at 8:17 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
After trying the suggestions, now its throws the following error,
Started preparing configuration > Binding configuration. Failed: Error filling in template `metron_agent.json.erb' for `ha_proxy_z1/0' (line 5: Can't find property `["metron_agent.deployment"]') (00:00:00)
Error 100: Error filling in template `metron_agent.json.erb' for `ha_proxy_z1/0' (line 5: Can't find property `["metron_agent.deployment"]')
Could anyone on this??
On 22 October 2015 at 18:08, Amit Gupta <agupta(a)pivotal.io> wrote:
Try running "bosh cck" and recreating VMs from last known apply spec. You should also make sure that the IPs you're allocating to your jobs are accessible from the BOSH director VM.
On Thu, Oct 22, 2015 at 5:27 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Yaa sure Amit. I have attached both the files with this mail. Could you please? Thanks.
On 21 October 2015 at 19:49, Amit Gupta <agupta(a)pivotal.io> wrote:
Can you share the output of "bosh vms" and "bosh task 51 --debug". It's preferable if you copy the terminal outputs and paste them to Gists or Pastebins and share the links.
On Tue, Oct 20, 2015 at 6:18 AM, James Bayer <jbayer(a)pivotal.io> wrote:
sometimes a message like that is due to networking issues. does the bosh director and the VM it is creating have an available network path to reach each other? sometimes ssh'ing in to the VM that is identified can yield more debug clues.
On Tue, Oct 20, 2015 at 5:09 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Thanks Bharath and Amit for the helpful solutions. I have surpassed that error. Now, bosh deploy strucks like in attached image. Could you anyone please?
Regards
Parthiban A
On 20 October 2015 at 11:57, Amit Gupta <agupta(a)pivotal.io> wrote:
Bharath, I think you mean to increase the *disk* size on the compilation VMs, not the memory size.
Parthiban, the error message is happening during compiling, saying "No space left on device". This means your compilation VMs are running out of space on disk. This means you need to increase the allocated disk for your compilation VMs. In the "compilation" section of your deployment manifest, you can specify "cloud_properties". This is where you will specify disk size. These "cloud_properties" look the same as the could_properties specified for a resource pool. Depending on your IaaS, the structure of the cloud_properties section differs. See here: https://bosh.io/docs/deployment-manifest.html#resource-pools-cloud-properties
On Mon, Oct 19, 2015 at 11:13 PM, Bharath Posa < bharathp(a)vedams.com> wrote:
hi parthiban
It seems you are running out of space in your vm in which you are compiling . try to increase the size of memory in your compilation vm .
regards Bharath
On Mon, Oct 19, 2015 at 7:39 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Hello All, Thanks All for the helpful suggestions. Actually, now we r facing the following issue while kicking bosh deploy,
Done compiling packages > nats/d3a1f853f4980682ed8b48e4706b7280e2b7ce0e (00:01:07) Failed compiling packages > buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157: Action Failed get_task: Task aba21e6a-2031-4a69-5b72-f238ecd07051 result: Compiling package buildpack_php: Compressing compiled package: Shelling out to tar: Running command: 'tar czf /var/vcap/data/tmp/bosh-platform-disk-TarballCompressor-CompressFilesInDir762165297 -C /var/vcap/data/packages/buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157.1- .', stdout: '', stderr: ' gzip: stdout: No space left on device ': signal: broken pipe (00:02:41) Failed compiling packages (00:02:41)
Error 450001: Action Failed get_task: Task aba21e6a-2031-4a69-5b72-f238ecd07051 result: Compiling package buildpack_php: Compressing compiled package: Shelling out to tar: Running command: 'tar czf /var/vcap/data/tmp/bosh-platform-disk-TarballCompressor-CompressFilesInDir762165297 -C /var/vcap/data/packages/buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157.1- .', stdout: '', stderr: ' gzip: stdout: No space left on device ': signal: broken pipe
Could Anyone on this issue?
Regards
Parthiban A
On 19 October 2015 at 14:30, Bharath Posa < bharathp(a)vedams.com> wrote:
Hi partiban
can u do a checksum of the tar file .
it should come like this *sha1: b6f596eaff4c7af21cc18a52ef97e19debb00403*
example:
*sha1sum {file}*
regards Bharath
On Mon, Oct 19, 2015 at 1:12 PM, Eric Poelke < epoelke(a)gmail.com> wrote:
You actually do not need to download it. if you just run --
`bosh upload release https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202` <https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202>
The director will pull in the release directly from bosh.io .
-- Thank you,
James Bayer
|
|
Parthiban Annadurai <senjiparthi@...>
Actually, sorry for the previous mails. Since, I have started with CF v202 release and it thrown some error so am switched to CF v210. But, again because of some rollback issues we went back with CF v202 itself. Currently, bosh deploy throws the following, I have attached the Debug Logs too. Thanks. Director task 310 Started unknown Started unknown > Binding deployment. Done (00:00:00) Started preparing deployment Started preparing deployment > Binding releases. Done (00:00:00) Started preparing deployment > Binding existing deployment. Done (00:00:01) 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) 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 > medium_z1/0 Started creating bound missing vms > medium_z1/1 Started creating bound missing vms > router_z2/0. Done (00:01:09) Failed creating bound missing vms > medium_z1/1: Timed out sending `get_task' to f4dfe4e9-c897-4b9b-b7c7-63a908c10190 after 45 seconds (00:04:03) Done creating bound missing vms > medium_z1/0 (00:05:14) Failed creating bound missing vms (00:05:14) Error 450002: Timed out sending `get_task' to f4dfe4e9-c897-4b9b-b7c7-63a908c10190 after 45 seconds On 24 October 2015 at 06:40, Parthiban Annadurai <senjiparthi(a)gmail.com> wrote: Thanks Amit for your suggestions. Let you know after regenerating the manifest again.
On 24 October 2015 at 11:47, Amit Gupta <agupta(a)pivotal.io> wrote:
Regenerate your manifest.
On Fri, Oct 23, 2015 at 10:49 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Okay Amit. Yaa, I changed my CF Version from v202 to v210. Could you share that metron_agent.deployment property of the manifest which is required in v210? Thanks.
On 24 October 2015 at 10:57, Amit Gupta <agupta(a)pivotal.io> wrote:
Parthiban,
Your log.txt shows that you're using cf-release version 210, but your subject message says you're trying v202. Perhaps you've checked out v202 of cf-release and used the spiff tooling to generate the manifests from that version. v202 doesn't include the metron_agent.deployment property in its manifest, which is required in v210.
On Fri, Oct 23, 2015 at 10:07 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
I have created the manifest file using SPIFF tool. Any issues with that?
On 23 October 2015 at 20:49, Amit Gupta <agupta(a)pivotal.io> wrote:
How did you create your manifest in the first place?
On Fri, Oct 23, 2015 at 8:17 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
After trying the suggestions, now its throws the following error,
Started preparing configuration > Binding configuration. Failed: Error filling in template `metron_agent.json.erb' for `ha_proxy_z1/0' (line 5: Can't find property `["metron_agent.deployment"]') (00:00:00)
Error 100: Error filling in template `metron_agent.json.erb' for `ha_proxy_z1/0' (line 5: Can't find property `["metron_agent.deployment"]')
Could anyone on this??
On 22 October 2015 at 18:08, Amit Gupta <agupta(a)pivotal.io> wrote:
Try running "bosh cck" and recreating VMs from last known apply spec. You should also make sure that the IPs you're allocating to your jobs are accessible from the BOSH director VM.
On Thu, Oct 22, 2015 at 5:27 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Yaa sure Amit. I have attached both the files with this mail. Could you please? Thanks.
On 21 October 2015 at 19:49, Amit Gupta <agupta(a)pivotal.io> wrote:
Can you share the output of "bosh vms" and "bosh task 51 --debug". It's preferable if you copy the terminal outputs and paste them to Gists or Pastebins and share the links.
On Tue, Oct 20, 2015 at 6:18 AM, James Bayer <jbayer(a)pivotal.io> wrote:
sometimes a message like that is due to networking issues. does the bosh director and the VM it is creating have an available network path to reach each other? sometimes ssh'ing in to the VM that is identified can yield more debug clues.
On Tue, Oct 20, 2015 at 5:09 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Thanks Bharath and Amit for the helpful solutions. I have surpassed that error. Now, bosh deploy strucks like in attached image. Could you anyone please?
Regards
Parthiban A
On 20 October 2015 at 11:57, Amit Gupta <agupta(a)pivotal.io> wrote:
Bharath, I think you mean to increase the *disk* size on the compilation VMs, not the memory size.
Parthiban, the error message is happening during compiling, saying "No space left on device". This means your compilation VMs are running out of space on disk. This means you need to increase the allocated disk for your compilation VMs. In the "compilation" section of your deployment manifest, you can specify "cloud_properties". This is where you will specify disk size. These "cloud_properties" look the same as the could_properties specified for a resource pool. Depending on your IaaS, the structure of the cloud_properties section differs. See here: https://bosh.io/docs/deployment-manifest.html#resource-pools-cloud-properties
On Mon, Oct 19, 2015 at 11:13 PM, Bharath Posa < bharathp(a)vedams.com> wrote:
hi parthiban
It seems you are running out of space in your vm in which you are compiling . try to increase the size of memory in your compilation vm .
regards Bharath
On Mon, Oct 19, 2015 at 7:39 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Hello All, Thanks All for the helpful suggestions. Actually, now we r facing the following issue while kicking bosh deploy,
Done compiling packages > nats/d3a1f853f4980682ed8b48e4706b7280e2b7ce0e (00:01:07) Failed compiling packages > buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157: Action Failed get_task: Task aba21e6a-2031-4a69-5b72-f238ecd07051 result: Compiling package buildpack_php: Compressing compiled package: Shelling out to tar: Running command: 'tar czf /var/vcap/data/tmp/bosh-platform-disk-TarballCompressor-CompressFilesInDir762165297 -C /var/vcap/data/packages/buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157.1- .', stdout: '', stderr: ' gzip: stdout: No space left on device ': signal: broken pipe (00:02:41) Failed compiling packages (00:02:41)
Error 450001: Action Failed get_task: Task aba21e6a-2031-4a69-5b72-f238ecd07051 result: Compiling package buildpack_php: Compressing compiled package: Shelling out to tar: Running command: 'tar czf /var/vcap/data/tmp/bosh-platform-disk-TarballCompressor-CompressFilesInDir762165297 -C /var/vcap/data/packages/buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157.1- .', stdout: '', stderr: ' gzip: stdout: No space left on device ': signal: broken pipe
Could Anyone on this issue?
Regards
Parthiban A
On 19 October 2015 at 14:30, Bharath Posa < bharathp(a)vedams.com> wrote:
Hi partiban
can u do a checksum of the tar file .
it should come like this *sha1: b6f596eaff4c7af21cc18a52ef97e19debb00403*
example:
*sha1sum {file}*
regards Bharath
On Mon, Oct 19, 2015 at 1:12 PM, Eric Poelke < epoelke(a)gmail.com> wrote:
You actually do not need to download it. if you just run --
`bosh upload release https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202` <https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202>
The director will pull in the release directly from bosh.io.
-- Thank you,
James Bayer
|
|
toggle quoted message
Show quoted text
On Mon, Oct 26, 2015 at 12:16 AM, Parthiban Annadurai <senjiparthi(a)gmail.com wrote: Actually, sorry for the previous mails. Since, I have started with CF v202 release and it thrown some error so am switched to CF v210. But, again because of some rollback issues we went back with CF v202 itself. Currently, bosh deploy throws the following, I have attached the Debug Logs too. Thanks.
Director task 310 Started unknown Started unknown > Binding deployment. Done (00:00:00)
Started preparing deployment Started preparing deployment > Binding releases. Done (00:00:00) Started preparing deployment > Binding existing deployment. Done (00:00:01) 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)
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 > medium_z1/0 Started creating bound missing vms > medium_z1/1 Started creating bound missing vms > router_z2/0. Done (00:01:09) Failed creating bound missing vms > medium_z1/1: Timed out sending `get_task' to f4dfe4e9-c897-4b9b-b7c7-63a908c10190 after 45 seconds (00:04:03) Done creating bound missing vms > medium_z1/0 (00:05:14) Failed creating bound missing vms (00:05:14)
Error 450002: Timed out sending `get_task' to f4dfe4e9-c897-4b9b-b7c7-63a908c10190 after 45 seconds
On 24 October 2015 at 06:40, Parthiban Annadurai <senjiparthi(a)gmail.com> wrote:
Thanks Amit for your suggestions. Let you know after regenerating the manifest again.
On 24 October 2015 at 11:47, Amit Gupta <agupta(a)pivotal.io> wrote:
Regenerate your manifest.
On Fri, Oct 23, 2015 at 10:49 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Okay Amit. Yaa, I changed my CF Version from v202 to v210. Could you share that metron_agent.deployment property of the manifest which is required in v210? Thanks.
On 24 October 2015 at 10:57, Amit Gupta <agupta(a)pivotal.io> wrote:
Parthiban,
Your log.txt shows that you're using cf-release version 210, but your subject message says you're trying v202. Perhaps you've checked out v202 of cf-release and used the spiff tooling to generate the manifests from that version. v202 doesn't include the metron_agent.deployment property in its manifest, which is required in v210.
On Fri, Oct 23, 2015 at 10:07 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
I have created the manifest file using SPIFF tool. Any issues with that?
On 23 October 2015 at 20:49, Amit Gupta <agupta(a)pivotal.io> wrote:
How did you create your manifest in the first place?
On Fri, Oct 23, 2015 at 8:17 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
After trying the suggestions, now its throws the following error,
Started preparing configuration > Binding configuration. Failed: Error filling in template `metron_agent.json.erb' for `ha_proxy_z1/0' (line 5: Can't find property `["metron_agent.deployment"]') (00:00:00)
Error 100: Error filling in template `metron_agent.json.erb' for `ha_proxy_z1/0' (line 5: Can't find property `["metron_agent.deployment"]')
Could anyone on this??
On 22 October 2015 at 18:08, Amit Gupta <agupta(a)pivotal.io> wrote:
Try running "bosh cck" and recreating VMs from last known apply spec. You should also make sure that the IPs you're allocating to your jobs are accessible from the BOSH director VM.
On Thu, Oct 22, 2015 at 5:27 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Yaa sure Amit. I have attached both the files with this mail. Could you please? Thanks.
On 21 October 2015 at 19:49, Amit Gupta <agupta(a)pivotal.io> wrote:
Can you share the output of "bosh vms" and "bosh task 51 --debug". It's preferable if you copy the terminal outputs and paste them to Gists or Pastebins and share the links.
On Tue, Oct 20, 2015 at 6:18 AM, James Bayer <jbayer(a)pivotal.io> wrote:
sometimes a message like that is due to networking issues. does the bosh director and the VM it is creating have an available network path to reach each other? sometimes ssh'ing in to the VM that is identified can yield more debug clues.
On Tue, Oct 20, 2015 at 5:09 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Thanks Bharath and Amit for the helpful solutions. I have surpassed that error. Now, bosh deploy strucks like in attached image. Could you anyone please?
Regards
Parthiban A
On 20 October 2015 at 11:57, Amit Gupta <agupta(a)pivotal.io> wrote:
Bharath, I think you mean to increase the *disk* size on the compilation VMs, not the memory size.
Parthiban, the error message is happening during compiling, saying "No space left on device". This means your compilation VMs are running out of space on disk. This means you need to increase the allocated disk for your compilation VMs. In the "compilation" section of your deployment manifest, you can specify "cloud_properties". This is where you will specify disk size. These "cloud_properties" look the same as the could_properties specified for a resource pool. Depending on your IaaS, the structure of the cloud_properties section differs. See here: https://bosh.io/docs/deployment-manifest.html#resource-pools-cloud-properties
On Mon, Oct 19, 2015 at 11:13 PM, Bharath Posa < bharathp(a)vedams.com> wrote:
hi parthiban
It seems you are running out of space in your vm in which you are compiling . try to increase the size of memory in your compilation vm .
regards Bharath
On Mon, Oct 19, 2015 at 7:39 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Hello All, Thanks All for the helpful suggestions. Actually, now we r facing the following issue while kicking bosh deploy,
Done compiling packages > nats/d3a1f853f4980682ed8b48e4706b7280e2b7ce0e (00:01:07) Failed compiling packages > buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157: Action Failed get_task: Task aba21e6a-2031-4a69-5b72-f238ecd07051 result: Compiling package buildpack_php: Compressing compiled package: Shelling out to tar: Running command: 'tar czf /var/vcap/data/tmp/bosh-platform-disk-TarballCompressor-CompressFilesInDir762165297 -C /var/vcap/data/packages/buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157.1- .', stdout: '', stderr: ' gzip: stdout: No space left on device ': signal: broken pipe (00:02:41) Failed compiling packages (00:02:41)
Error 450001: Action Failed get_task: Task aba21e6a-2031-4a69-5b72-f238ecd07051 result: Compiling package buildpack_php: Compressing compiled package: Shelling out to tar: Running command: 'tar czf /var/vcap/data/tmp/bosh-platform-disk-TarballCompressor-CompressFilesInDir762165297 -C /var/vcap/data/packages/buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157.1- .', stdout: '', stderr: ' gzip: stdout: No space left on device ': signal: broken pipe
Could Anyone on this issue?
Regards
Parthiban A
On 19 October 2015 at 14:30, Bharath Posa < bharathp(a)vedams.com> wrote:
Hi partiban
can u do a checksum of the tar file .
it should come like this *sha1: b6f596eaff4c7af21cc18a52ef97e19debb00403*
example:
*sha1sum {file}*
regards Bharath
On Mon, Oct 19, 2015 at 1:12 PM, Eric Poelke < epoelke(a)gmail.com> wrote:
You actually do not need to download it. if you just run --
`bosh upload release https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202` <https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202>
The director will pull in the release directly from bosh.io.
-- Thank you,
James Bayer
|
|
Parthiban Annadurai <senjiparthi@...>
Amit, I already tried that troubleshooting options, always same error. As you mentioned, I have attached the BOSH VMs and BOSH CCK REPORT. Thanks.
toggle quoted message
Show quoted text
On 26 October 2015 at 09:23, Amit Gupta <agupta(a)pivotal.io> wrote: Try some of these diagnostics: https://docs.cloudfoundry.org/running/troubleshooting.html#bound-timeout Also, run "bosh vms --details" and "bosh cck --report" and share the outputs.
On Mon, Oct 26, 2015 at 12:16 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Actually, sorry for the previous mails. Since, I have started with CF v202 release and it thrown some error so am switched to CF v210. But, again because of some rollback issues we went back with CF v202 itself. Currently, bosh deploy throws the following, I have attached the Debug Logs too. Thanks.
Director task 310 Started unknown Started unknown > Binding deployment. Done (00:00:00)
Started preparing deployment Started preparing deployment > Binding releases. Done (00:00:00) Started preparing deployment > Binding existing deployment. Done (00:00:01) 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)
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 > medium_z1/0 Started creating bound missing vms > medium_z1/1 Started creating bound missing vms > router_z2/0. Done (00:01:09) Failed creating bound missing vms > medium_z1/1: Timed out sending `get_task' to f4dfe4e9-c897-4b9b-b7c7-63a908c10190 after 45 seconds (00:04:03) Done creating bound missing vms > medium_z1/0 (00:05:14) Failed creating bound missing vms (00:05:14)
Error 450002: Timed out sending `get_task' to f4dfe4e9-c897-4b9b-b7c7-63a908c10190 after 45 seconds
On 24 October 2015 at 06:40, Parthiban Annadurai <senjiparthi(a)gmail.com> wrote:
Thanks Amit for your suggestions. Let you know after regenerating the manifest again.
On 24 October 2015 at 11:47, Amit Gupta <agupta(a)pivotal.io> wrote:
Regenerate your manifest.
On Fri, Oct 23, 2015 at 10:49 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Okay Amit. Yaa, I changed my CF Version from v202 to v210. Could you share that metron_agent.deployment property of the manifest which is required in v210? Thanks.
On 24 October 2015 at 10:57, Amit Gupta <agupta(a)pivotal.io> wrote:
Parthiban,
Your log.txt shows that you're using cf-release version 210, but your subject message says you're trying v202. Perhaps you've checked out v202 of cf-release and used the spiff tooling to generate the manifests from that version. v202 doesn't include the metron_agent.deployment property in its manifest, which is required in v210.
On Fri, Oct 23, 2015 at 10:07 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
I have created the manifest file using SPIFF tool. Any issues with that?
On 23 October 2015 at 20:49, Amit Gupta <agupta(a)pivotal.io> wrote:
How did you create your manifest in the first place?
On Fri, Oct 23, 2015 at 8:17 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
After trying the suggestions, now its throws the following error,
Started preparing configuration > Binding configuration. Failed: Error filling in template `metron_agent.json.erb' for `ha_proxy_z1/0' (line 5: Can't find property `["metron_agent.deployment"]') (00:00:00)
Error 100: Error filling in template `metron_agent.json.erb' for `ha_proxy_z1/0' (line 5: Can't find property `["metron_agent.deployment"]')
Could anyone on this??
On 22 October 2015 at 18:08, Amit Gupta <agupta(a)pivotal.io> wrote:
Try running "bosh cck" and recreating VMs from last known apply spec. You should also make sure that the IPs you're allocating to your jobs are accessible from the BOSH director VM.
On Thu, Oct 22, 2015 at 5:27 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Yaa sure Amit. I have attached both the files with this mail. Could you please? Thanks.
On 21 October 2015 at 19:49, Amit Gupta <agupta(a)pivotal.io> wrote:
Can you share the output of "bosh vms" and "bosh task 51 --debug". It's preferable if you copy the terminal outputs and paste them to Gists or Pastebins and share the links.
On Tue, Oct 20, 2015 at 6:18 AM, James Bayer <jbayer(a)pivotal.io
wrote: sometimes a message like that is due to networking issues. does the bosh director and the VM it is creating have an available network path to reach each other? sometimes ssh'ing in to the VM that is identified can yield more debug clues.
On Tue, Oct 20, 2015 at 5:09 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Thanks Bharath and Amit for the helpful solutions. I have surpassed that error. Now, bosh deploy strucks like in attached image. Could you anyone please?
Regards
Parthiban A
On 20 October 2015 at 11:57, Amit Gupta <agupta(a)pivotal.io> wrote:
Bharath, I think you mean to increase the *disk* size on the compilation VMs, not the memory size.
Parthiban, the error message is happening during compiling, saying "No space left on device". This means your compilation VMs are running out of space on disk. This means you need to increase the allocated disk for your compilation VMs. In the "compilation" section of your deployment manifest, you can specify "cloud_properties". This is where you will specify disk size. These "cloud_properties" look the same as the could_properties specified for a resource pool. Depending on your IaaS, the structure of the cloud_properties section differs. See here: https://bosh.io/docs/deployment-manifest.html#resource-pools-cloud-properties
On Mon, Oct 19, 2015 at 11:13 PM, Bharath Posa < bharathp(a)vedams.com> wrote:
hi parthiban
It seems you are running out of space in your vm in which you are compiling . try to increase the size of memory in your compilation vm .
regards Bharath
On Mon, Oct 19, 2015 at 7:39 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Hello All, Thanks All for the helpful suggestions. Actually, now we r facing the following issue while kicking bosh deploy,
Done compiling packages > nats/d3a1f853f4980682ed8b48e4706b7280e2b7ce0e (00:01:07) Failed compiling packages > buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157: Action Failed get_task: Task aba21e6a-2031-4a69-5b72-f238ecd07051 result: Compiling package buildpack_php: Compressing compiled package: Shelling out to tar: Running command: 'tar czf /var/vcap/data/tmp/bosh-platform-disk-TarballCompressor-CompressFilesInDir762165297 -C /var/vcap/data/packages/buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157.1- .', stdout: '', stderr: ' gzip: stdout: No space left on device ': signal: broken pipe (00:02:41) Failed compiling packages (00:02:41)
Error 450001: Action Failed get_task: Task aba21e6a-2031-4a69-5b72-f238ecd07051 result: Compiling package buildpack_php: Compressing compiled package: Shelling out to tar: Running command: 'tar czf /var/vcap/data/tmp/bosh-platform-disk-TarballCompressor-CompressFilesInDir762165297 -C /var/vcap/data/packages/buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157.1- .', stdout: '', stderr: ' gzip: stdout: No space left on device ': signal: broken pipe
Could Anyone on this issue?
Regards
Parthiban A
On 19 October 2015 at 14:30, Bharath Posa < bharathp(a)vedams.com> wrote:
Hi partiban
can u do a checksum of the tar file .
it should come like this *sha1: b6f596eaff4c7af21cc18a52ef97e19debb00403*
example:
*sha1sum {file}*
regards Bharath
On Mon, Oct 19, 2015 at 1:12 PM, Eric Poelke < epoelke(a)gmail.com> wrote:
You actually do not need to download it. if you just run --
`bosh upload release https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202` <https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202>
The director will pull in the release directly from bosh.io.
-- Thank you,
James Bayer
|
|
Looks like most of your VMs are fine, but one of your etcd VM's agent is unresponsive. Do "bosh cck" and resolve the unresponsive agent by recreating from the last known apply spec. On Mon, Oct 26, 2015 at 7:07 AM, Parthiban Annadurai <senjiparthi(a)gmail.com> wrote: Amit, I already tried that troubleshooting options, always same error. As you mentioned, I have attached the BOSH VMs and BOSH CCK REPORT. Thanks.
On 26 October 2015 at 09:23, Amit Gupta <agupta(a)pivotal.io> wrote:
Try some of these diagnostics: https://docs.cloudfoundry.org/running/troubleshooting.html#bound-timeout Also, run "bosh vms --details" and "bosh cck --report" and share the outputs.
On Mon, Oct 26, 2015 at 12:16 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Actually, sorry for the previous mails. Since, I have started with CF v202 release and it thrown some error so am switched to CF v210. But, again because of some rollback issues we went back with CF v202 itself. Currently, bosh deploy throws the following, I have attached the Debug Logs too. Thanks.
Director task 310 Started unknown Started unknown > Binding deployment. Done (00:00:00)
Started preparing deployment Started preparing deployment > Binding releases. Done (00:00:00) Started preparing deployment > Binding existing deployment. Done (00:00:01) 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)
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 > medium_z1/0 Started creating bound missing vms > medium_z1/1 Started creating bound missing vms > router_z2/0. Done (00:01:09) Failed creating bound missing vms > medium_z1/1: Timed out sending `get_task' to f4dfe4e9-c897-4b9b-b7c7-63a908c10190 after 45 seconds (00:04:03) Done creating bound missing vms > medium_z1/0 (00:05:14) Failed creating bound missing vms (00:05:14)
Error 450002: Timed out sending `get_task' to f4dfe4e9-c897-4b9b-b7c7-63a908c10190 after 45 seconds
On 24 October 2015 at 06:40, Parthiban Annadurai <senjiparthi(a)gmail.com> wrote:
Thanks Amit for your suggestions. Let you know after regenerating the manifest again.
On 24 October 2015 at 11:47, Amit Gupta <agupta(a)pivotal.io> wrote:
Regenerate your manifest.
On Fri, Oct 23, 2015 at 10:49 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Okay Amit. Yaa, I changed my CF Version from v202 to v210. Could you share that metron_agent.deployment property of the manifest which is required in v210? Thanks.
On 24 October 2015 at 10:57, Amit Gupta <agupta(a)pivotal.io> wrote:
Parthiban,
Your log.txt shows that you're using cf-release version 210, but your subject message says you're trying v202. Perhaps you've checked out v202 of cf-release and used the spiff tooling to generate the manifests from that version. v202 doesn't include the metron_agent.deployment property in its manifest, which is required in v210.
On Fri, Oct 23, 2015 at 10:07 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
I have created the manifest file using SPIFF tool. Any issues with that?
On 23 October 2015 at 20:49, Amit Gupta <agupta(a)pivotal.io> wrote:
How did you create your manifest in the first place?
On Fri, Oct 23, 2015 at 8:17 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
After trying the suggestions, now its throws the following error,
Started preparing configuration > Binding configuration. Failed: Error filling in template `metron_agent.json.erb' for `ha_proxy_z1/0' (line 5: Can't find property `["metron_agent.deployment"]') (00:00:00)
Error 100: Error filling in template `metron_agent.json.erb' for `ha_proxy_z1/0' (line 5: Can't find property `["metron_agent.deployment"]')
Could anyone on this??
On 22 October 2015 at 18:08, Amit Gupta <agupta(a)pivotal.io> wrote:
Try running "bosh cck" and recreating VMs from last known apply spec. You should also make sure that the IPs you're allocating to your jobs are accessible from the BOSH director VM.
On Thu, Oct 22, 2015 at 5:27 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Yaa sure Amit. I have attached both the files with this mail. Could you please? Thanks.
On 21 October 2015 at 19:49, Amit Gupta <agupta(a)pivotal.io> wrote:
Can you share the output of "bosh vms" and "bosh task 51 --debug". It's preferable if you copy the terminal outputs and paste them to Gists or Pastebins and share the links.
On Tue, Oct 20, 2015 at 6:18 AM, James Bayer < jbayer(a)pivotal.io> wrote:
sometimes a message like that is due to networking issues. does the bosh director and the VM it is creating have an available network path to reach each other? sometimes ssh'ing in to the VM that is identified can yield more debug clues.
On Tue, Oct 20, 2015 at 5:09 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Thanks Bharath and Amit for the helpful solutions. I have surpassed that error. Now, bosh deploy strucks like in attached image. Could you anyone please?
Regards
Parthiban A
On 20 October 2015 at 11:57, Amit Gupta <agupta(a)pivotal.io> wrote:
Bharath, I think you mean to increase the *disk* size on the compilation VMs, not the memory size.
Parthiban, the error message is happening during compiling, saying "No space left on device". This means your compilation VMs are running out of space on disk. This means you need to increase the allocated disk for your compilation VMs. In the "compilation" section of your deployment manifest, you can specify "cloud_properties". This is where you will specify disk size. These "cloud_properties" look the same as the could_properties specified for a resource pool. Depending on your IaaS, the structure of the cloud_properties section differs. See here: https://bosh.io/docs/deployment-manifest.html#resource-pools-cloud-properties
On Mon, Oct 19, 2015 at 11:13 PM, Bharath Posa < bharathp(a)vedams.com> wrote:
hi parthiban
It seems you are running out of space in your vm in which you are compiling . try to increase the size of memory in your compilation vm .
regards Bharath
On Mon, Oct 19, 2015 at 7:39 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Hello All, Thanks All for the helpful suggestions. Actually, now we r facing the following issue while kicking bosh deploy,
Done compiling packages > nats/d3a1f853f4980682ed8b48e4706b7280e2b7ce0e (00:01:07) Failed compiling packages > buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157: Action Failed get_task: Task aba21e6a-2031-4a69-5b72-f238ecd07051 result: Compiling package buildpack_php: Compressing compiled package: Shelling out to tar: Running command: 'tar czf /var/vcap/data/tmp/bosh-platform-disk-TarballCompressor-CompressFilesInDir762165297 -C /var/vcap/data/packages/buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157.1- .', stdout: '', stderr: ' gzip: stdout: No space left on device ': signal: broken pipe (00:02:41) Failed compiling packages (00:02:41)
Error 450001: Action Failed get_task: Task aba21e6a-2031-4a69-5b72-f238ecd07051 result: Compiling package buildpack_php: Compressing compiled package: Shelling out to tar: Running command: 'tar czf /var/vcap/data/tmp/bosh-platform-disk-TarballCompressor-CompressFilesInDir762165297 -C /var/vcap/data/packages/buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157.1- .', stdout: '', stderr: ' gzip: stdout: No space left on device ': signal: broken pipe
Could Anyone on this issue?
Regards
Parthiban A
On 19 October 2015 at 14:30, Bharath Posa < bharathp(a)vedams.com> wrote:
Hi partiban
can u do a checksum of the tar file .
it should come like this *sha1: b6f596eaff4c7af21cc18a52ef97e19debb00403*
example:
*sha1sum {file}*
regards Bharath
On Mon, Oct 19, 2015 at 1:12 PM, Eric Poelke < epoelke(a)gmail.com> wrote:
You actually do not need to download it. if you just run --
`bosh upload release https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202` <https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202>
The director will pull in the release directly from bosh.io.
-- Thank you,
James Bayer
|
|
Parthiban Annadurai <senjiparthi@...>
Hello All, As per the suggestions provided, am able to move forward with my Cloud Foundry Deployments. Now, am getting the following error,
*Error 400007: `api_z1/0' is not running after update* I searched for this error but no solution yet. Could anyone on this issue?? Thanks..
Regards
Parthiban A
toggle quoted message
Show quoted text
On 27 October 2015 at 00:18, Amit Gupta <agupta(a)pivotal.io> wrote: Looks like most of your VMs are fine, but one of your etcd VM's agent is unresponsive. Do "bosh cck" and resolve the unresponsive agent by recreating from the last known apply spec.
On Mon, Oct 26, 2015 at 7:07 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Amit, I already tried that troubleshooting options, always same error. As you mentioned, I have attached the BOSH VMs and BOSH CCK REPORT. Thanks.
On 26 October 2015 at 09:23, Amit Gupta <agupta(a)pivotal.io> wrote:
Try some of these diagnostics: https://docs.cloudfoundry.org/running/troubleshooting.html#bound-timeout Also, run "bosh vms --details" and "bosh cck --report" and share the outputs.
On Mon, Oct 26, 2015 at 12:16 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Actually, sorry for the previous mails. Since, I have started with CF v202 release and it thrown some error so am switched to CF v210. But, again because of some rollback issues we went back with CF v202 itself. Currently, bosh deploy throws the following, I have attached the Debug Logs too. Thanks.
Director task 310 Started unknown Started unknown > Binding deployment. Done (00:00:00)
Started preparing deployment Started preparing deployment > Binding releases. Done (00:00:00) Started preparing deployment > Binding existing deployment. Done (00:00:01) 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)
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 > medium_z1/0 Started creating bound missing vms > medium_z1/1 Started creating bound missing vms > router_z2/0. Done (00:01:09) Failed creating bound missing vms > medium_z1/1: Timed out sending `get_task' to f4dfe4e9-c897-4b9b-b7c7-63a908c10190 after 45 seconds (00:04:03) Done creating bound missing vms > medium_z1/0 (00:05:14) Failed creating bound missing vms (00:05:14)
Error 450002: Timed out sending `get_task' to f4dfe4e9-c897-4b9b-b7c7-63a908c10190 after 45 seconds
On 24 October 2015 at 06:40, Parthiban Annadurai <senjiparthi(a)gmail.com
wrote: Thanks Amit for your suggestions. Let you know after regenerating the manifest again.
On 24 October 2015 at 11:47, Amit Gupta <agupta(a)pivotal.io> wrote:
Regenerate your manifest.
On Fri, Oct 23, 2015 at 10:49 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Okay Amit. Yaa, I changed my CF Version from v202 to v210. Could you share that metron_agent.deployment property of the manifest which is required in v210? Thanks.
On 24 October 2015 at 10:57, Amit Gupta <agupta(a)pivotal.io> wrote:
Parthiban,
Your log.txt shows that you're using cf-release version 210, but your subject message says you're trying v202. Perhaps you've checked out v202 of cf-release and used the spiff tooling to generate the manifests from that version. v202 doesn't include the metron_agent.deployment property in its manifest, which is required in v210.
On Fri, Oct 23, 2015 at 10:07 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
I have created the manifest file using SPIFF tool. Any issues with that?
On 23 October 2015 at 20:49, Amit Gupta <agupta(a)pivotal.io> wrote:
How did you create your manifest in the first place?
On Fri, Oct 23, 2015 at 8:17 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
After trying the suggestions, now its throws the following error,
Started preparing configuration > Binding configuration. Failed: Error filling in template `metron_agent.json.erb' for `ha_proxy_z1/0' (line 5: Can't find property `["metron_agent.deployment"]') (00:00:00)
Error 100: Error filling in template `metron_agent.json.erb' for `ha_proxy_z1/0' (line 5: Can't find property `["metron_agent.deployment"]')
Could anyone on this??
On 22 October 2015 at 18:08, Amit Gupta <agupta(a)pivotal.io> wrote:
Try running "bosh cck" and recreating VMs from last known apply spec. You should also make sure that the IPs you're allocating to your jobs are accessible from the BOSH director VM.
On Thu, Oct 22, 2015 at 5:27 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Yaa sure Amit. I have attached both the files with this mail. Could you please? Thanks.
On 21 October 2015 at 19:49, Amit Gupta <agupta(a)pivotal.io> wrote:
Can you share the output of "bosh vms" and "bosh task 51 --debug". It's preferable if you copy the terminal outputs and paste them to Gists or Pastebins and share the links.
On Tue, Oct 20, 2015 at 6:18 AM, James Bayer < jbayer(a)pivotal.io> wrote:
sometimes a message like that is due to networking issues. does the bosh director and the VM it is creating have an available network path to reach each other? sometimes ssh'ing in to the VM that is identified can yield more debug clues.
On Tue, Oct 20, 2015 at 5:09 AM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Thanks Bharath and Amit for the helpful solutions. I have surpassed that error. Now, bosh deploy strucks like in attached image. Could you anyone please?
Regards
Parthiban A
On 20 October 2015 at 11:57, Amit Gupta <agupta(a)pivotal.io> wrote:
Bharath, I think you mean to increase the *disk* size on the compilation VMs, not the memory size.
Parthiban, the error message is happening during compiling, saying "No space left on device". This means your compilation VMs are running out of space on disk. This means you need to increase the allocated disk for your compilation VMs. In the "compilation" section of your deployment manifest, you can specify "cloud_properties". This is where you will specify disk size. These "cloud_properties" look the same as the could_properties specified for a resource pool. Depending on your IaaS, the structure of the cloud_properties section differs. See here: https://bosh.io/docs/deployment-manifest.html#resource-pools-cloud-properties
On Mon, Oct 19, 2015 at 11:13 PM, Bharath Posa < bharathp(a)vedams.com> wrote:
hi parthiban
It seems you are running out of space in your vm in which you are compiling . try to increase the size of memory in your compilation vm .
regards Bharath
On Mon, Oct 19, 2015 at 7:39 PM, Parthiban Annadurai < senjiparthi(a)gmail.com> wrote:
Hello All, Thanks All for the helpful suggestions. Actually, now we r facing the following issue while kicking bosh deploy,
Done compiling packages > nats/d3a1f853f4980682ed8b48e4706b7280e2b7ce0e (00:01:07) Failed compiling packages > buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157: Action Failed get_task: Task aba21e6a-2031-4a69-5b72-f238ecd07051 result: Compiling package buildpack_php: Compressing compiled package: Shelling out to tar: Running command: 'tar czf /var/vcap/data/tmp/bosh-platform-disk-TarballCompressor-CompressFilesInDir762165297 -C /var/vcap/data/packages/buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157.1- .', stdout: '', stderr: ' gzip: stdout: No space left on device ': signal: broken pipe (00:02:41) Failed compiling packages (00:02:41)
Error 450001: Action Failed get_task: Task aba21e6a-2031-4a69-5b72-f238ecd07051 result: Compiling package buildpack_php: Compressing compiled package: Shelling out to tar: Running command: 'tar czf /var/vcap/data/tmp/bosh-platform-disk-TarballCompressor-CompressFilesInDir762165297 -C /var/vcap/data/packages/buildpack_php/9c72be716ab8629d7e6feed43012d1d671720157.1- .', stdout: '', stderr: ' gzip: stdout: No space left on device ': signal: broken pipe
Could Anyone on this issue?
Regards
Parthiban A
On 19 October 2015 at 14:30, Bharath Posa < bharathp(a)vedams.com> wrote:
Hi partiban
can u do a checksum of the tar file .
it should come like this *sha1: b6f596eaff4c7af21cc18a52ef97e19debb00403*
example:
*sha1sum {file}*
regards Bharath
On Mon, Oct 19, 2015 at 1:12 PM, Eric Poelke < epoelke(a)gmail.com> wrote:
You actually do not need to download it. if you just run --
`bosh upload release https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202` <https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202>
The director will pull in the release directly from bosh.io.
-- Thank you,
James Bayer
|
|
Try ssh'ing onto the box to see what the logs say.
`bosh ssh api_z1 0`
Then, `cd /var/vcap/sys/log/`
There are plenty of logs to look through, I'd start by running `monit summary` (make sure to be root) to see if any process is failing. If there is a process failing then look at its respective logs. Else start with cloud_controller_ng log directory.
|
|
Parthiban Annadurai <senjiparthi@...>
Hey Warren, Thanks for your valuable suggestions. I have SSHed into that VM. Monit Summary Command shows the following, root(a)5c446a3d-3070-4d24-9f2e-1cff18218c07:/var/vcap/sys/log# monit summary The Monit daemon 5.2.4 uptime: 20m Process 'cloud_controller_ng' initializing Process 'cloud_controller_worker_local_1' not monitored Process 'cloud_controller_worker_local_2' not monitored Process 'nginx_cc' initializing Process 'metron_agent' running File 'nfs_mounter' Does not exist System 'system_5c446a3d-3070-4d24-9f2e-1cff18218c07' running Also I have checked for cloud_controller_ng_ctl.log, it has the following, [2015-11-18 04:33:34+0000] ------------ STARTING cloud_controller_ng_ctl at Wed Nov 18 04:32:53 UTC 2015 -------------- [2015-11-18 04:33:34+0000] Preparing local package directory [2015-11-18 04:33:34+0000] Preparing local resource_pool directory [2015-11-18 04:33:34+0000] Preparing local droplet directory [2015-11-18 04:33:34+0000] Deprecated: Use -s or --insert-seed flag [2015-11-18 04:33:34+0000] Killing /var/vcap/sys/run/cloud_controller_ng/cloud_controller_ng.pid: 32522 [2015-11-18 04:33:34+0000] .Stopped Then, nfs_mounter_ctl.log has the following, [2015-11-18 04:27:20+0000] Found NFS mount, unmounting... [2015-11-18 04:27:20+0000] NFS unmounted [2015-11-18 04:27:20+0000] idmapd start/post-stop, process 25777 [2015-11-18 04:27:20+0000] NFS unmounted [2015-11-18 04:27:20+0000] Mounting NFS... [2015-11-18 04:27:20+0000] mount.nfs: timeout set for Wed Nov 18 04:29:20 2015 [2015-11-18 04:27:20+0000] mount.nfs: trying text-based options 'timeo=10,intr,lookupcache=positive,vers=4,addr=192.168.33.53,clientaddr=192.168.33.184' [2015-11-18 04:27:20+0000] mount.nfs: trying text-based options 'timeo=10,intr,lookupcache=positive,addr=192.168.33.53' [2015-11-18 04:27:20+0000] mount.nfs: prog 100003, trying vers=3, prot=6 [2015-11-18 04:27:20+0000] mount.nfs: prog 100005, trying vers=3, prot=17 [2015-11-18 04:27:20+0000] Failed to start: cannot write to NFS I think the problem is with the NFS. Could you please help on this issue?? Thanks.. Regards Parthiban A On 18 November 2015 at 08:42, Warren Fernandes <wfernandes(a)pivotal.io> wrote: Try ssh'ing onto the box to see what the logs say.
`bosh ssh api_z1 0`
Then, `cd /var/vcap/sys/log/`
There are plenty of logs to look through, I'd start by running `monit summary` (make sure to be root) to see if any process is failing. If there is a process failing then look at its respective logs. Else start with cloud_controller_ng log directory.
|
|
Parthiban Annadurai <senjiparthi@...>
Also, the bosh vms command shows that api_z1/0 is not in running status rather its in starting state always. Thanks.. On 18 November 2015 at 10:10, Parthiban Annadurai <senjiparthi(a)gmail.com> wrote: Hey Warren, Thanks for your valuable suggestions. I have SSHed into that VM. Monit Summary Command shows the following,
root(a)5c446a3d-3070-4d24-9f2e-1cff18218c07:/var/vcap/sys/log# monit summary The Monit daemon 5.2.4 uptime: 20m
Process 'cloud_controller_ng' initializing Process 'cloud_controller_worker_local_1' not monitored Process 'cloud_controller_worker_local_2' not monitored Process 'nginx_cc' initializing Process 'metron_agent' running File 'nfs_mounter' Does not exist System 'system_5c446a3d-3070-4d24-9f2e-1cff18218c07' running
Also I have checked for cloud_controller_ng_ctl.log, it has the following,
[2015-11-18 04:33:34+0000] ------------ STARTING cloud_controller_ng_ctl at Wed Nov 18 04:32:53 UTC 2015 -------------- [2015-11-18 04:33:34+0000] Preparing local package directory [2015-11-18 04:33:34+0000] Preparing local resource_pool directory [2015-11-18 04:33:34+0000] Preparing local droplet directory [2015-11-18 04:33:34+0000] Deprecated: Use -s or --insert-seed flag [2015-11-18 04:33:34+0000] Killing /var/vcap/sys/run/cloud_controller_ng/cloud_controller_ng.pid: 32522 [2015-11-18 04:33:34+0000] .Stopped
Then, nfs_mounter_ctl.log has the following,
[2015-11-18 04:27:20+0000] Found NFS mount, unmounting... [2015-11-18 04:27:20+0000] NFS unmounted [2015-11-18 04:27:20+0000] idmapd start/post-stop, process 25777 [2015-11-18 04:27:20+0000] NFS unmounted [2015-11-18 04:27:20+0000] Mounting NFS... [2015-11-18 04:27:20+0000] mount.nfs: timeout set for Wed Nov 18 04:29:20 2015 [2015-11-18 04:27:20+0000] mount.nfs: trying text-based options 'timeo=10,intr,lookupcache=positive,vers=4,addr=192.168.33.53,clientaddr=192.168.33.184' [2015-11-18 04:27:20+0000] mount.nfs: trying text-based options 'timeo=10,intr,lookupcache=positive,addr=192.168.33.53' [2015-11-18 04:27:20+0000] mount.nfs: prog 100003, trying vers=3, prot=6 [2015-11-18 04:27:20+0000] mount.nfs: prog 100005, trying vers=3, prot=17 [2015-11-18 04:27:20+0000] Failed to start: cannot write to NFS
I think the problem is with the NFS. Could you please help on this issue?? Thanks..
Regards
Parthiban A
On 18 November 2015 at 08:42, Warren Fernandes <wfernandes(a)pivotal.io> wrote:
Try ssh'ing onto the box to see what the logs say.
`bosh ssh api_z1 0`
Then, `cd /var/vcap/sys/log/`
There are plenty of logs to look through, I'd start by running `monit summary` (make sure to be root) to see if any process is failing. If there is a process failing then look at its respective logs. Else start with cloud_controller_ng log directory.
|
|
Parthiban Annadurai <senjiparthi@...>
Hello All, Still we are facing the issue in Canary Update. It throws the following, Error 400007: `api_z1/0' is not running after update Could anyone on this issue?? Thanks.. Regards, Parthiban A On 18 November 2015 at 10:39, Parthiban Annadurai <senjiparthi(a)gmail.com> wrote: Also, the bosh vms command shows that api_z1/0 is not in running status rather its in starting state always. Thanks..
On 18 November 2015 at 10:10, Parthiban Annadurai <senjiparthi(a)gmail.com> wrote:
Hey Warren, Thanks for your valuable suggestions. I have SSHed into that VM. Monit Summary Command shows the following,
root(a)5c446a3d-3070-4d24-9f2e-1cff18218c07:/var/vcap/sys/log# monit summary The Monit daemon 5.2.4 uptime: 20m
Process 'cloud_controller_ng' initializing Process 'cloud_controller_worker_local_1' not monitored Process 'cloud_controller_worker_local_2' not monitored Process 'nginx_cc' initializing Process 'metron_agent' running File 'nfs_mounter' Does not exist System 'system_5c446a3d-3070-4d24-9f2e-1cff18218c07' running
Also I have checked for cloud_controller_ng_ctl.log, it has the following,
[2015-11-18 04:33:34+0000] ------------ STARTING cloud_controller_ng_ctl at Wed Nov 18 04:32:53 UTC 2015 -------------- [2015-11-18 04:33:34+0000] Preparing local package directory [2015-11-18 04:33:34+0000] Preparing local resource_pool directory [2015-11-18 04:33:34+0000] Preparing local droplet directory [2015-11-18 04:33:34+0000] Deprecated: Use -s or --insert-seed flag [2015-11-18 04:33:34+0000] Killing /var/vcap/sys/run/cloud_controller_ng/cloud_controller_ng.pid: 32522 [2015-11-18 04:33:34+0000] .Stopped
Then, nfs_mounter_ctl.log has the following,
[2015-11-18 04:27:20+0000] Found NFS mount, unmounting... [2015-11-18 04:27:20+0000] NFS unmounted [2015-11-18 04:27:20+0000] idmapd start/post-stop, process 25777 [2015-11-18 04:27:20+0000] NFS unmounted [2015-11-18 04:27:20+0000] Mounting NFS... [2015-11-18 04:27:20+0000] mount.nfs: timeout set for Wed Nov 18 04:29:20 2015 [2015-11-18 04:27:20+0000] mount.nfs: trying text-based options 'timeo=10,intr,lookupcache=positive,vers=4,addr=192.168.33.53,clientaddr=192.168.33.184' [2015-11-18 04:27:20+0000] mount.nfs: trying text-based options 'timeo=10,intr,lookupcache=positive,addr=192.168.33.53' [2015-11-18 04:27:20+0000] mount.nfs: prog 100003, trying vers=3, prot=6 [2015-11-18 04:27:20+0000] mount.nfs: prog 100005, trying vers=3, prot=17 [2015-11-18 04:27:20+0000] Failed to start: cannot write to NFS
I think the problem is with the NFS. Could you please help on this issue?? Thanks..
Regards
Parthiban A
On 18 November 2015 at 08:42, Warren Fernandes <wfernandes(a)pivotal.io> wrote:
Try ssh'ing onto the box to see what the logs say.
`bosh ssh api_z1 0`
Then, `cd /var/vcap/sys/log/`
There are plenty of logs to look through, I'd start by running `monit summary` (make sure to be root) to see if any process is failing. If there is a process failing then look at its respective logs. Else start with cloud_controller_ng log directory.
|
|
|
|
Parthiban Annadurai <senjiparthi@...>
|
|
Parthiban Annadurai <senjiparthi@...>
Hello All, Is there anything i need to change on my CF Deployment Manifest for the deployments or not? Could you please help on this to solve? Thanks. On 20 November 2015 at 09:41, Parthiban Annadurai <senjiparthi(a)gmail.com> wrote: Thanks for your suggestions Warren. I am attaching the Manifest file which used for the deployment. Am also suspecting that the problem with the NFS Server Configuration only.
On 19 November 2015 at 22:32, Warren Fernandes <wfernandes(a)pivotal.io> wrote:
Hey Parthiban,
It seems that there may be a misconfiguration in your manifest. Did you configure the nfs_server properties?
https://github.com/cloudfoundry/cf-release/blob/master/templates/cf-jobs.yml#L19-L22
The api_z1 pulls the above properties in here. https://github.com/cloudfoundry/cf-release/blob/master/templates/cf-jobs.yml#L368 .
Is it possible to share your manifest with us via a gist or attachment? Please remove any sensitive information like passwords, certs and keys.
Thanks.
|
|