BCCD:Automated liberation

From Earlham CS Department
Revision as of 22:10, 22 March 2006 by Hunteke (talk | contribs) (added link to generalization)
Jump to navigation Jump to search

Generalization Work towards giving the liberation process a more general approach

Do all these commands from /p0/bccd on acl13 (or the equivalent).

  • Make a fresh work environment /p0/bccd from a BCCD ISO:

./gen_staging.sh

  • Make a new boot ISO (bccdserver.iso):

./mksingularity.sh singularity staging

  • Boot that ISO for liberation:

qemu -hda lib.img -cdrom bccdserver.iso -boot d

  • Look inside the qemu ISO (mount to /mnt/bccd):

./lomount lib.img 2 /mnt/bccd

  • Liberate to the hard drive after booting BCCD:

/bin/liberate

  • Make a server after liberation:

/bin/prepareserver

  • Boot a QEMU image with networking support between VMs (make sure MACs are unique!):

qemu -hda lib.img -cdrom bccdserver.iso -net nic,macaddr=52:54:00:12:34:56 -net socket,mcast=230.0.0.1:1234 -boot d