deb http://ftp.tw.debian.org/debian bookworm main contrib deb http://ftp.tw.debian.org/debian bookworm-updates main contrib deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription # security updates deb http://security.debian.org bookworm-security main contrib
#deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise
#deb https://enterprise.proxmox.com/debian/ceph-quincy bookworm enterprise
apt update apt upgrade
apt install snmpd -y cd /etc/snmp/ mv snmpd.conf snmpd.conf.org vi snmpd.conf : 依照實際需要編輯 : service snmpd restart systemctl enable snmpd
apt install libsasl2-modules -y
: # GMail Setting relayhost = [smtp.gmail.com]:587 # use tls smtp_use_tls=yes # MailU Setting #relayhost = [mail.mailu.com]:465 #smtp_tls_security_level = encrypt #smtp_tls_wrappermode = yes # use sasl when authenticating to foreign SMTP servers smtp_sasl_auth_enable = yes # path to password map file smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd # list of CAs to trust when verifying server certificate smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt # eliminates default security options which are imcompatible with gmail smtp_sasl_security_options = noanonymous smtp_always_send_ehlo = yes
[smtp.gmail.com]:587 username:password #[mail.mailu.com]:465 username:password
newaliases postmap /etc/postfix/sasl_passwd cd /etc/postfix chown postfix /etc/postfix/sasl_passwd*
/etc/init.d/postfix reload
pvecm nodes pvecm delnode pve01 pvecm status rm -rf /etc/pve/nodes/pve01
systemctl restart corosync systemctl restart pve-cluster
pvecm updatecerts
透過 Web 介面直接加入會比較簡單, 以下是針對無法呈現 Web 時透過命令列方式處理的程序
pvecm add 192.168.11.250
無法加入通常會顯示出原因, Exp.
pvecm expected 1 service pve-cluster restart
pvecm nodes systemctl stop pve-cluster systemctl stop corosync pmxcfs -l rm /etc/pve/corosync.conf rm -rf /etc/corosync/* killall pmxcfs systemctl start pve-cluster
service pve-cluster stop
free -m swapon -s
fdisk /dev/sdc
Command (m for help): n Partition number (1-128, default 1): 1 First sector (34-937703054, default 2048): Last sector, +sectors or +size{K,M,G,T,P} (2048-937703054, default 937703054): +16G
Command (m for help): t Selected partition 1 Hex code (type L to list all codes): 19 Changed type of partition 'Linux swap' to 'Linux swap'.
Command (m for help): p : /dev/sdc1 2048 33556479 33554432 16G Linux swap : Command (m for help): w : Syncing disks.
mkswap /dev/sdc1
swapon /dev/sdc1
: /dev/zd0 partition 8388604 434944 -2 /dev/sdc1 partition 16777212 0 -3
blkid | grep swap /dev/sdc1: UUID="068ba285-5bb9-4b2f-b2e1-4dc599bd22e1" TYPE="swap" PARTUUID="1d334105-c76e-4ab2-baec-2b35fde71a02" /dev/zd0: UUID="a06df01d-bf15-4816-bc3e-f1d3c623ff20" TYPE="swap"
: #/dev/zvol/rpool/swap none swap sw 0 0 UUID=068ba285-5bb9-4b2f-b2e1-4dc599bd22e1 none swap sw 0 0 :
sync;sync;sync;reboot
swapoff -a
zfs create -V 16G -b $(getconf PAGESIZE) -o compression=zle \ -o logbias=throughput -o sync=always \ -o primarycache=metadata -o secondarycache=none \ -o com.sun:auto-snapshot=false rpool/swap
mkswap -f /dev/zvol/rpool/swap
echo /dev/zvol/rpool/swap none swap defaults 0 0 >> /etc/fstab
swapon -av
echo "vm.swappiness = 10" >> /etc/sysctl.conf sysctl -p
pvcreate /dev/sdb1 vgcreate vg-ssd /dev/sdb1 vgdisplay vg-ssd
lvcreate -l 76210 -n ssd vg-ssd
lvconvert --type thin-pool vg-ssd/ssd
vgremove vg-ssd pvremote /dev/sdb1
ls -l /dev/disk/by-id/ | grep ata-*
qm set 106 -virtio2 /dev/disk/by-id/ata-TOSHIBA_DT01ACA300_Z3MH9S1GS
cat /etc/pve/qemu-server/106.conf : virtio2: /dev/disk/by-id/ata-TOSHIBA_DT01ACA300_Z3MH9S1GS,size=2930266584K
systemctl restart pve-cluster corosync
root@aac:~# zfs list NAME USED AVAIL REFER MOUNTPOINT local-zfs 9.60G 889G 128K /local-zfs local-zfs/subvol-103-disk-0 522M 7.49G 522M /local-zfs/subvol-103-disk-0 : local-zfs/subvol-109-disk-1 2.99G 5.01G 2.99G /local-zfs/subvol-109-disk-1 : local-zfs/subvol-131-disk-0 2.31G 13.7G 2.31G /local-zfs/subvol-131-disk-0 rpool 1.32G 227G 104K /rpool rpool/ROOT 1.32G 227G 96K /rpool/ROOT rpool/ROOT/pve-1 1.32G 227G 1.32G / rpool/data 96K 227G 96K /rpool/data root@aac:~# zfs destroy -r local-zfs/subvol-109-disk-1
2018-08-30 12:34:47 # /usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=pve-45' [email protected] /bin/true 2018-08-30 12:34:47 Host key verification failed. 2018-08-30 12:34:47 ERROR: migration aborted (duration 00:00:00): Can't connect to destination address using public key TASK ERROR: migration aborted
登入 PVE 主機執行以下語法
root@pve-55:/etc/pve/priv# /usr/bin/ssh -e none -o 'HostKeyAlias=pve-45' [email protected] /bin/true The authenticity of host 'pve-45 (192.168.1.45)' can't be established. ECDSA key fingerprint is SHA256:NtU1vxeu32E9nXdhI8rjjRIxxAisGZRo/pmpW630XGk. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'pve-45' (ECDSA) to the list of known hosts.
pvecm updatecerts
qm migration <vmid> <目標節點名稱> --with-local-disks --online
Exp. VM 原本在節點 TP-PVE-250 , vmid: 104 , 目標節點名稱: TP-PVE-249 , 在 TP-PVE-250 節點 shell 下以下命令
root@TP-PVE-250:~# qm migrate 104 TP-PVE-249 --with-local-disks --online
vi /etc/pve/datacenter.cfg
: migration: secure,network=192.168.100.0/24
iscsiadm -m discovery -t sendtargets -p 192.168.11.246 192.168.11.246:3260,-1 iqn.2005-10.org.freenas.ctl:freenas
iscsiadm -m node -T iqn.2005-10.org.freenas.ctl:freenas -p 192.168.11.246 -l Logging in to [iface: default, target: iqn.2005-10.org.freenas.ctl:freenas, portal: 192.168.11.246,3260] (multiple) Login to [iface: default, target: iqn.2005-10.org.freenas.ctl:freenas, portal: 192.168.11.246,3260] successful.
iscsiadm -m node -p 192.168.11.246 -o update -n node.startup -v automatic
iscsiadm -m node -T iqn.2005-10.org.freenas.ctl:freenas -p 192.168.11.246 -o delete
fdisk -l
: Disk /dev/sdg: 500 GiB, 536870912000 bytes, 1048576000 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 131072 bytes I/O size (minimum/optimal): 131072 bytes / 1048576 bytes
fdisk /dev/sdg
pvcreate /dev/sdg1
vgcreate vg-pve /dev/sdg1
cat /etc/fstab # UNCONFIGURED FSTAB FOR BASE SYSTEM //10.20.0.131/data/template/iso/ /omv-iso cifs username=isouser,password=xxxx,rw,users,dir_mode=0777,file_mode=0777 0 0
vzdump -stop ps -ef | grep vzdump qm unlock 111
root@PVE-13:~# ps ax | grep vzdump 2991321 ? Ds 0:01 task UPID:PVE-13:002DA4D9:064C84B2:6598045A:vzdump::root@pam: 3158042 pts/0 S+ 0:00 grep vzdump
如果 stat 有出現 D 的狀態, 原則上需要重開機才能砍掉
root@PVE-13:/# cd /mnt/pve root@PVE-13:/mnt/pve# ls omv-nfs NFS-13 root@PVE-13:/mnt/pve# umount -f /mnt/pve/NFS-13 umount.nfs4: /mnt/pve/NFS-13: device is busy root@PVE-13:/mnt/pve# umount -f -l /mnt/pve/NFS-13 && vzdump --stop root@PVE-13:/mnt/pve# ps -ef | grep vzdump root 3158849 3019745 0 06:26 pts/0 00:00:00 grep vzdump
wget https://github.com/EnterpriseVE/eve4pve-autosnap/releases/download/0.1.8/eve4pve-autosnap_0.1.8_all.deb dpkg -i eve4pve-autosnap_0.1.8_all.deb
eve4pve-autosnap create --vmid=115 --label='hourly' --keep=24
: ERROR: Backup of VM 115 failed - CT is locked (snapshot-delete) :
pct unlock 115
run_buffer: 321 Script exited with status 2 lxc_init: 847 Failed to run lxc.hook.pre-start for container "1xx" __lxc_start: 2008 Failed to initialize container "1xx" TASK ERROR: startup for container '1xx' failed
apt install binutils
2019-11-24 01:30:00 100-0: start replication job 2019-11-24 01:30:00 100-0: guest => CT 100, running => 1 2019-11-24 01:30:00 100-0: volumes => local-zfs:subvol-100-disk-0 2019-11-24 01:30:01 100-0: freeze guest filesystem
之後的所有 Replication 程序就會因為這個程序卡住無法完成 參考PVE畫面
ps -ef | grep free kill <程序ID> root@nuc:~# ps -ef | grep free root 13352 11857 0 20:06 pts/8 00:00:00 grep free root 18221 18180 0 01:30 ? 00:00:07 /usr/bin/lxc-freeze -n 100 root 20692 2 0 19:55 ? 00:00:00 [kworker/u16:3-events_freezable_power_] root@nuc:~# kill 18180 18221 root@nuc:~# ps -ef | grep free root 15153 11857 0 20:07 pts/8 00:00:00 grep free root 20692 2 0 19:55 ? 00:00:00 [kworker/u16:3-events_freezable_power_]
zfs destroy -r rpool/data/subvol-105-disk-1
zfs create -V 400g rpool/v400
apt-get install tgt
<target iqn.2018-09.everplast.net:v400> # Provided device as an iSCSI target backing-store /dev/zvol/rpool/v400 initiator-address 10.168.0.0/24 #incominguser tecmint-iscsi-user password #outgoinguser debian-iscsi-target secretpass </target>
service tgt start systemctl enable tgt
yum install qemu-guest-agent systemctl start qemu-guest-agent
apt install qemu-guest-agent systemctl start qemu-guest-agent
apk add qemu-guest-agent
修改 /etc/conf.d/qemu-guest-agent 設定 GA_PATH=“/dev/vport2p1”
: # Specifies the device path for the communications back to QEMU on the host # Default: /dev/virtio-ports/org.qemu.guest_agent.0 GA_PATH="/dev/vport2p1"
rc-update add qemu-guest-agent rc-service qemu-guest-agent restart
pkg install qemu-guest-agent sysrc qemu_guest_agent_enable="YES" service qemu-guest-agent start
agent: 1 args: -rtc clock=vm,base=utc boot: order=scsi0;ide2;net0 cores: 2 cpu: x86-64-v2-AES ide2: none,media=cdrom memory: 2048 meta: creation-qemu=8.1.2,ctime=1702131932 name: pve-rproxy-internet net0: virtio=BC:24:11:8F:41:CE,bridge=vmbr0,firewall=1 numa: 0 onboot: 1 ostype: l26 scsi0: ssd-zfs:vm-111-disk-0,iothread=1,size=32G scsihw: virtio-scsi-single smbios1: uuid=595b1cc9-fbf0-4c16-a580-401bee86ac25 sockets: 1 tags: service vmgenid: 58a2ec03-e357-4aa9-8567-9e58ec447890
pct enter <VEID> passwd <new password> exit
create full clone of drive scsi0 (zfs-raid:vm-106-disk-0) Formatting '/mnt/pve/pbs-253-nfs/images/106/vm-106-disk-0.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off preallocation=metadata compression_type=zlib size=536870912000 lazy_refcounts=off refcount_bits=16 TASK ERROR: storage migration failed: unable to create image: 'storage-pbs-253-nfs'-locked command timed out - aborting
pvesm set pbs-253-nfs --preallocation off
這樣針對 pbs-253-nfs 這 storage 就不會在搬移前進行 preallocation.
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/kernel-clean.sh)"
Starting the installer GUI - see tty2 (CTRL-ALT-F2) for any errors...
按下 (CRTL-ALT-F2) 出現以下類似的錯誤訊息
: (EE) Fatal server error: (EE) Cannot run in framebuffer mode. Please spacify busIDs (EE) :
root@TN1-PVE-103:~# lspci | grep -i vga 00:02.0 VGA compatible controller: Intel Corporation Device a780 (rev 04)
Section "Device" Identifier "Card0" Driver "fbdev" BusID "pci0:00:02:0:" EndSection
xinit -- -dpi 96 >/dev/tty2 2>&1
2023/12/18 11:50 | Jonathan Tsai | |
2023/10/19 21:50 | Jonathan Tsai | |
2023/07/02 16:52 | Jonathan Tsai | |
2022/07/30 19:56 | Jonathan Tsai | |
2022/07/08 16:19 | Jonathan Tsai | |
2022/01/10 10:41 | Jonathan Tsai | |
2022/01/08 21:40 | Jonathan Tsai | |
2021/08/16 14:58 | Jonathan Tsai | |
2021/07/31 18:55 | Jonathan Tsai | |
2021/07/31 18:37 | Jonathan Tsai | |
2021/03/09 22:23 | Jonathan Tsai | |
2021/01/16 23:52 | Jonathan Tsai | |
2020/07/29 10:21 | Jonathan Tsai | |
2020/07/21 11:22 | Jonathan Tsai | |
2020/07/18 16:35 | Jonathan Tsai | |
2020/07/15 17:11 | Jonathan Tsai | |
2020/07/10 15:12 | Jonathan Tsai | |
2020/07/03 17:19 | Jonathan Tsai | |
2020/05/13 13:13 | Jonathan Tsai | |
2019/11/03 12:31 | Jonathan Tsai | |
2018/07/25 11:36 | Jonathan Tsai | |
2018/06/22 21:28 | Jonathan Tsai |