backup

OpenIndiana napp-it install & AFP setup

The following 2 screencasts demonstrate a basic napp-it install on OpenIndiana and the setup of netatalk version 3.0 for use with OSX Time Machine backups. Version 3 is very fast and I have tested from OSX: Snow Leopard, lion and Mountain Lion and have managed to almost saturate a Gigabit link to the ZFS storage appliance(…)

SmartOS KVM bare metal migration

Lets get going with part 2 of  the SmartOS Screencast series. In this Screencast Tutorial we will cover: Migrating of any Bare metal or virtual machine to SmartOS using “netcat” and “dd” Demo of an Ubuntu VM migration from Virtualbox. Using a live Linux system rescue CD in order to boot and use the netcat(…)

Fast ZFS Send with Netcat

The general way to send ZFS data sets to remote nodes is normally achieved by sending the ZFS stream through ssh. Example: zfs send  zones/UUID@snapshot  | ssh root@10.10.11.5 zfs recv zones/UUID The down side with this method is that ssh encryption is slow and has significant cpu overhead. You may find yourself in situations where(…)

Migrate KVM SmartOS vm’s to remote Nodes

I am sure some of you are wondering how to migrate or move individual SmartOS Virtual Machines from one SmartOS Server Node to another. This may be necessary in certain situations such as: Backup and Disaster Recovery purposes: In situations that require you have a standby node available with a backup of your running VM’s(…)