Search results

  1. N

    RRD API response to image

    Helo i'm writing a script based in the API . all well done, the only probleme i have is how to convert the response data of rrd to image (png) in response i have array filname -> /var/......./xxx.png image -> xqsd sdbfsd fs (some trange caractere) i have tried <img...
  2. N

    OVH ProxMox root Password recover - HELP please

    try mount /dev/sda1 /mnt mount /dev/mapper/pve-data /mnt/vz then chroot /mnt passwd root enter the new password best regards
  3. N

    API Parameter

    try GET /api2/json/nodes/{node}/rrd?ds=cpu&timeframe=day&cf=AVERAGE ds = cpu / mem,maxmem / netin,netout timeframe = day / hour / week / mounth / year
  4. N

    [CRITICAL] Huge IO load causes freezing during backups

    i have the same probleme two days ago .. i use NFS as storage for backup .
  5. N

    remove server from cluster and add it to another cluster

    i have searched but i have not find any good tuto to remove a server from a cluster and ad it to a new cluster ? i don't want to re-install the machine or migrate the vm's (openvz) .
  6. N

    ssh login ok , proxmox web interface error

    for some reason my server become craching every 1 or 3 hour . and itnot updated in the cluster system . i have tried to remove it from the cluster . but i don't know what happen now. i can access ssh , but no webinterface proxmox . also there is no openvz conf files ( i have about 6 vm nd...
  7. N

    web interface not working in Proxmox 3

    i cannot access the Web interface for my proxmox 3 with the url https://myserver.com:8006/ in the log i have root@xxxxx:~# tail /var/log/daemon.log Jun 12 23:49:40 xxxxx pveproxy[210723]: worker 432527 started Jun 12 23:49:40 xxxxx pveproxy[432527]: /etc/pve/local/pve-ssl.key: failed to...
  8. N

    new server to existing cluster

    Thnaks for your reply and assisstance . i get it worked , but i don't know how !!!! i have deleted the node from the cluster and added it again . i have made so many approuch command , also i have rebooted all the node in the cluster . also i have manually added a ssh key authentification...
  9. N

    can't edit VM configuration in network tab

    Yes is simple . but if the Vm has more than 3 ip , and we need to make the new is as the default ip , we need to delete all ip and begin add with the new ip . if the edit exist we will just change the first ip :)
  10. N

    new server to existing cluster

    i have setup two server in cluster successfully with unicast mode. today i want to add a third server to the cluster but no success. i have added all the nodes in /etc/hosts (bothin 3 servers) , the cluster is online for the two servers only root@ns1:~# clustat Cluster Status for...
  11. N

    can't edit VM configuration in network tab

    How we can enable it in proxmox GUI . i'm logged as root but the EDIT tab button is disabled !!!
  12. N

    Proxmox show login/pass box in Cluster

    i have setup the cluster correctly (that what i think) . now in the WEB GUI when i click to a node it show me the login/paasword box ?!!! in node 1 pvecm nodes Node Sts Inc Joined Name 1 M 1884 2013-03-12 02:36:51 aaaa 2 M 1896 2013-03-12 02:40:47...
  13. N

    HDD usage left in summary tab

    the summary page is almost has all the data that we needto know , just it left a resume and graph of HDD used by VM . proxmox 1.x has this stat. i think it must have in the summary data and graph .
  14. N

    can't edit VM configuration in network tab

    Same issue here ; how i can enable the edit ip tab ? the edit button is disabled , i'mlogged as root .
  15. N

    vzdump backup failed with exit code 5

    I have fixed the probleme by reducing the Lv volume , here is a small howto , in my case i have HDD size 203Gb with the parition /dev/pve/lv1 #Stop all vm machine /etc/init.d/vz stop # unmout the partition vz umount /var/lib/vz #check the filesystem before reduce (required) e2fsck -f...
  16. N

    vzdump backup failed with exit code 5

    Hello, i have added a new drive with nfs share for backup , when i the backup run , i get the email error vzdump 132 --quiet 1 --mailto aaaaaa @ gmail.com --mode snapshot --compress lzo --storage backup-5 132: Feb 19 02:00:02 INFO: Starting Backup of VM 132 (openvz) 132: Feb 19...
  17. N

    UI freeze when opening Storage tab if NFS Share is not available

    i have added another nfs parition , i can see all the files , but i can't write from the node to it , i get the permission denied touch: cannot touch `test.xx': Permission denied
  18. N

    UI freeze when opening Storage tab if NFS Share is not available

    when the nfs share in not available , the UI freaze and i get a error cluster . i have deleted the storage from /etc/pve/storage.cfg and restart pvedaemon . but hen i make a mount , i found the entrie still exist root@serv:/etc# mount /dev/sda1 on / type ext3 (rw,errors=remount-ro) tmpfs on...
  19. N

    user for API usage

    i don't want to use my root/password in the API app .
  20. N

    user for API usage

    i want to make a proxmox module for my own app . is possible to add user just for the API usage ? if yes, HOW (pveum) ?