usługi prawne, ochrona danych, bezpieczne systemy informatyczne

ich war hier: ProxMox

Revision history for ProxMox


Revision [4717]

Last edited on 2025-02-04 22:28:17 by WojciechLisiewicz
Additions:
((1)) Proxmox Cluster with CEPH
Eine Ideale Lösung für ein Rechenzentrum, in dem die Grenzen einer Maschine und des Speichers aufgehoben wären, wäre ein Proxmox-Cluster mit Ceph. Dieser Admin-Traum ist mit Proxmox gar nicht so schwer zu verwirklichen. Die Konzeption dahinter ist aber komplex - möglicherweise komplexer, als die Schritte, die man dazu durchlaufen muss. Deshalb wird die Prozedur [[ProxmoxCephCluster | an dieser Stelle etwas strukturiert]].


Revision [4716]

Edited on 2025-02-03 11:34:26 by WojciechLisiewicz
Additions:
((1)) Installationsprobleme bei alter Grafikkarte
Sobald das Startmenü von Proxmox erscheint:
=> Press E to edit the entry
=> Add the parameter "nomodeset" to line with Kernel
=> Press F10 to boot


Revision [4715]

Edited on 2025-02-01 16:11:48 by WojciechLisiewicz
Additions:
((1)) Problems with disks
Wenn Disk Wie dazu führt, dass "disk/partition '/dev/nvme1n1' has a holder (500)" erscheint, muss man:
%%(perl)
lsblk
# in der Liste sind nun alle Block-Geräte, auch Partitionen, die das Löschen verhindern...
# suche die von dem Datenträger, der gelöscht werden soll und kopiere sie - dann:
dmsetup remove <id, die oben identifiziert wurde>


Revision [4714]

Edited on 2025-01-18 20:07:47 by WojciechLisiewicz
Additions:
Das erfolgt im Web-GUI:
- Finde das Gerät (z. B. SAS-Controller)
- Gebe ihm einen Namen (keine Leerzeichen!)
((2)) Device in der VM integrieren
Auch im GUI:
- Gehe zur betroffenen VM
- Klicke auf "Hardware" und dann "Add"
- "PCI-Device"
- zwei Wege möglich: "Mappen Device" (vorhanden, wenn Schritt oben erledigt) oder "RAW" (auch wenn Mapping nicht vorhanden)
Deletions:
((2))


Revision [4713]

Edited on 2025-01-18 20:02:38 by WojciechLisiewicz
Additions:
Folgende Schritte sind vorzunehmen:
((2)) Ressource Mapping
- Gehe zu Datacenter => Ressource Mappings (erst ab PVE 8 zu sehen!)
- Klicke auf "Add" bei "PCI Devices"
((2))
Deletions:


Revision [4712]

Edited on 2025-01-18 19:55:02 by WojciechLisiewicz
Additions:


Revision [4711]

Edited on 2025-01-18 19:49:02 by WojciechLisiewicz
Additions:
((1)) PCI Passthrough (z. B. für TrueNAS)


Revision [4687]

Edited on 2024-12-11 12:01:55 by ErdaxoAdmin
Additions:
((1)) Router im Proxmox-Cluster
Siehe hier: https://www.reddit.com/r/homelab/comments/xrarg7/virtualizing_your_router_in_a_proxmox_cluster/?tl=de


Revision [4498]

Edited on 2023-05-27 21:27:12 by ErdaxoAdmin
Additions:

((2)) Mehr informationen zu LXC unter proxmox
//to be continued//
((1)) Upgrade without subscription
----


Revision [4423]

Edited on 2023-03-12 17:56:41 by ErdaxoAdmin
Additions:
Siehe auch [[https://forum.proxmox.com/threads/unable-to-change-uid-gid-mapping-of-bind-mounted-nfs-folder.122138/#post-531379 folgende Erläuterung (wichtig)]].


Revision [4422]

Edited on 2023-03-12 17:55:46 by ErdaxoAdmin
Additions:
# im Übrigen setzt die o. g. Lösung voraus, dass
# 1) auf dem Host
user:x:1001:1001::/home/user:/bin/sh
# existiert - und im Container
user:x:1000:1000::/home/user:/bin/sh


Revision [4421]

Edited on 2023-03-12 17:33:01 by ErdaxoAdmin
Additions:
# wenn
/path/to/dataset-mountpoint
# ein ZFS-dataset ist, dann binden wir es im Container <lxcID> so ein:
pct set <lxcID> -mp0 /path/to/dataset-mountpoint,mp=/mountpoint/in/container
# im proxmox-host müssen beide Dateien:
=> /etc/subuid und /etc/subgid
# noch folgenden Eintrag bekommen:
root:1001:1


Revision [4420]

Edited on 2023-03-12 17:29:47 by ErdaxoAdmin
Additions:
((1)) LXC Container in ProxMox
Einige Besonderheiten:

((2)) Problem: Einbindung eines ZFS-Dataset im Container
Einbindung führt zu Berechtigungsproblemen...
%%(perl)
# containerID.conf sollte wie folgt aussehen:
[...]
unprivileged: 1
lxc.idmap: u 0 100000 1000
lxc.idmap: g 0 100000 1000
lxc.idmap: u 1000 1001 1
lxc.idmap: g 1000 1001 1
lxc.idmap: u 1001 101001 64535
lxc.idmap: g 1001 101001 64535
%%


Revision [4413]

The oldest known version of this page was created on 2023-03-12 14:55:48 by ErdaxoAdmin
Valid XHTML  |  Valid CSS  |  Powered by WikkaWiki