Changes

no edit summary
Line 1: Line 1:  
=== Create new VM on [[Machine/justice]] or [[Machine/freedom]] ===
 
=== Create new VM on [[Machine/justice]] or [[Machine/freedom]] ===
   −
This procedure creates a clone of the [[Sysadmin/Template virtual machine]].
+
This procedure creates a clone of the [[Machine/template-xenial|Ubuntu Xenial template virtual machine]].
   −
  virt-clone --prompt -o template-precise --file=/var/lib/libvirt/images/boot/FOOBAR-boot.img --file=/dev/justice/FOOBAR-root -n FOOBAR
+
  virt-clone -o template-xenial --file=/var/lib/libvirt/images/boot/FOOBAR-boot.img --file=/dev/justice/FOOBAR-root -n FOOBAR
 
  virsh autostart FOOBAR
 
  virsh autostart FOOBAR
 
  virsh start --console FOOBAR
 
  virsh start --console FOOBAR
Line 17: Line 17:  
* change machine fqdn
 
* change machine fqdn
   −
  sed -i -e s/template-precise/FOOBAR/ /etc/hosts /etc/hostname /etc/mailname /etc/postfix/main.cf
+
  sed -i -e s/template-xenial/FOOBAR/g /etc/hosts /etc/hostname /etc/mailname /etc/postfix/main.cf
    
* activate new IP and hostname
 
* activate new IP and hostname
Line 25: Line 25:  
* install latest security/stability updates
 
* install latest security/stability updates
   −
  aptitude update
+
  apt-get update
  aptitude full-upgrade
+
  apt-get dist-upgrade
    
* Find a nice color combo for HOST_COLOR in /etc/zzz_profile.conf
 
* Find a nice color combo for HOST_COLOR in /etc/zzz_profile.conf
Line 52: Line 52:  
* Add the machine to <code>/etc/munin/munin.conf</code> on [[Machine/sunjammer]] for monitoring.
 
* Add the machine to <code>/etc/munin/munin.conf</code> on [[Machine/sunjammer]] for monitoring.
   −
  [housetree.sugarlabs.org]
+
  [FOOBAR.sugarlabs.org]
         address housetree.sugarlabs.org
+
         address FOOBAR.sugarlabs.org
    
See also: [[Sysadmin/Delete virtual machine]], [[Sysadmin/Migrate_virtual_machine]].
 
See also: [[Sysadmin/Delete virtual machine]], [[Sysadmin/Migrate_virtual_machine]].