Category Archives: DataCenter

Resize a RHEL7 QEMU/KVM image

By | February 8, 2017

At some point my RHEL7 development virtual machine run out of space. Resizing the image is really made easy by RedHat: STEP 1: Resize the virtual machine disk [root@localhost VMs]# qemu-img resize RHEL7-clone.qcow2 50G Image resized. [root@localhost VMs]# STEP 2: Start the VM and check the disks from inside the VM Check the virtual disk:… Read More »

Deploy Windows cluster on two sites with only one domain controller.

By | April 14, 2016

The requirement that an enterprise system has high availability on site and across sites is very often encountered in the world of financial systems. To achieve this requirement the obvious solution is to have a cluster on the primary site (PR) and another cluster on the disaster recovery site (DR). On the PR we created… Read More »

EdgeRouter: OpenVPN site-to-site VPN

By | May 28, 2017

I have two sites hosting my home servers so I wanted a solution to have a permanent link between the sites. On site one I have an EdgeRouter POE and on the other site an EdgeRouter Lite and the obvious solution is to have a site to site VPN on a permanent basis. There is… Read More »

Owncloud 8.1.5: File upload error Table ‘homeclouddb.oc_locks’ doesn’t exist”

By | February 9, 2017

After an OwnCloud upgrade I was getting complains from my users that WebDav and OwnCloud windows client were no longer able to upload files. By looking into owncloud.log the following was the repeated error: {“app”:”remote”,”message”:”An exception occurred while executing ‘SELECT * FROM `oc_locks` WHERE `userid` = ? AND (`created` + `timeout`) > 1456517102 AND ((… Read More »

Fedora Linux: Remove graphical mode boot and auto X start

By | February 18, 2016

On my servers I want to completely get read of graphical boot. I do not like fancy graphics that are not compatible with my basic Matrox integrated card and I do not want my system to start directly in X and load the server with unwanted stuff. STEP 1: Remove graphical boot Completely un-install the… Read More »

Fedora Linux: Boot a system from grub prompt

By | February 19, 2016

I had a situation when from a strange reason a default grub setup as a result of a system recovery was missing the lvm and raid modules so I was not able to boot. I have the following setup on the server: – my boot partition is in fact an ext4 partition over a mdraid… Read More »

Fedora Linux: Recover a corrupted system with a RAID1 boot partition with a lvm RAID1 root partition

By | February 19, 2016

There are times when even experimented sysadmins do stupid things. One of that moments happened to me when I tried some speed tests on my ssd RAID1. The result was not so satisfactory. Corrupted /boot partition with missing files and orphan inodes. To make things more complicated I have the following constraints that make this… Read More »

A+ Security for WordPress Blog – HTTP Strict Transport Security

By | February 9, 2017

Keeping the installation of your own WordPress blog highly secure is very important. In today’s fast pace discovery of security vulnerabilities you must keep an eye on all the new security threats and update as soon as possible the security to try to cover the new threat. An invaluable tool is the security test from… Read More »

Dell XPS 8700 Memory upgrade

By | March 31, 2016

As I mentioned in a previous post I started looking into upgrading my Dell XPS 8700 see https://blog.voina.org/?p=325. One of the possibilities I mentioned there was a memory upgrade from the 16GB of the original configuration to the maximum of 32GB. By doubling the memory size I can run a 4th instance of my Fedora… Read More »

RedHat/Fedora Linux NIC bonding

By | February 9, 2017

Red Hat Enterprise Linux allows administrators to bind multiple network interfaces together into a single channel using the bonding kernel module and a special network interface called a channel bonding interface. Channel bonding enables two or more network interfaces to act as one, simultaneously increasing the bandwidth and providing redundancy. The behaviour of the bonded… Read More »