sles_12_update_schulung
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| sles_12_update_schulung [2016/07/15 08:48] – michael | sles_12_update_schulung [2021/04/24 07:40] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== Startskripte ====== |
| Line 24: | Line 24: | ||
| | | ||
| | | ||
| - | ====== | + | ====== chkconfig ====== |
| Line 64: | Line 64: | ||
| - | ====== | + | ====== Eigener Runlevel ====== |
| | | ||
| Line 345: | Line 345: | ||
| | | ||
| | | ||
| - | ====== LVM Übgung | + | ====== LVM ====== |
| Create Physical Volume | Create Physical Volume | ||
| Line 607: | Line 607: | ||
| Metadata, single: total=8.00MiB, | Metadata, single: total=8.00MiB, | ||
| GlobalReserve, | GlobalReserve, | ||
| + | |||
| + | == Filesystem ausbalancieren == | ||
| + | |||
| + | btrfs balance start /mnt | ||
| + | btrfs balance status /mnt | ||
| + | btrfs balance cancel /mnt | ||
| + | btrfs balance pause /mnt | ||
| + | btrfs balance resume /mnt | ||
| + | |||
| + | == Snapshots == | ||
| + | |||
| + | Subvolume2 unterhalb Subvolume1, wird beim snap von Subvolume1 _nicht_ mitgesnapped | ||
| + | |||
| + | |||
| + | SLES12:/ | ||
| + | Create a snapshot of '/ | ||
| + | |||
| + | SLES12:/ | ||
| + | .: | ||
| + | total 4 | ||
| + | drwxr-xr-x 1 root root 6 Jul 15 12:48 ordner1 | ||
| + | -rw-r--r-- 1 root root** 2929** Jul 15 12:53 passwd | ||
| + | drwxr-xr-x 1 root root 26 Jul 15 12:48 snap | ||
| + | |||
| + | ./ordner1: | ||
| + | total 0 | ||
| + | -rw-r--r-- 1 root root 0 Jul 15 12:48 abc | ||
| + | |||
| + | ./snap: | ||
| + | total 4 | ||
| + | drwxr-xr-x 1 root root 6 Jul 15 12:48 ordner1 | ||
| + | -rw-r--r-- 1 root root **1633** Jul 15 12:48 passwd | ||
| + | |||
| + | ./ | ||
| + | total 0 | ||
| + | -rw-r--r-- 1 root root 0 Jul 15 12:48 abc | ||
| + | |||
| + | |||
| + | cp --reflink | ||
| + | | ||
| + | | ||
| + | |||
| + | When --reflink[=always] is specified, perform a lightweight copy, where the data blocks are copied only when modified. | ||
| + | | ||
| + | |||
| + | |||
| + | |||
| + | SLES12:/ # snapper list | ||
| + | Type | # | Pre # | Date | User | Cleanup | Description | ||
| + | -------+---+-------+--------------------------+------+---------+-----------------------+-------------- | ||
| + | single | 0 | | ||
| + | single | 1 | | Tue Mar 15 12:29:47 2016 | root | | first root filesystem | | ||
| + | single | 2 | | Tue Mar 15 12:40:02 2016 | root | number | ||
| + | pre | 3 | | Thu Jul 14 12:22:57 2016 | root | number | ||
| + | post | 4 | 3 | Thu Jul 14 12:23:18 2016 | root | number | ||
| + | single | 5 | | Fri Jul 15 15:03:51 2016 | root | | ||
| + | |||
| + | |||
| + | SLES12:/ # snapper diff 3..4 | ||
| + | --- / | ||
| + | +++ / | ||
| + | @@ -318,7 +318,7 @@ | ||
| + | # FW_SERVICES_ACCEPT_* | ||
| + | # | ||
| + | # Example: " | ||
| + | -FW_CONFIGURATIONS_EXT="" | ||
| + | +FW_CONFIGURATIONS_EXT=" | ||
| + | |||
| + | ## Type: | ||
| + | # | ||
| + | @@ -1068,7 +1068,7 @@ | ||
| + | # | ||
| + | # See also FW_SERVICES_ACCEPT_RELATED_EXT | ||
| + | # | ||
| + | -FW_LOAD_MODULES="" | ||
| + | +FW_LOAD_MODULES=" | ||
| + | |||
| + | ## Type: | ||
| + | ## Default: | ||
| + | Binary files / | ||
| + | Binary files / | ||
| + | Binary files / | ||
| + | |||
| + | |||
| + | SLES12:/etc # snapper diff 6..7 / | ||
| + | --- / | ||
| + | +++ / | ||
| + | @@ -17,5 +17,3 @@ | ||
| + | # file and in case of a " | ||
| + | # | ||
| + | ### Please remove (at least) this line when you modify the file! | ||
| + | -search localdomain | ||
| + | -nameserver 192.168.24.2 | ||
| + | |||
| + | == Zurückgehen auf einen vorherigen Stand == | ||
| + | SLES12:/etc # snapper undochange 6..7 | ||
| + | create:12 modify:3 delete:0 | ||
| + | |||
sles_12_update_schulung.1468572489.txt.gz · Last modified: 2021/04/24 07:38 (external edit)
