Install open puppet Master on Ubuntu

For the purposes of this tutorial I will be configuring the following: Ubuntu 16.04.1 Server  Hostname: puppet.example.com  IP: 192.168.1.95 => Puppet Server Ubuntu 16.04.1 Desktop  Hostname:  client1.example.com  IP: 192.168.1.110 => Puppet Client 1 CentOS 7 Desktop   Hostname:  client2.example.com  IP:  192.168.1.114  => Puppet Client 2 Install the puppet Server Enable the Puppetlabs Repository  (replacing distro … Read more

Turnkey OpenLDAP

For this exercise, we’ll be setting up an OpenLDAP server (and at least one ldap client VM on Ubuntu desktop) using virtualbox. Resources: * Turnkey OpenLDAP VM = https://www.turnkeylinux.org/openldap * Ubuntu desktop ISO = http://www.ubuntu.com/download/desktop Sometimes it is important to configure an OpenLDAP server (and x clients). If you are just learning, or looking to … Read more

CAA can’t add a clusternode

Recently when playing around with caa utilizing SSP (Shared Storage Pools) I can across an issue when attempting to add a node to an existing cluster. The exact errors when adding the node is: cluster -addnode -clustername test -hostname testvm1.example.com WARNING: Could not establish a socket connection to node testvm1.example.com. WARNING: Could not establish a … Read more