aboutsummaryrefslogtreecommitdiff
path: root/adrift-space.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-02-24 10:33:33 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-02-24 10:33:33 +0100
commit22c854ec45ca8d69a82f385af9a2108c0afa07b6 (patch)
tree6b181b1f94a012bfe0e4503131563267fd1dd9ae /adrift-space.wiki
parenttis 21 feb 2023 22:04:27 CET (diff)
downloadwiki-public-22c854ec45ca8d69a82f385af9a2108c0afa07b6.tar.gz
wiki-public-22c854ec45ca8d69a82f385af9a2108c0afa07b6.tar.xz
fre 24 feb 2023 10:33:33 CET
Diffstat (limited to 'adrift-space.wiki')
-rw-r--r--adrift-space.wiki20
1 files changed, 15 insertions, 5 deletions
diff --git a/adrift-space.wiki b/adrift-space.wiki
index e01917e..741d3c8 100644
--- a/adrift-space.wiki
+++ b/adrift-space.wiki
@@ -1,3 +1,6 @@
+%title Adrift.Space
+
+= Services =
== Kerberos ==
@@ -13,10 +16,7 @@ kdb5_util stash
kadmin.local
}}}
-== passwd ==
-hesiod
-passwd via DNS!
-
+= Machines =
== Elrond ==
@@ -27,7 +27,7 @@ TS-431P
- https://groups.google.com/forum/#!topic/linux.debian.ports.arm/c5DLiZkjZbw
| file | status |
-|--
+|------------------------------|------------|
| /etc/config/apache/temp-file | persistant |
| /etc/nsswitch.conf | ram |
| /etc/hesiod.conf | ram |
@@ -35,6 +35,7 @@ TS-431P
=== Commands ===
+{{{sh
[~] # pvdisplay
--- Physical volume ---
PV Name /dev/md1
@@ -46,7 +47,9 @@ TS-431P
Free PE 0
Allocated PE 2138900
PV UUID vlh1SX-xTvf-kkML-J2Kb-D2Ez-it20-H3WynX
+}}}
+{{{sh
[~] # vgdisplay
--- Volume group ---
VG Name vg288
@@ -68,7 +71,9 @@ TS-431P
Alloc PE / Size 2138900 / 8.16 TiB
Free PE / Size 0 / 0
VG UUID FXjhuH-S4Ha-6Gt3-ZFmL-4Ast-JbJ1-nUjF03
+}}}
+{{{sh
[~] # lvdisplay
--- Logical volume ---
LV Path /dev/vg288/lv544
@@ -99,7 +104,9 @@ TS-431P
Allocation inherit
Read ahead sectors 8192
Block device 252:1
+}}}
+{{{sh
[~] # md_checker
Welcome to MD superblock checker (v2.0) - have a nice day~
@@ -124,8 +131,10 @@ Status: ONLINE (md1) [UUUU]
NAS_HOST 3 /dev/sdc3 2 Active Feb 5 00:50:50 2020 8090 AAAA
NAS_HOST 4 /dev/sdd3 3 Active Feb 5 00:50:50 2020 8090 AAAA
===============================================================================================
+}}}
+{{{sh
[~] # mdadm --misc -D /dev/md* /dev/md1:
Version : 1.0
Creation Time : Wed Jun 27 15:42:05 2018
@@ -325,3 +334,4 @@ Working Devices : 4
58 0 0 58 removed
60 0 0 60 removed
62 0 0 62 removed
+}}}