Search results

  1. J

    Cloud-init is not working in "centos 8 stream"

    Cloud-init is not working properly in "centos 8 stream", In the same setup for other OS is working properly. Proxmox Version : Virtual Environment 6.3-3 Centos Version : [root@static~]# cat /etc/os-release NAME="CentOS Stream" VERSION="8" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="8"...
  2. J

    Mongo DB 5.0 not install

    Hello...! New latest MongoDB 5.0 is not installing in my centos 7 and 8, The error I got : After installation of Mongo DB 5.0 it was not started and it was showing "Illegal instruction (core dumped)" Sep 9 09:36:55 vps systemd[1]: Starting MongoDB Database Server... Sep 9 09:36:55 vps...
  3. J

    Hotplug memory downgrade is not working

    Hello, Hotplug memory downgrade is not working Virtual Environment 6.3-3 Error : Parameter verification failed. (400) memory: hotplug problem - 400 Parameter verification failed. dimm4: error unplug memory module tail -f /var/log/syslog Jun 3 11:59:45 hrcloud10 pvedaemon[38888]...
  4. J

    want to allow proxmox dashboard for specific ip address

    hello, want to allow proxmox dashboard for specific IP address, root@px1:~# cat /etc/default/pveproxy ALLOW_FROM="127.0.0.1,10.00.0.2" DENY_FROM="all" POLICY="allow" I follow the above rules in pveproxy. then restart service pveproxy. it's working but the issue while I am trying to create VM...
  5. J

    All the nodes and VMs are suddenly showing unknown

    In proxmox all the node and VMs are suddenly showing unknown, Once I restart the " service pvestatd restart " it's working fine. If I enable the proxmox backup job sometime I am getting this error, At the time all the VMs are stopped. cat /etc/pve/storage.cfg pbs: backupserver...
  6. J

    cloudbase-init is not working in windows 2016

    Hello, I installed the cloudbases-init in my windows server, and I set the login details and IP address in cloud-init on proxmox dashboard, After reboot the server is not working. As same old credentials is working and ip address is not set. Server Details, root@proxmox1:~# cat...
  7. J

    Increase the memory with reboot / shutdown the VM

    hello, I create the VM with 2 GB memory and 2 core CPU, Now I want increase the memory 4GB but without reboot / shutdown the VM. Increase the memory with reboot / shutdown the VM. root@proxmox1:~# cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 10 (buster)" NAME="Debian GNU/Linux"...
  8. J

    All the nodes and VMs are suddenly showing unknown

    Hello, Server Details, root@proxmox1:~# cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 10 (buster)" NAME="Debian GNU/Linux" root@proxmox1:~# pveversion -v proxmox-ve: 6.2-2 (running kernel: 5.4.34-1-pve) pve-manager: 6.2-12 (running version: 6.2-12/b287dd27) pve-kernel-5.4: 6.2-7...
  9. J

    backup is not taking in proxmox

    Hello, root@proxmox1:~# pvesm add pbs < storage name > --server < backup server ip > --datastore < datastore > --username root@pam --fingerprint 1d:..43:ee --password < backup server password > I add the pbs in proxmox cluster, It's has added properly I didn't face any error, But while I am...
  10. J

    Is there anything wrong with this storage approach of mounting ZFS as a directory ?

    We have installed proxmox on 2 x 250gb disks (raid 10). We are using 8 disk of 1.9tb for data. We have created ZFS using (Host -> Disk -> ZFS -> Create ZFS). All the 8 disks are used on raid 10. This newly created zfs is mounted using the following commands zfs create vmdataserver01/data...
  11. J

    cloud-init reset root password in proxmox is not working

    Hello, Proxmox Version 6.2-4 Template VM OS : Centos 8 Cloud-init Version : 18.5 I am try to reset root password while on boot, it's not working in cloud-init. This is my cloud-init config file, [root@c8templatserverip ~]# cat /etc/cloud/cloud.cfg users: - default disable_root: 1 ssh_pwauth...