vi /etc/apt/sources.list.d/ceph.list # deb https://enterprise.proxmox.com/debian/ceph-quincy bookworm enterprise
vi /etc/apt/sources.list.d/pve-enterprise.list # deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise
vi /etc/apt/sources.list.d/pve-no-subscription.list deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription
vi /etc/apt/sources.list.d/ceph.sources → すべてコメントアウト
vi /etc/apt/sources.list.d/pve-enterprise.sources →既存の設定をすべてコメントアウト以下を追記
Types: deb URIs: http://download.proxmox.com/debian/pve Suites: trixie Components: pve-no-subscription Signed-By: /usr/share/keyrings/proxmox-archive-keyring.gpg
apt-get update apt full-upgrade -y
apt-get install lldpd systemctl enable lldpd systemctl status lldpd
lldpcli show statistics lldpcli show neighbors
apt-get install zabbix-agent2 vi /etc/zabbix/zabbix_agent2.conf systemctl restart zabbix-agent2 systemctl enable zabbix-agent2
apt install lm-sensors sensors-detect →センサーを検出する
sensors
# sensors
amdgpu-pci-0800
Adapter: PCI adapter
vddgfx: 1.29 V
vddnb: 918.00 mV
edge: +49.0°C
PPT: 33.00 W
k10temp-pci-00c3
Adapter: PCI adapter
Tctl: +76.9°C
i350bb-pci-0400
Adapter: PCI adapter
loc1: +75.0°C (high = +120.0°C, crit = +110.0°C)
nvme-pci-0700
Adapter: PCI adapter
Composite: +49.9°C (low = -5.2°C, high = +83.8°C)
(crit = +87.8°C)# sensors
amdgpu-pci-0b00
Adapter: PCI adapter
vddgfx: 1.38 V
vddnb: 962.00 mV
edge: +44.0°C
PPT: 30.00 W
k10temp-pci-00c3
Adapter: PCI adapter
Tctl: +57.6°C
nvme-pci-0800
Adapter: PCI adapter
Composite: +39.9°C (low = -0.1°C, high = +74.8°C)
(crit = +79.8°C)
i350bb-pci-0400
Adapter: PCI adapter
loc1: +71.0°C (high = +120.0°C, crit = +110.0°C)
# sensors acpitz-acpi-0 Adapter: ACPI interface temp1: +0.0°C coretemp-isa-0000 Adapter: ISA adapter Package id 0: +53.0°C (high = +74.0°C, crit = +94.0°C) Core 2: +49.0°C (high = +74.0°C, crit = +94.0°C) Core 6: +51.0°C (high = +74.0°C, crit = +94.0°C) Core 8: +49.0°C (high = +74.0°C, crit = +94.0°C) Core 12: +50.0°C (high = +74.0°C, crit = +94.0°C)
# sensors
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +33.0°C (high = +98.0°C, crit = +98.0°C)
Core 1: +33.0°C (high = +98.0°C, crit = +98.0°C)
Core 2: +34.0°C (high = +98.0°C, crit = +98.0°C)
Core 3: +34.0°C (high = +98.0°C, crit = +98.0°C)
Core 4: +32.0°C (high = +98.0°C, crit = +98.0°C)
Core 5: +32.0°C (high = +98.0°C, crit = +98.0°C)
Core 6: +32.0°C (high = +98.0°C, crit = +98.0°C)
Core 7: +32.0°C (high = +98.0°C, crit = +98.0°C)
jc42-i2c-1-1a
Adapter: SMBus I801 adapter at e000
temp1: +39.5°C (low = +0.0°C) ALARM (HIGH, CRIT)
(high = +0.0°C, hyst = +0.0°C)
(crit = +0.0°C, hyst = +0.0°C)
jc42-i2c-1-18
Adapter: SMBus I801 adapter at e000
temp1: +36.2°C (low = +0.0°C) ALARM (HIGH, CRIT)
(high = +0.0°C, hyst = +0.0°C)
(crit = +0.0°C, hyst = +0.0°C)
jc42-i2c-1-1b
Adapter: SMBus I801 adapter at e000
temp1: +39.3°C (low = +0.0°C) ALARM (HIGH, CRIT)
(high = +0.0°C, hyst = +0.0°C)
(crit = +0.0°C, hyst = +0.0°C)
jc42-i2c-1-19
Adapter: SMBus I801 adapter at e000
temp1: +37.5°C (low = +0.0°C) ALARM (HIGH, CRIT)
(high = +0.0°C, hyst = +0.0°C)
(crit = +0.0°C, hyst = +0.0°C)ethtool -p enp7s0f3
ホスト名を変更した場合、/etc/hostsも必ず変更すること。 (自己のホスト名が解決できず、正常に動作できなくなります)
hostnamectl set-hostname [HOSTNAME]
vi /etc/hosts