Puppet: Difference between revisions

From Halfface
Jump to navigation Jump to search
No edit summary
 
 
(34 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Install heartbeat.
==Test run puppet==
yum install heartbeat.x86_64´
puppet agent --test --debug --noop
 
==list certificate requests==
Create common mountpoint.
puppet ca list
mkdir /install/heartbeat
==list certs==
 
puppet cert list
Start heartbeat.
==remove cert==
chkconfig --level 345 heartbeat on
puppet cert clean host.domain.se
service heartbeat start
=remove cache directory=
Heartbeat not configured: /etc/ha.d/ha.cf not found.
locate puppet/cache
 
[[Category:Applications]]
change password.
[[Category:Unix]]
passwd hacluster
[[Category:Automation]]
 
alias gui="/usr/lib64/heartbeat/haclient.py"
 
Search for GeneratingAuthkeysAutomatically__gen_authkeys.sh script to generate
ls -ld /etc/ha.d/authkeys
 
transfer /etc/ha.d/authkeys to all hosts.

Latest revision as of 09:19, 7 October 2019

Test run puppet

puppet agent --test --debug --noop

list certificate requests

puppet ca list

list certs

puppet cert list 

remove cert

puppet cert clean host.domain.se

remove cache directory

locate puppet/cache