Differences between revisions 2 and 3
Revision 2 as of 2009-03-16 03:30:31
Size: 1127
Editor: anonymous
Comment: converted to 1.6 markup
Revision 3 as of 2023-02-16 20:57:33
Size: 0
Editor: ?HansVanKranenburg
Comment: Rebooting Xen Debian documentation. Feel free to ask #debian-xen on OFTC
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
{{{


(1) neue ws

- ws bootet
- ws fai installiert Linux
- ws fai installiiert xen
- ws fai bootet xen0
- ws fai copiert domU auf ws
  - lvm anlegen
  - lvm snapshop von DomU
- ws startet xend

Version (A) "Standard"
- ws fai macht link: ln -s /etc/xen/winxp.cfg /etc/xen/auto/default.cfg
- ws start X (ohne maus) auf DISPLAY=:5
- ws startet xendmomains
  - xendomains startet DISPLAY=:5 xm create /etc/xen/auto/default.cfg

Version (B) "Bastel"
- ws fai macht link: ln -s /etc/xen/winxp.cfg /etc/xen/auto/default.cfg
- ws X:5 -ac -br & export DISPLAY=:5; xm create /etc/xen/auto/default.cfg;
 
reboot


(2) neustart mit auto reinstall (Cippool)

- ws fai sofupdate: create LVM snapshot
- ws startet xend
- ws (A) oder (B)



* cron job
- xm list
- if default.cfg domain active => mach nix
- if default.cfg domain weg
  => create LVM snapshot
  => xm create /etc/xen/auto/default.cfg



=> reboot von ws oder DomU

=> PC Ausschalten
  a) Zentrales Ausschalten
  -> cron/admin/CAT/Ssh

  b) versehentliches Aussachlten durch PowerOFF Schalter
  -> Admin







}}}