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 07:11] – 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 333: | Line 333: | ||
| ext2/3/4: | ext2/3/4: | ||
| resize2fs device | resize2fs device | ||
| + | |||
| + | SLES12:~ # resize2fs / | ||
| + | resize2fs 1.42.11 (09-Jul-2014) | ||
| + | Filesystem at / | ||
| + | old_desc_blocks = 1, new_desc_blocks = 2 | ||
| + | The filesystem on / | ||
| + | |||
| xfs: | xfs: | ||
| Line 338: | Line 345: | ||
| | | ||
| | | ||
| - | ====== LVM Übgung | + | ====== LVM ====== |
| Create Physical Volume | Create Physical Volume | ||
| Line 345: | Line 352: | ||
| - | Create Volume Group | + | == Create Volume Group == |
| SLES12:~ # vgcreate vg01 /dev/sdb1 | SLES12:~ # vgcreate vg01 /dev/sdb1 | ||
| Volume group " | Volume group " | ||
| SLES12:~ # | SLES12:~ # | ||
| - | Create logical Volumes | + | == Create logical Volumes |
| SLES12:~ # lvcreate -n lv101 -L 400M vg01 | SLES12:~ # lvcreate -n lv101 -L 400M vg01 | ||
| Logical volume " | Logical volume " | ||
| Line 358: | Line 367: | ||
| - | Create additional Swap | + | == Create additional Swap == |
| SLES12:~ # | SLES12:~ # | ||
| SLES12:~ # mkswap / | SLES12:~ # mkswap / | ||
| Line 365: | Line 375: | ||
| SLES12:~ # | SLES12:~ # | ||
| - | Aktivate Swap | + | == Aktivate Swap == |
| SLES12:~ # swapon / | SLES12:~ # swapon / | ||
| SLES12:~ # | SLES12:~ # | ||
| Line 371: | Line 382: | ||
| - | Check if swap is aktivated | + | == Check if swap is aktivated |
| SLES12:~ # swapon -s | SLES12:~ # swapon -s | ||
| Filename | Filename | ||
| Line 378: | Line 390: | ||
| SLES12:~ # | SLES12:~ # | ||
| - | Erstellen eines ext3 Filesystems | + | == Erstellen eines ext3 Filesystems |
| SLES12:~ # mke2fs -j / | SLES12:~ # mke2fs -j / | ||
| mke2fs 1.42.11 (09-Jul-2014) | mke2fs 1.42.11 (09-Jul-2014) | ||
| Line 391: | Line 404: | ||
| Writing superblocks and filesystem accounting information: | Writing superblocks and filesystem accounting information: | ||
| - | Mount formatted Filesystem, copy /usr/bin/ and " | + | == Mount formatted Filesystem, copy /usr/bin/ and " |
| SLES12:~ # | SLES12:~ # | ||
| SLES12:~ # mount / | SLES12:~ # mount / | ||
| Line 403: | Line 417: | ||
| - | List the VG | + | == List the VG and look for free PE == |
| SLES12:~ # vgdisplay -v | SLES12:~ # vgdisplay -v | ||
| Using volume group(s) on command line. | Using volume group(s) on command line. | ||
| Line 468: | Line 483: | ||
| SLES12:~ # | SLES12:~ # | ||
| + | |||
| + | == Fragmentierung einer Datei == | ||
| + | |||
| + | SLES12:/mnt # filefrag -v services | ||
| + | Filesystem type is: ef53 | ||
| + | Filesystem cylinder groups approximately 16 | ||
| + | File size of services is 1263621 (309 blocks of 4096 bytes) | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | services: 5 extents found | ||
| + | |||
| + | ====== BTRFS ====== | ||
| + | |||
| + | SLES12:/ # mkfs.btrfs -f /dev/sdc1 /dev/sdc8 | ||
| + | btrfs-progs v4.1.2+20151002 | ||
| + | See http:// | ||
| + | |||
| + | Label: | ||
| + | UUID: | ||
| + | Node size: 16384 | ||
| + | Sector size: 4096 | ||
| + | Filesystem size: 3.00GiB | ||
| + | Block group profiles: | ||
| + | Data: | ||
| + | Metadata: | ||
| + | System: | ||
| + | SSD detected: | ||
| + | Incompat features: | ||
| + | Number of devices: | ||
| + | Devices: | ||
| + | | ||
| + | 1 | ||
| + | 2 | ||
| + | |||
| + | |||
| + | == Mounten des Filesystems via uuid == | ||
| + | |||
| + | |||
| + | SLES12:/mnt # mount / | ||
| + | SLES12:/mnt # | ||
| + | SLES12:/ | ||
| + | Label: ' | ||
| + | Total devices 2 FS bytes used 256.00KiB | ||
| + | devid 1 size 2.00GiB used 327.12MiB path /dev/sdc1 | ||
| + | devid 2 size 1.00GiB used 315.12MiB path /dev/sdc8 | ||
| + | |||
| + | btrfs-progs v4.1.2+20151002 | ||
| + | |||
| + | |||
| + | SLES12:/ | ||
| + | SLES12:/ | ||
| + | SLES12:/ | ||
| + | SLES12:/ | ||
| + | Label: ' | ||
| + | Total devices 3 FS bytes used 256.00KiB | ||
| + | devid 1 size 2.00GiB used 327.12MiB path /dev/sdc1 | ||
| + | devid 2 size 1.00GiB used 315.12MiB path /dev/sdc8 | ||
| + | devid 3 size 2.00GiB used 0.00B path /dev/sdc2 | ||
| + | |||
| + | |||
| + | |||
| + | SLES12:/ | ||
| + | Label: ' | ||
| + | Total devices 3 FS bytes used 256.00KiB | ||
| + | devid 1 size 2.00GiB used 327.12MiB path /dev/sdc1 | ||
| + | devid 2 size 1.00GiB used 315.12MiB path /dev/sdc8 | ||
| + | devid 3 size 2.00GiB used 0.00B path /dev/sdc2 | ||
| + | |||
| + | btrfs-progs v4.1.2+20151002 | ||
| + | |||
| + | == Testdaten auf das Filesystem kopieren == | ||
| + | |||
| + | SLES12:/ | ||
| + | SLES12:/ | ||
| + | SLES12:/ | ||
| + | SLES12:/ | ||
| + | Label: ' | ||
| + | Total devices 3 FS bytes used 86.88MiB | ||
| + | devid 1 size 2.00GiB used 503.12MiB path /dev/sdc1 | ||
| + | devid 2 size 1.00GiB used 491.12MiB path /dev/sdc8 | ||
| + | devid 3 size 2.00GiB used 176.00MiB path /dev/sdc2 | ||
| + | |||
| + | btrfs-progs v4.1.2+20151002 | ||
| + | |||
| + | == Ein Volume aus dem btrfs Filesystem löschen == | ||
| + | |||
| + | |||
| + | SLES12:/ | ||
| + | SLES12:/ | ||
| + | SLES12:/ | ||
| + | SLES12:/ | ||
| + | Label: ' | ||
| + | Total devices 2 FS bytes used 792.45MiB | ||
| + | devid 1 size 2.00GiB used 647.12MiB path /dev/sdc1 | ||
| + | devid 2 size 1.00GiB used 635.12MiB path /dev/sdc8 | ||
| + | |||
| + | |||
| + | == Reduzieren des Filesystems um 500M == | ||
| + | |||
| + | |||
| + | SLES12:/ | ||
| + | Resize '/ | ||
| + | SLES12:/ | ||
| + | SLES12:/ | ||
| + | SLES12:/ | ||
| + | Label: ' | ||
| + | Total devices 2 FS bytes used 792.33MiB | ||
| + | devid 1 size 1.51GiB used 647.12MiB path /dev/sdc1 | ||
| + | devid 2 size 1.00GiB used 635.12MiB path /dev/sdc8 | ||
| + | |||
| + | |||
| + | == Informationen über die Belegung ausgeben == | ||
| + | |||
| + | SLES12:/ | ||
| + | Data, RAID0: total=947.12MiB, | ||
| + | System, RAID1: total=8.00MiB, | ||
| + | System, single: total=4.00MiB, | ||
| + | Metadata, RAID1: total=153.56MiB, | ||
| + | Metadata, single: total=8.00MiB, | ||
| + | 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.1468566699.txt.gz · Last modified: 2021/04/24 07:38 (external edit)
