• About
  • Manuals
  • Network
Confessions of a FreeBSD hacker Various tips & tricks about computers in general and FreeBSD in particular
Confessions of a FreeBSD hacker

Convert virtualbox to vmware

July 31, 2012 21:38 / Leave a Comment / Magnus Strahlert

First power off machine in vbox. Then use the “Export Appliance” from the “File” menu. Change filename to .ovf Leave checkboxes unchecked (no 0.9 compliance and no mf file) The disk needs to be cloned as the user running VirtualBox in order to undo thin provisioning. To find out the UUID of the disk, do … Read More →

Posted in: VMware / Tagged: esxi, virtualbox, vmware

Copying a ZFS volume across a server

April 22, 2012 16:04 / Leave a Comment / Magnus Strahlert

Take a snapshot of the volume on source server: root@source# zfs snapshot zfs_dataset/volume@now Send the snapshot to the target server. Target zfs_dataset can be different: root@source# zfs send zfs_dataset/volume@now | ssh target zfs recieve zfs_dataset/volume@now Clone the snapshot with the supposed name of the new volume zfs clone zfs_dataset/volume@now zfs_dataset/clone Promote it, in effect switching … Read More →

Posted in: ZFS / Tagged: cross-server, snapshot, ssh, volumes, zfs

Migrating virtualbox storage from local disk to iSCSI

April 21, 2012 13:11 / Leave a Comment / Magnus Strahlert

Turn off the virtual machine, preferably by logging in and do a clean shutdown or if not possible VBoxManage controlvm <machine> poweroff Add another disk VBoxManage storageattach <machine> –storagectl “SATA Controller” –port 1 –type hdd –medium iscsi –server 192.168.100.13 –target “iqn.2004-06.net.strahlert.home:L1” Boot the machine by FreeBSD 9.0 Install and start a Rescue Live shell dd … Read More →

Posted in: FreeBSD / Tagged: freebsd, iscsi, virtualbox

Protected: VLAN’s

March 31, 2012 11:06 / Magnus Strahlert

There is no excerpt because this is a protected post.

Posted in: Network / Tagged: network, vlan

Setting up a mirror through geom on a GPT labeled disk

March 4, 2012 16:57 / Leave a Comment / Magnus Strahlert

Synchronise the disklayout gpart backup ada0 > /tmp/ada0.gpt gpart restore -F /dev/ada1 < /tmp/ada0.gpt Check that everything went as expected. gpart show Add the geom kernel module as loaded on startup echo ‘geom_mirror_load=”YES”‘ >> /boot/loader.conf Add bootcode to the second disk gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 /dev/ada1 Reboot into single-user mode. Then … Read More →

Posted in: FreeBSD / Tagged: freebsd, gpt, mirror, raid

Post Navigation

« Previous 1 2 3 4 5 Next »

Recent Posts

  • Takeaways utilising VFIO in a KVM virtual guest
  • Converting VM from ESXi to KVM with iSCSI storage
  • Deploying oVirt in self-hosted mode
  • Ansible playbook for handling perl on FreeBSD
  • iSCSI: Migrating from istgt to ctld

Tags

ansible backup carp chroot cluster cross-server esxi freebsd ftp ftpchroot gpt grub hast install iscsi kvm linux lun lvm mirror network nfs nfsroot ovirt pxe raid ramdrive raspberrypi snapshot ssd ssh terminalserver usb vfio virtio virtualbox vlan vmware volumes winxp zfs zpool zroot

Archives

  • July 2019
  • March 2018
  • February 2018
  • July 2017
  • February 2016
  • January 2015
  • August 2014
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012
  • September 2012
  • July 2012
  • April 2012
  • March 2012
  • November 2011
  • August 2011

Recent Comments

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    © Copyright 2013-2016 - Magnus Strahlert
    Infinity Theme by DesignCoral / WordPress