Tuesday, September 30, 2014

Playing with puppet vol VII - Oracle module

I've found a puppet module used for installation of Oracle database. It can install database software (Single DB, RAC, Grid, ASM), apply patches and create/start DB instances (see link above for complete list of features). I'll use it to install 11.2.0.3 oracle home, upgrade opatch to 11.2.0.3.6 and to apply PSU11 and timezone patch.

Tuesday, September 2, 2014

Virtual cdrom eject using libvirt

Today's post will be about ejecting virtual cdrom using libvirt.

Monday, September 1, 2014

Playing with puppet vol VI - provisioning centos machines vol II

Last time I've been trying to provision centos machines with kickstart and puppet. But It was not perfect because I had to manually append kickstart file to kernel. Today I'll remove this manual step.