Solaris 11 messages log file
Logfiles on solaris can be found under var, specifically /var/adm The messages file should also be contained within that directory root@solaris:/var/adm# pwd /var/adm root@solaris:/var/adm# cat […]
Logfiles on solaris can be found under var, specifically /var/adm The messages file should also be contained within that directory root@solaris:/var/adm# pwd /var/adm root@solaris:/var/adm# cat […]
To restart SSH in solaris you can use the svcs command to view the current status of the service root@solaris:~# svcs | grep ssh online […]
This is an exmaple of how to install httpd apache using ansible. In this example we created a host group called webservers and placed a […]
Installing Ansible from source is fairly straight forward. Download, build, and configure!
When trying to run the tests against the Ansible source I got this error [root@centos02 ansible]# make tests test/runner/ansible-test units -v –python 2.7 Unit test […]
I got this when trying to install Ansible from source. Needed to upgrade the setuptools in my python installation. This can be done using pip […]
Got this error when performing Ansible installation from source. Installed /usr/lib/python2.7/site-packages/ansible-2.3.0-py2.7.egg Processing dependencies for ansible==2.3.0 Searching for cryptography>=1.1 Reading https://pypi.python.org/simple/cryptography/ Best match: cryptography 1.7.2 Downloading […]
I didn’t have python-pip in my repository so needed to download it from the website wget https://bootstrap.pypa.io/get-pip.py Now run python to install python get-pip.py Collecting […]
When configuring zookeeper replication the using the config file on three hosts tickTime=2000 dataDir=/var/zookeeper clientPort=2181 initLimit=5 syncLimit=2 server.1=192.168.1.12:2888:3888 server.2=192.168.1.13:2888:3888 server.3=192.168.1.14:2888:3888 and attempting to start the […]
[root@centos04 nginx-1.11.6]# ./configure –prefix=/opt/nginx checking for OS + Linux 3.10.0-229.el7.x86_64 x86_64 checking for C compiler … found + using GNU C compiler + gcc version: […]
Copyright © 2024 | WordPress Theme by MH Themes