CentOS 5.4 – install oracle client
oracle install will need :
yum install xorg-x11-deprecated-libs
CentOS 5 – add dag repo
rpm -Uvh http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
ubuntu – openvpn client does not update resolve.conf
install resolvconf :
sudo apt-get install resolvconf
add to your openvpn client config :
up /etc/openvpn/update-resolv-conf
down /etc/openvpn/update-resolv-conf
Linux HA – CRM commands
Small reminder as I always tend to forget these :
Dump the CRM cib db :
cibadmin -Q > cib.backup.xml
Modify a resource , dump the cib, modify the xml for the resources and then import using cibadmin -M
cibadmin -V -M -o resources -x modified_resources.xml
Add a resource , create the xml for the resource [...]

