Search results

  1. J

    Mongo DB 5.0 not install

    Thanks and it's working fine
  2. J

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

    Hello, thanks for the reply, I try the below qcow2 file for the centos 8 stream, It's working properly. curl https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603.0.x86_64.qcow2 -o vm-637-disk-0.qcow2
  3. 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"...
  4. J

    Mongo DB 5.0 not install

    processor : 24 vendor_id : GenuineIntel cpu family : 6 model : 79 model name : Intel(R) Xeon(R) CPU E5-2680 v4 @ 2.40GHz stepping : 1 microcode : 0xb00002a cpu MHz : 2893.093 cache size : 35840 KB physical id : 1 siblings : 28...
  5. J

    Mongo DB 5.0 not install

    root@proxmox13:~# qm config 1114 bootdisk: scsi0 cipassword: ********** ciuser: root cores: 2 hotplug: disk,network,usb ide0: storage:1114/vm-1114-cloudinit.qcow2,media=cdrom,size=4M ide2: none,media=cdrom ipconfig0: ip=**.**.**.01/23,gw=103.159.84.1 memory: 2048 name: mariadb net0...
  6. 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...
  7. 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]...
  8. 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...
  9. 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...
  10. 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...
  11. J

    Increase the memory with reboot / shutdown the VM

    hello, thanks for your reply. Actually I am doing vertical scaling for this VMs. If we continuous reboot the server. it's may get corrupted. So There is any alternative way for the "vertical scaling" in proxmox VMs.
  12. 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"...
  13. J

    All the nodes and VMs are suddenly showing unknown

    hello, I have modified the line as per patch and then restart all the service. /usr/share/perl5/PVE/Storage/PBSPlugin.pm But still I am getting same error. sub activate_storage { my ($class, $storeid, $scfg, $cache) = @_; #run_client_cmd($scfg, $storeid, "status"); # a...
  14. J

    All the nodes and VMs are suddenly showing unknown

    Hello, Thanks, I find the issue, backup server is not connecting properly so the it's not working. Once I remove the backup server and restart service. service corosync restart service pve-cluster restart service pveproxy restart service pvedaemon restart service pvestatd restart Now it's...
  15. J

    All the nodes and VMs are suddenly showing unknown

    hello, Thanks for the reply, root@proxmox1:~# cat /etc/pve/storage.cfg dir: local path /var/lib/vz content vztmpl,iso,backup lvmthin: local-lvm thinpool data vgname pve content images,rootdir dir: data path /data content iso,images...
  16. 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...
  17. 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...
  18. 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...
  19. 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...