Restoring a block producer after a disaster event

I’ve got my relay back up and my block producer sync’d but in cntools if I go to pools->list it not registered but if I got to pools->show it shows as registered. I’m not able to get it to start as a core node and the BP only ever comes up as a relay. any help is much appreciated.

cd $CNODE_HOME/priv/pool

ls -l

then open env file and check the POOL NAME line (u can share the output)

image
image

Output from cntools list and show

2021-06-16 19:02:34 UTC [DEBUG]  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-06-16 19:02:34 UTC [INFO]    >> POOL
2021-06-16 19:02:34 UTC [DEBUG]  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-06-16 19:02:34 UTC [DEBUG]  Select Pool Operation
2021-06-16 19:02:38 UTC [DEBUG]  Selected value: [s] Show
2021-06-16 19:02:38 UTC [DEBUG]  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-06-16 19:02:38 UTC [INFO]    >> POOL >> SHOW
2021-06-16 19:02:38 UTC [DEBUG]  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-06-16 19:02:40 UTC [DEBUG]  Selected pool: adapify
2021-06-16 19:02:40 UTC [DEBUG]  Quering pool parameters from node, can take a while...
2021-06-16 19:02:40 UTC [ACTION] /home/weuadmin/.cabal/bin/cardano-cli query pool-params --stake-pool-id pool13p8rkc9nv8umw98qdvjqv0tmwgjmzlmyedrd3m50pjpp58ek53a --mainnet
2021-06-16 19:03:35 UTC [INFO]   Pool                  : adapify
2021-06-16 19:03:35 UTC [INFO]   ID (hex)              : 884e3b60b361f9b714e06b24063d7b7225b17f64cb46d8ee8f0c821a
2021-06-16 19:03:35 UTC [INFO]   ID (bech32)           : pool13p8rkc9nv8umw98qdvjqv0tmwgjmzlmyedrd3m50pjpp58ek53a
2021-06-16 19:03:35 UTC [INFO]   Registered            : YES
2021-06-16 19:03:35 UTC [INFO]   Metadata
2021-06-16 19:03:35 UTC [INFO]   Name                : Adapify
2021-06-16 19:03:35 UTC [INFO]   Ticker              : PIFY
2021-06-16 19:03:36 UTC [INFO]   Homepage            : https://adapify.com
2021-06-16 19:03:36 UTC [INFO]   Description         : A stake pool to support the adapify development team to work on Cardano projects.
2021-06-16 19:03:36 UTC [INFO]   URL                 : https://adapify.com/poolmeta.json
2021-06-16 19:03:36 UTC [ACTION] /home/weuadmin/.cabal/bin/cardano-cli stake-pool metadata-hash --pool-metadata-file /tmp/adapify/cntools/url_poolmeta.json
2021-06-16 19:03:36 UTC [INFO]   Hash URL            : cd1c03ea15e15f74c7895f4b8f2e1ff60142040bf2cd1ff0f5e3467adf7ebe10
2021-06-16 19:03:36 UTC [INFO]   Hash Ledger         : cd1c03ea15e15f74c7895f4b8f2e1ff60142040bf2cd1ff0f5e3467adf7ebe10
2021-06-16 19:03:36 UTC [INFO]   Pledge                : 40 Ada
2021-06-16 19:03:37 UTC [INFO]   Margin                : 2 %
2021-06-16 19:03:37 UTC [INFO]   Cost                  : 340 Ada
2021-06-16 19:03:37 UTC [INFO]   Relay(s)              : pool.adapify.com:3001
2021-06-16 19:03:37 UTC [INFO]   Owner(s)              : cc9a9e0f9b7a0af5db3529090078dca448075809cc3481129c6490ed
2021-06-16 19:03:38 UTC [INFO]   Reward account        : cc9a9e0f9b7a0af5db3529090078dca448075809cc3481129c6490ed
2021-06-16 19:03:38 UTC [ACTION] LC_NUMERIC=C printf %.10f $(/home/weuadmin/.cabal/bin/cardano-cli query stake-distribution --mainnet | grep pool13p8rkc9nv8umw98qdvjqv0tmwgjmzlmyedrd3m50pjpp58ek53a | tr -s ' ' | cut -d ' ' -f 2))
2021-06-16 19:04:05 UTC [INFO]   Stake distribution    : 0.00000025 %
2021-06-16 19:04:05 UTC [INFO]   KES expiration date   : 2021-09-15 21:44:51 UTC
2021-06-16 19:04:23 UTC [DEBUG]  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-06-16 19:04:23 UTC [INFO]    >> POOL
2021-06-16 19:04:23 UTC [DEBUG]  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-06-16 19:04:23 UTC [DEBUG]  Select Pool Operation
2021-06-16 19:04:25 UTC [DEBUG]  Selected value: [l] List
2021-06-16 19:04:25 UTC [DEBUG]  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-06-16 19:04:26 UTC [INFO]    >> POOL >> LIST
2021-06-16 19:04:26 UTC [DEBUG]  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-06-16 19:04:26 UTC [INFO]   adapify
2021-06-16 19:04:26 UTC [INFO]   ID (hex)              : 884e3b60b361f9b714e06b24063d7b7225b17f64cb46d8ee8f0c821a
2021-06-16 19:04:26 UTC [INFO]   ID (bech32)           : pool13p8rkc9nv8umw98qdvjqv0tmwgjmzlmyedrd3m50pjpp58ek53a
2021-06-16 19:04:26 UTC [INFO]   Registered            : NO
2021-06-16 19:04:26 UTC [INFO]   KES expiration date   : 2021-09-15 21:44:51 UTC

What is with that CNODE_HOME path from env file?
cd /opt/cardano

ls -l

can u show me the output?

topology file keep also getting updated with other relays
image

image

sudo systemctl status cnode

journalctl -e -f -u cnode

image
q

I feel like I’m getting closer I was able to disable topologyupdater and get that cleaned up but its still showing registered in one and not registered in the other

image
image