Search results

  1. T

    [SOLVED] Proxmox Web GUI Problems

    Fixed ! Thank you Udo !!! it's not the 1st time that you save me ! thank you again
  2. T

    [SOLVED] Proxmox Web GUI Problems

    Thnk you udo for the answer , i'm using it from a while , something like one year so i suppose that it's not an install problem , may be an upgrade but not an install so for the 1st command ii corosync-pve 2.4.0-1 amd64 Standards-based...
  3. T

    [SOLVED] Proxmox Web GUI Problems

    Hello Evrybody , i can not acces to my proxmox web interface , i tried to restart the pveproxy,pvedaemon,pve-manager , it started with no errors but then i find that the status is active:exits ● pvedaemon.service - LSB: PVE Daemon Loaded: loaded (/etc/init.d/pvedaemon) Active: active...
  4. T

    Ansible Install OS

    Hello , I'm new with ansible and i'm using proxmox, For the moment i can write a playbook to automate cloning VMs from a template . But my boss needs that i automate even the installation of Ubuntu and he means with that , that i don't need to prepare a template manually , Even the template...
  5. T

    Need to delete local-lvm and reuse the size

    Thank You , but can you more explain please ? i didn't understant , should i reinstall all ? so i lose my vms ? Thank you again
  6. T

    Need to delete local-lvm and reuse the size

    Hello Evrybody , I don't use local-lvm , i want to delete that partition and add the free size to the root partition (local). Any help please ?
  7. T

    [SOLVED] Restore from lzo backup file (Command Line)

    Thank You , sorry for not reading the manual
  8. T

    [SOLVED] Restore from lzo backup file (Command Line)

    Hello , I wana know how to restore a VM from lzo backup file from command lines , because i want to automate the restore of VMs Thank You
  9. T

    Migrate from Google Cloud to Proxmox

    Hello , We have something like 2 months that we are using Proxmox in our company and it really works good , so we decided to migrate our VMs hosted on google cloud to our Proxmox Server . I tried but i failed , actually i achieved to clone the VM in the Proxmox Server and it works , but i...
  10. T

    Please I'm In Hurry : Can ping , but no SSH no Web Interface

    Hello , For the ones who googled orr found that subject in the forum Resolved some minuts ago , i just was a little bit stressed actually i had a bad config in /etc/fstab that the worker before me did it tooo much time ago and i didn't reboot since i came (6 months) so it waits for a reboot to...
  11. T

    Please I'm In Hurry : Can ping , but no SSH no Web Interface

    Hello , As i said , after rebooting (to add a disk and some raid config), i can ping my server , my server can ping evrything even google , but i can't acces the Web interface or SSH , I tried to start the vms with the qm start ID at least my co-workers can't know that but it doesn't work Failed...
  12. T

    Storage model enhacement

    UP (Sorry i'm really in harry)
  13. T

    Can ping, Web interface doesn't work

    @udo Actually i quited the work now because after 20:00 the gates closed and i can t exit after that so i ll ho back tomorrow at 6:00 so if u think that i can test solething tomorrow please tell me But i think no ssh connection too
  14. T

    Can ping, Web interface doesn't work

    Yes , i added a hard disk and did some raid config
  15. T

    Can ping, Web interface doesn't work

    Hello , i had proxmox , but after rebooting i can't access anymore now for the web interface , i can ping the proxmox IP, i can ping from the proxmox server evrything also , so i don't think that i's a network issue , but when i do " https://proxmoxip:8006/ " he told me that it's inaccessible i...
  16. T

    [SOLVED] Need Help Adding Directory Storage

    It's ok , i did what Dominik said and it works , So just the ones who are googling and found this topic , you have just to create an lv (backup in my case) then u create a directory /mnt/backup and then do a filesystem in the lv using mkfs.ext4 in my case :" mkfs.ext4 /dev/hd2/backup " and...
  17. T

    [SOLVED] Need Help Adding Directory Storage

    That's what i have as result sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) proc on /proc type proc (rw,relatime) udev on /dev type devtmpfs (rw,relatime,size=10240k,nr_inodes=8207854,mode=755) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)...
  18. T

    [SOLVED] Need Help Adding Directory Storage

    Hello , When i try to make a new directory storage , i find it's size 10MB , i don't know how to configure that, that's what i set : And that's my filesystems config root@virtual1:/var# pvdisplay --- Physical volume --- PV Name /dev/sdb3 VG Name pve PV...
  19. T

    [SOLVED] Convert to LVM-Thin without losing data

    Hello, I'm new with proxmox , i have an LVM Storage and i want to migrate to LVM-Thin without losing my machines , is there any option ? My storage is /dev/hd2 which is 1.8 T.Byte and i'm using 500GB . Have you any idea about how to migrate without losing my data ? Because it's in production...