Closed yakimant closed 1 month ago
Issues:
public_api
erigon
nodes are not syncing:
❯ ./rpc.sh eth_blockNumber
bash: warning: setlocale: LC_ALL: cannot change locale (en_GB.UTF-8)
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x0"
}
❯ sudo du -sh erigon-mainnet-* 14M erigon-mainnet-stable 12M erigon-mainnet-unstable
https://github.com/status-im/infra-nimbus/issues/211
I think we can merge the layout changes even if some nodes are not fully synced, and follow that up int he issue(which should be linked in this PR and commit).
Change layout:
sync.sh
themCleanup checklist:
sudo rm -rvf /etc/consul/*_0* /etc/consul/service_geth_mainnet_node.json /etc/consul/service_geth_mainnet_exporter.json
sudo systemctl reload consul
sudo systemctl stop 'beacon.*\-0'
sudo systemctl disable update-beacon-node-mainnet-unstable-02.timer update-beacon-node-mainnet-unstable-01.timer update-beacon-node-mainnet-testing-01.timer update-beacon-node-mainnet-stable-01.timer resync-beacon-node-mainnet-unstable-02.timer resync-beacon-node-mainnet-testing-01.timer beacon-node-mainnet-stable-01.service beacon-node-mainnet-testing-01.service beacon-node-mainnet-unstable-01.service beacon-node-mainnet-unstable-02.service monitor-beacon-node-mainnet-stable-01.service monitor-beacon-node-mainnet-testing-01.service monitor-beacon-node-mainnet-unstable-01.service monitor-beacon-node-mainnet-unstable-02.service
sudo rm -rvf /etc/systemd/system/*beacon*-0*
sudo systemctl daemon-reload
docker stop geth-mainnet geth-mainnet-exporter
docker system prune -a --volumes
sudo rm -rvf /var/log/service/beacon-node-mainnet-*0* /var/log/docker/geth-mainnet-exporter /var/log/docker/geth-mainnet-node
sudo rm -rvf /docker/geth-mainnet/ /data/beacon-node-mainnet-*0*
sudo rm -rvf /etc/sudoers.d/*beacon*-0*