[SOLVED] Deleted Cluster

davidfilipe

Member
Feb 9, 2021
12
0
6
24
Hello,

So, I was following the tutorial to delete cluster so that I did the part '''rm / etc / corosync / *'' gave me an error and I then did '' 'rmdir /etc/corosync/uidgid.d/' what I shouldn't do.

Is there any way to recover my proxmox starts with some failures and I lost access to the website but the system works without any problem to recover.

I appreciate any help.
 
hi,

check the following services
Code:
systemctl status pve-cluster.service
systemctl status pveproxy.service

and see if there any error in journalctl/syslog
 
hi,

check the following services
Code:
systemctl status pve-cluster.service
systemctl status pveproxy.service

and see if there any error in journalctl/syslog
I did it and this is the two services running smoothly and in the log everything seems to be fine
 
I have this error
Code:
starting file import from: /var/tmp/pveupload-e5af306572aa8a628f9299ae87758b57
target node: server
target file: /mnt/pve/backup/template/iso/ubuntu-20.04.2-live-server-amd64.iso
file size is: 1215168512
command: cp -- /var/tmp/pveupload-e5af306572aa8a628f9299ae87758b57 /mnt/pve/backup/template/iso/ubuntu-20.04.2-live-server-amd64.iso
TASK ERROR: import failed: cp: cannot create regular file '/mnt/pve/backup/template/iso/ubuntu-20.04.2-live-server-amd64.iso': Input/output error
 
Is your node locally? - if so, you can copy your ISO image using cp command

Bash:
cp ubuntu-20.04.2-live-server-amd64.iso /mnt/pve/backup/template/iso/ubuntu-20.04.2-live-server-amd64.iso

If not, may you try another ISO image and see if resulting the same error?
 
Is your node locally? - if so, you can copy your ISO image using cp command

Bash:
cp ubuntu-20.04.2-live-server-amd64.iso /mnt/pve/backup/template/iso/ubuntu-20.04.2-live-server-amd64.iso

If not, may you try another ISO image and see if resulting the same error?
the folder where my iso is in is a shared folder that i have access to on windows and they are there but when i try to create a vm or see the iso on the website they do not appear
 
Could you post the output of cat /etc/pve/storage.cfg
Code:
dir: local
        path /var/lib/vz
        content backup,iso,vztmpl

lvmthin: local-lvm
        thinpool data
        vgname pve
        content rootdir,images

lvm: NAS
        vgname NAS
        content rootdir,images
        nodes server
        shared 0

nfs: backup
        export /mnt/storage0
        path /mnt/pve/backup
        server 192.168.1.101
        content vztmpl,rootdir,images,iso,backup
        nodes server
        prune-backups keep-all=1
 
Works here, please post the output of pveversion -v
Code:
proxmox-ve: 6.3-1 (running kernel: 5.4.78-1-pve)
pve-manager: 6.3-2 (running version: 6.3-2/22f57405)
pve-kernel-5.4: 6.3-2
pve-kernel-helper: 6.3-2
pve-kernel-5.4.78-1-pve: 5.4.78-1
pve-kernel-5.4.73-1-pve: 5.4.73-1
ceph-fuse: 12.2.11+dfsg1-2.1+b1
corosync: 3.0.4-pve1
criu: 3.11-3
glusterfs-client: 5.5-3
ifupdown: 0.8.35+pve1
ksm-control-daemon: 1.3-1
libjs-extjs: 6.0.1-10
libknet1: 1.16-pve1
libproxmox-acme-perl: 1.0.5
libproxmox-backup-qemu0: 1.0.2-1
libpve-access-control: 6.1-3
libpve-apiclient-perl: 3.1-1
libpve-common-perl: 6.3-1
libpve-guest-common-perl: 3.1-3
libpve-http-server-perl: 3.0-6
libpve-storage-perl: 6.3-2
libqb0: 1.0.5-1
libspice-server1: 0.14.2-4~pve6+1
lvm2: 2.03.02-pve4
lxc-pve: 4.0.3-1
lxcfs: 4.0.3-pve3
novnc-pve: 1.1.0-1
proxmox-backup-client: 1.0.5-1
proxmox-mini-journalreader: 1.1-1
proxmox-widget-toolkit: 2.4-3
pve-cluster: 6.2-1
pve-container: 3.3-1
pve-docs: 6.3-1
pve-edk2-firmware: 2.20200531-1
pve-firewall: 4.1-3
pve-firmware: 3.1-3
pve-ha-manager: 3.1-1
pve-i18n: 2.2-2
pve-qemu-kvm: 5.1.0-7
pve-xtermjs: 4.7.0-3
qemu-server: 6.3-1
smartmontools: 7.1-pve2
spiceterm: 3.1-1
vncterm: 1.6-2
zfsutils-linux: 0.8.5-pve1
 
First please upgrade your node to the latest version of Proxmox by apt update && apt dist-upgrade and ssh into Proxmox node then please post the output of the following commands:

Bash:
» touch /mnt/pve/backup/template/iso/test && rm  /mnt/pve/backup/template/iso/test
 
First please upgrade your node to the latest version of Proxmox by apt update && apt dist-upgrade and ssh into Proxmox node then please post the output of the following commands:

Bash:
» touch /mnt/pve/backup/template/iso/test && rm  /mnt/pve/backup/template/iso/test
it does not give
Code:
touch: cannot touch '/mnt/pve/backup/template/iso/test': Input/output error
 
it's most likely hardware issue. check your hard drive or you can send the output of dmesg
already solved the problem, the proxmox ip has changed and I had the old access ip on trunks so it didn't show it was blocked but thanks for the help
 
Glad you find a solution to your issue :) you can make your thread as [SOLVED] to help other people who have the same issue Thanks!