Press P and check the IP, is it the Producer?
I think not
Try from producer
telnet 192.168.200.205 6001
telnet 192.168.200.206 6001
U should see connected
show me the sudo ufw status output from ur relays … do u have the port 6001 opened for any?
Forget about! I just find ur issue
Inside Producer topology file u forgot the “,” between relays data; should looks like bellow, update the file and restart the Producer
{
“Producers”: [
{
“addr”: “192.168.200.205”,
“port”: 6001,
“valency”: 1
}, <<<<
{
“addr”: “192.168.200.206”,
“port”: 6001,
“valency”: 1
}
]
}
ahha. Thanks.
Restarted cnode. Still says starting. I guess it might take a while?
Yes, can take more minutes
Type sudo systemctl status cnode
What is the status?
set mark: …skipping…
Memory: 2.8G
CGroup: /system.slice/cnode.service
├─202850 bash /opt/cardano/cnode/scripts/cnode.sh
└─202920 cardano-node run --topology /opt/cardano/cnode/files/topology.json --config /opt/cardano/cnode/files/config.json --database-path /opt/cardano/cnode/db --socket-path /opt/cardano/cnode/socke>
Jun 13 16:22:31 adabankmel systemd[1]: Stopping Cardano Node…
Jun 13 16:22:31 adabankmel systemd[1]: cnode.service: Succeeded.
Jun 13 16:22:31 adabankmel systemd[1]: Stopped Cardano Node.
Jun 13 16:22:31 adabankmel systemd[1]: Started Cardano Node.
Jun 13 16:22:32 adabankmel cnode[202920]: Listening on http://127.0.0.1:12798
● cnode.service - Cardano Node
Loaded: loaded (/etc/systemd/system/cnode.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2021-06-13 16:22:31 AEST; 17min ago
Main PID: 202850 (bash)
Tasks: 10 (limit: 19117)
Memory: 2.8G
CGroup: /system.slice/cnode.service
├─202850 bash /opt/cardano/cnode/scripts/cnode.sh
└─202920 cardano-node run --topology /opt/cardano/cnode/files/topology.json --config /opt/cardano/cnode/files/config.json --database-path /opt/cardano/cnode/db --socket-path /opt/cardano/cnode/socke>
Jun 13 16:22:31 adabankmel systemd[1]: Stopping Cardano Node…
Jun 13 16:22:31 adabankmel systemd[1]: cnode.service: Succeeded.
Jun 13 16:22:31 adabankmel systemd[1]: Stopped Cardano Node.
Jun 13 16:22:31 adabankmel systemd[1]: Started Cardano Node.
Jun 13 16:22:32 adabankmel cnode[202920]: Listening on http://127.0.0.1:12798
Ok, and journalctl -e -f -u cnode
check the last lines
last line is “listening on…”
Ok, and if u type top do u see the CPU over 100%?
How is the glive now?
no. cpu for cardano is max .7%
… and should my relay topology.json have the BP ip in it?
::: Sorry for thge delayed answer. New user cant post too many times in the 1st 24 hours
Also my “journalctl… cnode.system” doesnt show anything.
I should be seeing something like
This is the output from 2020; u must check the last line for current date
thats a screen shot to show you what I mean… I get nothing but “listening on…”
when I do a topologyUpdate… it wipes my BP from the file and it only has external relays listed in it? shouldnt my BP be in the topology.json?
should be, but the producer not started, can you show me again the topology file from the Producer?
cardano@adabankmel:/opt/cardano/cnode/files$ cat topology.json
{
“Producers”: [
{
“addr”: “192.168.200.205”,
“port”: 6001,
“valency”: 2
},
{
“addr”: “192.168.200.206”,
“port”: 6001,
“valency”: 2
}
]
}
press top, now do u see the cpu 100%?
still same in glive? show me the env file
and also the export lines (last lines) from the command: nano ${HOME}/.bashrc