Re: `api_z1/0' is not running after update to CF v231
Wayne Ha <wayne.h.ha@...>
Sridhar,
Thanks for your response. I found the VM is listening to port 8500: root(a)c6822dcb-fb02-4858-ae5d-3ab45d593896:/var/vcap/sys/log# netstat -anp | grep LISTEN tcp 0 0 127.0.0.1:8400 0.0.0.0:* LISTEN 18162/consul tcp 0 0 127.0.0.1:8500 0.0.0.0:* LISTEN 18162/consul tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 18162/consul tcp 0 0 127.0.0.1:2822 0.0.0.0:* LISTEN 72/monit tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 31/sshd tcp 0 0 10.244.0.138:8301 0.0.0.0:* LISTEN 18162/consul If I run "monit stop all" then it only listens to the following: root(a)c6822dcb-fb02-4858-ae5d-3ab45d593896:/var/vcap/sys/log# netstat -anp | grep LISTEN tcp 0 0 127.0.0.1:2822 0.0.0.0:* LISTEN 72/monit tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 31/sshd Note that 10.244.0.138 is the IP of this VM. Thanks, On Sat, Mar 5, 2016 at 12:58 AM, sridhar vennela <sridhar.vennela(a)gmail.com> wrote: Hi Wayne, |
|