Tools, FAQ, Tutorials:
Member Peers of a Channel
How to find out which Peers are members of the "mychannel" channel?
✍: FYIcenter.com
One way to find out which Peers are members of the "mychannel" channel
is to visit each peers and check their joined channel list:
1. Connect to the CLI container:
$ docker exec -it cli bash bash-4.4#
2. Check joined channel list on each peer with the help peer switching scripts:
bash-4.4# source peer0-org1.sh bash-4.4# peer channel list Channels peers has joined: mychannel bash-4.4# source peer1-org1.sh bash-4.4# peer channel list Channels peers has joined: mychannel bash-4.4# source peer0-org2.sh bash-4.4# peer channel list Channels peers has joined: mychannel bash-4.4# source peer1-org2.sh bash-4.4# peer channel list Channels peers has joined: mychannel
As you can see, there is only 1 channel, "mychannel", on the network. And all 4 peers have joined the same channel.
⇒ Not All Member Peers Run Chaincode
⇐ Switch Default Peer with Scripts
2020-05-29, ∼1453🔥, 0💬
Popular Posts:
How To Avoid the Undefined Index Error in PHP? If you don't want your PHP page to give out errors as...
How to use the urllib.request.Request object to build more complex HTTP request? The urllib.request....
How to run CMD Commands in Dockerfile to change Windows Docker images? When building a new Windows i...
How to reinstall npm with a node version manager? I am getting permission errors with the current ve...
How to pull NVIDIA CUDA Docker Image with the "docker image pull nvidia/cuda" command? If you are ru...