LAB 2 Command error
I am following the document instruction to create a new peer for the network, but after issuing the command
docker-compose -f docker-compose.yml up \ -d peer0.org1.example.com peer1.org1.example.com cli
WARNING: The COMPOSE_PROJECT_NAME variable is not set. Defaulting to a blank string.
ERROR: No such service: -d
What is the correct command i suppose to issue ? is the \ sign prob ?
thanks
Comments
-
If i remove the \
docker-compose -f docker-compose.yml up -d peer0.org1.example.com peer1.org1.example.com cli
I can see
WARNING: The COMPOSE_PROJECT_NAME variable is not set. Defaulting to a blank string.
Starting cli ... done
Starting orderer.example.com ... done
Starting peer1.org1.example.com ... done
Starting peer0.org1.example.com ... doneWhen i check with
docker ps --filter name=peer
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
c0599fc788c0 hyperledger/fabric-peer "peer node start" 7 hours ago Up 4 minutes 0.0.0.0:7051->7051/tcp, 0.0.0.0:7053->7053/tcp peer0.org1.example.comit only show me one peer, mean peer1 is not up.
Any one can assist on this
thanks
0 -
Solve all the issues. PDF file viewier issue cause the command line copy and paste wrongly.
I view the pdf with pdf viewer and edge browser ,both cause the cmd line some alignment issue.
Open with chrome browser will work perfectly for now.0 -
Even for me the Peer1 does not start up. The docker logs for that container shows as follows:
[main] InitCmd -> ERRO 001 Cannot run peer because error when setting up MSP of type bccsp from directory /etc/hyperledger/msp/peer/: the supplied identity is not valid: x509: certificate signed by unknown authority.The structure of MSP is still not that clear. if something goes wrong, one should be able to troubleshoot it. Would be of great help if we have more material on MSP structure and functionalities.
Please anyone having a clear knowledge about the aforementioned problem, help me.
0 -
Hi @indirajith, I hope your issue is already solved, if not here is a suggestion.
The error can be due to stale data in docker cache, I will suggest to clean docker state an retry again. You can clean the containers, the volumes and the networks as follows:
docker rm -f $(docker -aq) docker volume prune -f docker network prune -f
0 -
Thanks Akoita, I just overcame the above issue. I found the CA's cert for both peers are not the same so deleted them manually and generated cryptofiles again and it works now.
0
Categories
- All Categories
- 176 LFX Mentorship
- 176 LFX Mentorship: Linux Kernel
- 750 Linux Foundation IT Professional Programs
- 373 Cloud Engineer IT Professional Program
- 169 Advanced Cloud Engineer IT Professional Program
- 74 DevOps IT Professional Program - Discontinued
- 4 DevOps & GitOps IT Professional Program
- 99 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 1 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 3 Cloud & Containers Training
- 1 Cybersecurity Training
- 1 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 1 Open Source Best Practice Training
- 1 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 Storage
- 768 Linux Distributions
- 81 Debian
- 67 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 106 Mobile Computing
- 18 Android
- 73 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 950 Programming and Development
- 310 Kernel Development
- 622 Software Development
- 982 Software
- 374 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 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)