Skip to main content

Glossary

The acronyms and the recurring technical terms used across these docs, expanded once here.

TermExpansionIn short
AAIAuthentication and Authorization InfrastructureSwiss higher-education identity federation, operated by SWITCH
ACLAccess Control ListRules defining who may access what
BMC / IPMIBaseboard Management Controller / Intelligent Platform Management InterfaceOut-of-band hardware management (console, power, virtual media), independent of the OS. Branded iDRAC by Dell, AST2500 on Gigabyte
CECommunity EditionThe free, open-source edition of GitLab
CI/CDContinuous Integration / Continuous DeliveryAutomatic test and deployment runs on every code change
clusterSeveral Proxmox nodes managed as one, sharing configuration and able to migrate guests between themselves
corosyncThe communication layer between Proxmox nodes: detects failures and maintains quorum
CUDACompute Unified Device ArchitectureNVIDIA's GPU computing platform
DACDirect Attach CopperCopper cable with integrated transceivers, for short server-to-switch links
DNSDomain Name SystemTranslation of domain names into IP addresses
DWPDDrive Writes Per DaySSD endurance: how many times per day its full capacity can be rewritten over 5 years
FQDNFully Qualified Domain NameComplete domain name (e.g. git.isc.hevs.ch)
HAHigh AvailabilityAutomatic restart of critical VMs on another node after a failure
HBAHost Bus AdapterDisk controller with no RAID layer. In IT mode it presents raw disks to the OS — essential for ZFS
hot spareA standby disk installed in the machine that ZFS enrols automatically on failure
IdPIdentity ProviderHere, SWITCH edu-ID
IDSIntrusion Detection SystemIntrusion detection (Suricata on the network, Wazuh on hosts)
K8sKubernetesContainer orchestrator
LXCLinux ContainersLightweight system containers (sharing the host kernel), an alternative to VMs in Proxmox
NOCNetwork Operations CenterMonitoring infrastructure health (metrics, availability, alerts)
NVMeNon-Volatile Memory ExpressSSD access protocol over PCIe, far faster than SATA/SAS
OCPOpen Compute ProjectNetwork card format (OCP 3.0), mounted on a mezzanine without consuming a PCIe slot
OIDCOpenID ConnectModern authentication protocol built on OAuth 2.0 — chosen for edu-ID integration
PBSProxmox Backup ServerDedicated backup server for Proxmox VMs/containers (deduplicated, incremental, verified)
PDMProxmox Datacenter ManagerCentral console for driving multiple Proxmox hosts/clusters. A separate product from the "Datacenter" node in the PVE interface
PDUPower Distribution UnitRack power strip, often remotely switchable and meterable
PLPPower Loss ProtectionCapacitors in an enterprise SSD guaranteeing cache flush on power loss. Absent from consumer SSDs — a decisive criterion for ZFS
PVEProxmox Virtual EnvironmentThe hypervisor: the virtualisation layer installed on each machine
QDeviceAn external tie-breaker vote for a Proxmox cluster, so an even number of nodes (two, typically) can still reach quorum
quorumThe majority of nodes needed for a cluster to make decisions. Hence the odd node count
RAIDZ2ZFS double-parity mode: tolerates the loss of 2 disks per vdev. Space-efficient, slower than mirroring
RDIMMRegistered DIMMServer memory module with a register, mandatory on EPYC
RPORecovery Point ObjectiveThe maximum amount of data one accepts losing during a recovery
SAMLSecurity Assertion Markup LanguageLegacy federated authentication protocol (XML), an alternative to OIDC that was not chosen
SAS / SATASerial Attached SCSI / Serial ATADisk interfaces. SAS is the server variant (12 Gb, dual port)
SFP28 / SFP+Small Form-factor PluggableNetwork transceiver cages: SFP+ up to 10 Gb, SFP28 up to 25 Gb (backward compatible)
SIEMSecurity Information and Event ManagementCentralised collection and correlation of security events (Wazuh)
SOCSecurity Operations CenterSecurity monitoring (intrusions, logs, compliance)
special vdevA group of fast disks in a ZFS pool dedicated to metadata. Greatly accelerates PBS. Losing it destroys the pool: always mirror it
SPOFSingle Point Of FailureA component whose failure alone interrupts the service
SSOSingle Sign-OnOne account (edu-ID) for all services
TLSTransport Layer SecurityConnection encryption (the "S" in HTTPS)
U.2NVMe SSD in a 2.5-inch enclosure, connectable in a hot-swap bay
vdevVirtual DeviceA group of disks forming one redundancy unit in a ZFS pool. A pool is an assembly of vdevs
VLANVirtual LANLogical segmentation of a physical network into isolated zones
VMVirtual Machine
VPNVirtual Private NetworkEncrypted tunnel giving access to the internal network from outside
ZFSZettabyte File SystemFilesystem with built-in snapshots, compression, checksums and redundancy