Task #1193
Cập nhật bởi Thanh Tâm Nguyễn cách đây 2 tháng
Các Host xảy ra trình trạng treo liên tục => Thay disk boot một số Host để theo dõi tình hình =========== Chuẩn bị: - Disk boot cài proxmox 8.2-2 - Backup config tar -czf /root/pve-cluster-backup.tar.gz /var/lib/pve-cluster tar -czf /root/ssh-backup.tar.gz /root/.ssh tar -czf /root/corosync-backup.tar.gz /etc/corosync cp /etc/hosts /root/ cp /etc/network/interfaces /root/ - Lưu lại các file config này bằng SCP =========== Các bước tiến hành, thực hiện theo hướng dẫn: https://projects.longvan.net/projects/lvss/wiki/04-replace-host-loi - Bước 1: Maintenance Ceph - Bước 2: Tiến hành cắm disk và reboot host - Bước 3: Cho boot vào disk OS - Bước 4: Restore config Restore /etc/hosts/: cp /root/hosts /etc/hosts Restore /etc/network/interfaces: cp /root/interfaces /etc/network/interfaces Restore the files in /root/.ssh/: cd / && tar -xzf /root/ssh-backup.tar.gz replace /var/lib/pve-cluster/ : rm -rf /var/lib/pve-cluster cd / && tar -xzf /root/pve-cluster-backup.tar.gz Replace /etc/corosync/ : rm -rf /etc/corosync cd / && tar -xzf /root/corosync-backup.tar.gz Start pve-cluster: systemctl start pve-cluster.service Start the rest of the services: systemctl services:systemctl start pvestatd.service systemctl start pvedaemon.service =============== Các lỗi có thể xảy ra: - Thiếu dữ liệu hoặc backup không đầy đủ - Không thể truy cập hoặc khôi phục từ tệp backup