puppetserver ca list --all puppetserver command not found ca command not found

+1 vote
please give a solution to this

 puppetserver ca list --all
puppetserver: command not found

 ./puppetserver ca list --all
puppetserver: 'ca' is not a puppetserver command. See 'puppetserver --help'.
root@ip-172-31-53-244:/opt/puppetlabs/bin# puppetserver --help
Aug 1, 2020 in Puppet by Lekshmi
• 140 points
6,134 views

2 answers to this question.

0 votes

Hey @Lekshmi, try executing the command as a root user,

sudo puppetserver ca list --all

Also, which version of the puppet server are you using?

answered Aug 3, 2020 by Sirajul
• 59,230 points
+3 votes
To solve this, I added the folder with the executable to my Path; your directory structure may differ.

1. vim ~/.bashrc

2. export PATH=$PATH:/opt/puppetlabs/server/apps/puppetserver/bin

3. source ~/.bashrc
answered Aug 19, 2020 by anonymous

Related Questions In Puppet

0 votes
1 answer
0 votes
2 answers

puppetserver ca list Command Error - Centos 7

You could troubleshoot it this way: Verify that ...READ MORE

answered Feb 25, 2020 in Puppet by anonymous
• 19,610 points
4,998 views
0 votes
1 answer

Puppet: "puppet command not found" while trying to install puppetDB

This might probably because your puppet installation ...READ MORE

answered Aug 27, 2019 in Puppet by Sirajul
• 59,230 points
5,303 views
0 votes
1 answer

Error: Puppet not found, when trying to run puppet config command.

This is because you have not added ...READ MORE

answered Sep 18, 2019 in Puppet by Sirajul
• 59,230 points
4,264 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,458 views
+2 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP