Some of BOSH managed VMs (such as diego_cell VMs in the case of TAS) may fail because the actual assigned IP and registered IP in BOSH database for each VM is not identical while they should be identical.
For examples, suppose that you have two VMs called VM1 and VM2. In this example, suppose that 10.0.16.11 is allocated to VM1 and 10.0.16.12 is allocated to VM2 as actual IPs. And, suppose that VM1 is affected with this issue.
When this issue happens based on this example, you may see those assigned IPs are as below via
bosh vms command or
bosh instances command.
VM1 10.0.16.12
VM2 10.0.16.12
In this situation, VM1's status via
bosh vms command or
bosh instances command is failing. If executing Apply Changes from Ops Manager in this situation, it fails because the IP is conflicted between VM1 and VM2 according to registered IPs in BOSH database.
This article instructs how to fix those unexpected IP allocations.