Skip to main content

Posts

Showing posts from 2015

Working Research Project

Working Resarch Main Page I decided to track topics I need to study for work or at least give things a clean slate for interviews. Linux Enterprise Experience Automation with Perl and Python    Finish Python Study book along with DTrace Finish SNMP Study book Lab working samples Configure Hadoop Configure Hbase Configure and Study MapReduce Finish MongoDB study Finish NoSQL Study Finish MySQL Study and create resource review and documentation. Complete Oracle VM Implementation Guide Study Complete Vagrant, GIT and Subversion builds and document results. Complete Puppet Test lab enviroment along with comparable  CFEngine configuration and deployment. I think for now this is a good start also along with Cisco UCS Study and Lab I will need to look around Pirate Bay for the books and training materials to get started along with its virtual labs to get it placed together.

Graylog Environment Project 2015

Here are some of the links I used to get Graylog on Centos 7 working.  On my current project I have to downgrade to Centos 6.6 due to some older HP hardware. The architecture I want to build out for the current engagement is the following: https://www.graylog.org MongoDB is very important for this: http://docs.mongodb.org/manual/tutorial/install-mongodb-on-red-hat/ Here is the first steps: vi /etc/yum.repos.d/mongodb-org-3.0.repo [mongodb-org-3.0] name=MongoDB Repository baseurl=http://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/3.0/x86_64/ gpgcheck=0 enabled=1 Install the MongoDB packages and associated tools. When you install the packages, you choose whether to install the current release or a previous one. This step provides the commands for both. To install the latest stable version of MongoDB, issue the following command: sudo yum install -y mongodb-org Start MongoDB. You can start the  mongod  process by issuing the f...