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, ∼1553🔥, 0💬
Popular Posts:
How to add request body examples to my Azure API operation to make it more user friendly? If you hav...
Where to see some Examples of Invalid JSON Values? Here are some Examples of Invalid JSON Values: 1....
What are the differences of Differences of evaluateTransaction() and submitTransaction() of the fabr...
How to build a PHP script to dump Azure AD 2.0 Authentication Response? If you are use the Azure-AD-...
How to use "{{...}}" Liquid Codes in "set-body" Policy Statement? The "{{...}}" Liquid Codes in "set...