Author Archives: George Valentin Voina

Linux Cluster with #DRBD replication: solving “HA LVM requires Only one logical volume per volume group” issue

By | April 24, 2017

I have a RHEL 6 Linux cluster setup where the main database storage is replicated on a remote site using DRBD. In case of a failure of the primary site the decision is taken to move operations on the remote site. When the production site is back online sometimes the administrator is too eager to… Read More »

#Docker: Custom #JBoss EAP docker image with CLI applied patches and CLI configurations

By | May 28, 2017

In the following I am trying to create a Jboss EAP docker image with up-to-date patches and configurations applied using JBoss CLI. With this template I can then very easy setup any complex JBoss based application environment with ready defined data sources, connectors , resource adapters etc. In the following I will describe the steps… Read More »

#Docker: Production #Jboss client image that checks if the #Oracle container is initialized with data

By | April 7, 2017

Everybody that works with big vendor databases like Oracle or DB2 knows that when you have a lot of data and the database is initializing or recovering after a disaster there are dead times when the database isin a state of limbo. It is started but still not in usable state. Usually the enterprise applications… Read More »