Last time, I transferred OpenBSD from one local disk to another .
This time, I want to replicate OpenBSD from a remote working system to another, through the network.Continue reading...
In VMware ESXi 5, SSH is enabled through the “Configuration / Security Profile / Services” section. When you connect using the root user, you have to specify the root password. If you want to use SSH keys, the only thing you have to do is copy them, over ssh, to a dedicated directory:
# cd ~/.ssh # scp id_rsa.pub authorized_keys root@esxi:/etc/ssh/keys-root/ You can now connect to the ESXi using your SSH keys (and the `ssh-agent`). So simple!Continue reading...
My brand new ESXi machine is a “standard” Intel Z68 powered PC. It has three disks inside: two SSD and a SATA disk. My idea is to use the first SSD to host some VM (production VM, virtual ESXi, virtual Hyper-V…) and to connect the two other disks to a FreeNAS virtual instance. This enables to present a ZFS storage to the virtual hypervisors.
Here’s the way to attach two of the SATA drives to a single virtual machine using RDM technics. BTW, I’m using ESXi v5.0.0.Continue reading...
Here we are, VMware ESXi 5 is installed on the Z68 motherboard. One of the first thing to do is enable SNMP to be able to actually get remote information on what happens to the beast :) Later on, we’ll be able to get pretty graphs to show how the virtual infrastructure lives.
Here’s how I did enable and configure SNMP on my ESXi. This is the free instance, without any vCenter.Continue reading...
I ordered bits from everywhere in the world to get a new, quiet and fresh box. This idea is to replace the “old” Dell XPS M1330 with something better suited to virtualization. And here are the specs :
H3.S Fanless Chassis, with 80W Open Frame Fanless PSU Zotac Z68-ITX WiFi (Z68ITX-A-E) Intel Sandy Bridge Core i5 2500T 2.5GHz 6MB 45W 32nm Quad Core G.Skill Kit Extreme3 2 x 8 Go PC12800 Ripjaws X CAS10 Samsung SSD (MMDOE28G5MPP) M4-CT064M4SSD2Crucial m4 2.5-inch (M4-CT064M4SSD2) WD Scorpio Blue (WDC WD2500BEVT-7) And here’s the baby pic:Continue reading...