Articles

howto

Storage Guide

Partitioning

  • Modern large disks (>2TB) require using GPT labels - so we should use tools that support it - bye-bye fdisk and welcome parted/gdisk
  • parted is included in OpenNode OS already - while gdisk is not (EPEL repo)
  • gdisk includes sgdisk - eg scriptable gdisk
howto

KVM Linux Guests

QEMU/KVM Linux Guests installation and management examples

CentOS 6 Guest install

howto

OpenNode OVF Reference

Open Virtualization Format (OVF) is an open standard for packaging and distributing virtual appliances or more generally software to be run in virtual machines. The standard describes an “open, secure, portable, efficient and extensible format for the packaging and distribution of software to be run in virtual machines”. The OVF standard is not tied to any particular hypervisor or processor architecture. The unit of packaging and distribution is a so-called OVF Package which may contain one or more virtual systems each of which can be deployed to a virtual machine.

howto

Network Guide

SSH keyauth

howto

Creating local yum repo mirrors

yum install yum-utils createrepo -y