AIX ldap configuration
This post will describe the installation and configuration of the user’s authentication with LDAP on AIX using IBM directory server client software.
[Read more]Aix: yum Installation
This post will describe the installation of yum on AIX and some problems you can have when installing it on systems which have rpms from other sources already installed.
[Read more]Aix Yum Upgrade Problem
A small post about a bug I had after upgrading yum on AIX on some old servers.
[Read more]nginx the ssl certificate error
A small post on the “The ssl certificate error” message thrown by my NGINX server. I spent some time to figure what happens so I hope this post can help others. :)
[Read more]nmon2influxdb tagging partitions
I added a new functionality allowing to add custom tags on partitions imported from NMON or HMC. In this post, I will explain how to implement it and what you can do with it.
[Read more]chef kitchen wpar
In this post, I will show how to test a CHEF recipe with kitchen-wpar. I will also use the AIX cookbook to make more advanced recipes.
[Read more]nginx client certificate authentication
I had some difficulty to setup an authentication mechanism for Graylog with NGINX. I finally used a certificate authentication. I will describe how I setup this configuration.
[Read more]HMC performance with InfluxDB and Grafana
I modified my nmon2influxdb tool to import HMC Performance and Capacity Monitoring(PCM) data in InfluxDB.
[Read more]Ansible on AIX
It’s a short introduction on what it’s possible to do with Ansible on AIX. Ansible is agentless so requirements are pretty low but operating system support by Ansible define what it’s really possible to do. I will give some basic examples through a playbook I use to customize my AIX systems.
[Read more]Creating Grafana dashboards with Golang
This post is to present the little library I made to create grafana dashboards from my tool nom2influxdb.
[Read more]Gitlab installation with Ansible and Docker
In this post, I will describe how to install Gitlab with Ansible and Docker. Gitlab has a lot of different components and Docker container permit to manage all of them easily.
[Read more]lpm and npiv
This post will cover the specifics about NPIV technology when using Live Partition Mobility.
[Read more]Live Partition Mobility Checklist
This post is a list of generic points I am checking when I setup Live Partition Mobility.
[Read more]docker dotclear migration
I have a old blog running on dotclear2 and I wanted to move it on docker for more flexibility. It’s read-only so I can commit the database container and restart it periodically. It can improve greatly the security of my whole system.
[Read more]Introduction to CHEF on AIX
It’s a short introduction on how to use CHEF on AIX. It’s mainly targeted at people wondering what is actually possible to do with CHEF on AIX. The official client is really good but it’s features are not well known. So I thought about showing them here.
[Read more]Installing Piwik with Docker and Ansible
It’s my second article on Ansible. Ansible is perfect to manage Docker containers. I like to learn by applying tools to real usage, so here I will show how I deployed Piwik(open-source equivalent of Google Analytics) with Docker and Ansible.
[Read more]nmon2influxdb stats for large systems
I developed this tool because I didn’t find anything allowing me to analyze systems with a lot of disks. By a lot, I means above 150 hdisks on AIX. I meet a lot of customers which have systems with a lot more disks. And it was always bothering me to not be able to perform a good disk performance analysis on their systems.
I will show you what the tool can do with a vio server with 2464 hdisks and 616 hdiskpowers.
[Read more]nmon2influxdb installation on Windows
In this post, I will describe how to install and run nmon2influxdb on Windows. I will install docker-toolbox to setup an environment where InfluxDB and Grafana are available for my tool.
[Read more]Building AIX packages
In this post I will build a AIX package in BFF format with the standard AIX tool mkinstallp.
[Read more]install vector with Ansible
First time I heard of Ansible was at a customer site where they implemented it to perform automation on their linux and AIX systems.
I was not sold on other automation solutions like CHEF and Puppet. But Ansible win me over easily :)
So here I will deploy Vector, an performance monitoring solution opensourced by Netflix, with Ansible. I hope to show you some of the greatness of Ansible during this post.
[Read more]vagrant with libvirt
I like to use vagrant. It allow me to test a lot of things without messing up my laptop configuration.
This post will describe how-to use the libvirt provider with vagrant.
[Read more]blog migration
I finally decided to move away from my own blog engine to go (literally ^^) to an static site engine.
[Read more]powerlinux tools installation on rhel 6
A little post to describe how i install the tools provided by IBM to manage a RHEL 6 linux system on powerVM. I wanted to show how to do it in a “linux way” by using repositories to install packages with yum.
[Read more]shellshock aix bash packages
A little post to try to help admins to find from where their bash package is from. On AIX, bash can come from from a lot of different sources :)
[Read more]building a chef environment with vagrant
This post will describes how to install a CHEF environment with Vagrant.
[Read more]hmc v8 rest api part 2 golang
In this post, i will describe how i play with the new HMC API with Go. I am very new to Go so it was an excellent way to practice it.
[Read more]samba and selinux permission denied
I had a little problem when i setup a samba sharing between my fedora system and a vm. I had always the “permission denied” message. It was related to selinux but it didn’t occur to me at first. So here you will find my debugging :)
[Read more]hmc v8 rest api part 1 curl
IBM published the reference documentation for HMC V8 REST api. Having a real API to interact with HMC is great. I played with it and in this post i will show how to use it with curl. Maybe not the most useful thing to do but it’s a good way to see how the API work :)
[Read more]deploying rails in subdir with trinidad
I like to use jruby for deploying rails application in production. No need to install additional system packages. You only need java. The only part a little bit complex is when you want to install the application in a subdirectory of your web site.
[Read more]libvirt network start problem
I had this error when starting a kvm vm : “Virtual network ‘default’ has not been started”. It was related to the docker service.
[Read more]ganglia optional graph
A little post showing how to add a new optional graph in ganglia web interface.
[Read more]playing with docker
I tried docker on RHEL. It’s very well documented but it’s not easy to understand how to build your own image. For testing, i tried a PostgreSQL one.
[Read more]shell in a box
I wanted a solution to have a shell on my web server in an environment where direct ssh connection was not possible or easy(like on my phone). I tried Ajaxterm some time ago but the solution was not perfect. Copy/paste was tricky to set and terminal scrolling not working properly. Shell In A box is the new perfect solution :)
[Read more]kvm dhcp with libvirt
This post will describe how to modify dhcp configuration for a kvm guest.
[Read more]blog install 3 backup
After installing my blog, the remaining part is to set a proper backup policy. The easiest way is to use the backup gem which provides anything i could want for backups. It’s very well documented on the gem website so i will only describe my setup as a reminder.
[Read more]blog install 2 postgresql and rails
It’s the continuation of the previous article on my blog installation. Here with postgresql and nginx setup.
[Read more]ganglia gmond configuration
This post is only a little description of gmond configuration.
[Read more]virtual ethernet with ivm
Here a little post to explain how to add a virtual ethernet adapter on IVM.
[Read more]postgresql hstore in rails
I followed the railscasts on hstore but i needed some additional steps to have it working on my environment.
I will describe them in this post.
[Read more]blog install 1 rails setup
It’s not very original but i will describe how i installed my rails application on my ubuntu server 12.10. It will serve as a good reminder for me too.
[Read more]welcome
welcome to my blog :)
Here i hope to publish things which can help or interest others. I will talk about linux/unix system administration and development mainly with ruby on rails.
[Read more]