I just upgraded a HA controller cluster 2.8.1 -> 2.8.2. The controllers never came back. 17070/tcp is closed, although jujud is running…
root@osjujud01:~# ps auxww | grep jujud
root 1101 0.0 0.0 21768 3428 ? Ss 15:24 0:00 bash /etc/systemd/system/jujud-machine-1-exec-start.sh
root 1181 0.7 2.0 825632 82208 ? Sl 15:24 0:52 /var/lib/juju/tools/machine-1/jujud machine --data-dir /var/lib/juju --machine-id 1 --debug
root 5935 0.0 0.0 14856 1036 pts/0 S+ 17:14 0:00 grep --color=auto jujud
root@osjujud01:~# netstat -tlnp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 698/systemd-resolve
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1081/sshd
tcp 0 0 0.0.0.0:37017 0.0.0.0:* LISTEN 1108/mongod
The log has these messages;
2020-09-16 15:34:02 ERROR juju.worker.dependency engine.go:671 "api-caller" manifold worker returned unexpected error: [b5fb8e] "machine-1" cannot open api: unable to connect to API: dial tcp 127.0.0.1:17070: connect: connection refused
2020-09-16 15:35:05 ERROR juju.worker.upgradedatabase worker.go:305 timed out waiting for primary database upgrade
2020-09-16 15:35:51 ERROR juju.worker.dependency engine.go:671 "api-caller" manifold worker returned unexpected error: [b5fb8e] "machine-1" cannot open api: unable to connect to API: dial tcp 127.0.0.1:17070: connect: connection refused
2020-09-16 15:37:48 ERROR juju.worker.dependency engine.go:671 "api-caller" manifold worker returned unexpected error: [b5fb8e] "machine-1" cannot open api: unable to connect to API: dial tcp 127.0.0.1:17070: connect: connection refused
2020-09-16 15:39:44 ERROR juju.worker.dependency engine.go:671 "api-caller" manifold worker returned unexpected error: [b5fb8e] "machine-1" cannot open api: unable to connect to API: dial tcp 127.0.0.1:17070: connect: connection refused
2020-09-16 15:41:40 ERROR juju.worker.dependency engine.go:671 "api-caller" manifold worker returned unexpected error: [b5fb8e] "machine-1" cannot open api: unable to connect to API: dial tcp 127.0.0.1:17070: connect: connection refused
Any suggestions please? Many thanks in advance!