Scalix Update 11.1.0: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 3: | Zeile 3: | ||
* LVM Snapshot ziehen | * LVM Snapshot ziehen | ||
* Scalix updaten | * Scalix updaten | ||
<pre> | <pre>scx:~# | ||
/etc/init.d/fetchmail stop | /etc/init.d/fetchmail stop | ||
/etc/init.d/sendmail stop | /etc/init.d/sendmail stop | ||
for f in /etc/rc1.d/*scal*; do echo $f; sh $f stop; done | for f in /etc/rc1.d/*scal*; do echo $f; sh $f stop; done | ||
</pre> | |||
<pre>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 | |||
</pre> | </pre> |
Version vom 4. September 2007, 19:57 Uhr
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