Scalix Update 11.1.0

Aus Neobikers Wiki
Zur Navigation springen Zur Suche springen

Ich plane folgendes Vorgehen:

  • Scalix, sendmail, fetchmail anhalten
  • LVM Snapshot ziehen
  • Scalix updaten
scx:~#
/etc/init.d/fetchmail stop
/etc/init.d/sendmail stop
for f in /etc/rc1.d/*scal*; do echo $f; sh $f stop; done
xen1:~# lvcreate -L 500M --snapshot -n scx-snap /dev/vg/scx
  Logical volume "scx-snap" created
xen1:~# lvcreate -L 500M --snapshot -n scx-var-snap /dev/vg/scx-var
  Logical volume "scx-var-snap" created