Lab7: join peers from org2 to channel
After starting containers of peer0 and peer1 from org2 they should join the channel: "allarewelcome"
This is supposed to happen through the CLI container.
peer channel fetch config Org2AddedConfig.pb \
-o orderer.example.com:7050 -c allarewelcome
After fetching the cfg:
peer channel join -b allarewelcome.block
but this does not work, because there is no allarewelcome.block in the cli container.
I then joined them by going into bash from peer0 and peer1 and type:
peer channel fetch oldest allarewelcome.block -c allarewelcome \ --orderer orderer.example.com:7050
peer channel join -b allarewelcome.block
Is this wrong? What does the "fetch config" supposed to do?
thx in advance.
Comments
-
@atpc said:
After starting containers of peer0 and peer1 from org2 they should join the channel: "allarewelcome"
This is supposed to happen through the CLI container.peer channel fetch config Org2AddedConfig.pb \
-o orderer.example.com:7050 -c allarewelcomeAfter fetching the cfg:
peer channel join -b allarewelcome.block
but this does not work, because there is no allarewelcome.block in the cli container.
I then joined them by going into bash from peer0 and peer1 and type:
peer channel fetch oldest allarewelcome.block -c allarewelcome \ --orderer orderer.example.com:7050
peer channel join -b allarewelcome.blockIs this wrong? What does the "fetch config" supposed to do?
thx in advance.
Hi @atpc , seems like there is a small typo in the PDF document, as the correct command should be "peer channel join -b Org2AddedConfig.block" from the CLI.
Well done finding a way around anyway!
Here is some more information for you regarding the fetch command, from the official documentation (https://hyperledger-fabric.readthedocs.io/en/release-1.4/commands/peerchannel.html)
Fetch a specified block, writing it to a file.
Usage:
peer channel fetch <newest|oldest|config|(number)> [outputfile] [flags]Flags:
--bestEffort Whether fetch requests should ignore errors and return blocks on a best effort basis
-c, --channelID string In case of a newChain command, the channel ID to create. It must be all lower case, less than 250 characters long and match the regular expression: [a-z][a-z0-9.-]*
-h, --help help for fetchGlobal Flags:
--cafile string Path to file containing PEM-encoded trusted certificate(s) for the ordering endpoint
--certfile string Path to file containing PEM-encoded X509 public key to use for mutual TLS communication with the orderer endpoint
--clientauth Use mutual TLS when communicating with the orderer endpoint
--connTimeout duration Timeout for client to connect (default 3s)
--keyfile string Path to file containing PEM-encoded private key to use for mutual TLS communication with the orderer endpoint
-o, --orderer string Ordering service endpoint
--ordererTLSHostnameOverride string The hostname override to use when validating the TLS connection to the orderer.
--tls Use TLS when communicating with the orderer endpoint0
Categories
- All Categories
- 178 LFX Mentorship
- 178 LFX Mentorship: Linux Kernel
- 772 Linux Foundation IT Professional Programs
- 382 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 102 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 9 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 28 Cloud & Containers Training
- 3 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 2 Networking Training
- 2 Open Source Best Practice Training
- 5 System Administration Training
- 1 System Engineering Training
- 4 Web & Application Development Training
- 797 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 96 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 91 Storage
- 771 Linux Distributions
- 81 Debian
- 68 Fedora
- 23 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 469 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 101 Linux Security
- 79 Network Management
- 101 System Management
- 46 Web Management
- 148 Mobile Computing
- 20 Android
- 113 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 404 Off Topic
- 126 Introductions
- 34 Study Material
- 1K Programming and Development
- 310 Kernel Development
- 716 Software Development
- 1K Software
- 416 Applications
- 182 Command Line
- 5 Compiling/Installing
- 71 Games
- 320 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)