Search results

  1. M

    How to restore Proxmox containers from backups

    I have only two Proxmox Servers. So if any of this Server fails I should able to restore VMs and CTs from backups. So I take backups in CIFS storage.
  2. M

    How to restore Proxmox containers from backups

    Hello My backups are in CIFS, how can I restore it from Proxmox GUI
  3. M

    Prxomox HA

    Hello I was trying to create a Proxmox HA infrastructure from last few days. I tried with glusterfs ,ceph and CIFS but I am not able to get a complete solution. The intention is if one of my Proxmox nodes went down another node should serve services ( VMs and containers) without any...
  4. M

    Error while creating CIFS storage

    How I will get the full output of an existing container ? should I create a new container?
  5. M

    Error while creating CIFS storage

    Please find the below attachment
  6. M

    Error while creating CIFS storage

    Thank you for the update I was able to fix the issue once I change the ownership in smb server now I am facing another issue I was trying to create a container CT using this CIFS store (content rootdir,vztmpl,images,iso)but getting the following error Job for pve-container@204.service...
  7. M

    Error while creating CIFS storage

    create storage failed: error with cfs lock 'file-storage_cfg': mkdir /mnt/pve/SMB/template: Permission denied at /usr/share/perl5/PVE/Storage/Plugin.pm line 952. (500) OK
  8. M

    Ceph HA

    I have only two Poxmox servers and 1 TB each . and need to configure HA Which one is best GlusterFS or CephFS ? or any other? The intention is if one Proxmox server down the second will deliver the service (for both VM and Container )
  9. M

    Ceph HA

    Hello I have two nodes in my cluster and was joined . Now I was trying to enable ceph in both, I have successfully installed ceph in both servers, but the monitoring page is showing address: unknown, stopped for the second node How can i troubleshoot the issues
  10. M

    Not getting Internet in my CT

    Hello I am using 'ubuntu-16.04_standard-16.04.5-1_amd64'
  11. M

    Not getting Internet in my CT

    I was trying to create a container CT, when I gave static IP while creating CT, I am not getting internet. whereas I am getting internet when I configure it directly in interfaces(Linux) Please check my configuration cat /etc/network/interfaces ```````````````````````````` auto lo iface lo...
  12. M

    Proxmox Storage

    I don't have much data in local-lvm only a few containers and VMs that I can manage
  13. M

    Proxmox Storage

    Thank you for the update Is it possible to reduce the size of 'local-lvm', mount free space to somewhere in the server and allocate this new space for backup and ios images? or Is it possible to resize the 'local-lvm' and add that space to 'local'? My server has only two slots for hard drives...
  14. M

    Proxmox Storage

    Hi I have installed proxmox in my 1 TB SSD system I can see that is divided into local & local-lvm local= 3.05% (2.86 GiB of 93.99 GiB) local-lvm=0.45% (3.58 GiB of 794.76 GiB) The issue is I can only upload iso images and backups to local and that is limited to 93.99 GB I need to use...
  15. M

    how to configure static ip in Proxmox VM

    The information was helpfull Thank you Very much
  16. M

    how to configure static ip in Proxmox VM

    Hello It is almost same in the /etc/pve/qemu-server/VMID.conf net0: virtio=C6:99:D8:2B:7D:ED,bridge=vmbr0,firewall=1 And I have configured /etc/network/interfaces as below auto vmbr0 iface vmbr0 inet static address [public ip] netmask 255.255.255.0 gateway [gw ip]...
  17. M

    how to configure static ip in Proxmox VM

    Hello Thank you for the update How can I assign VM to bridge vmbr0 ? Do you have any sample configuration?
  18. M

    how to configure static ip in Proxmox VM

    Hello I have a Proxmox installed server and I have internet in that with the network device eno1 and I can see Linux Bride with name vmbr0 I have created a VM now I don't have internet in that How can I get internet in my VMs form base machine?