Search results

  1. N

    change VM root password from GUI

    is nice to see a feature that allow admins change VM rrot password from GUI rather than enter to ssh or the console , and API command for it also .
  2. N

    can't upgrade from 3.1 to 3.3

    i want to upgrade from 3.1 to 3.3 , but i get a system up-to date . after a apt-get update . root@node1:~# apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and...
  3. N

    Proxmox Gui interface not working in IE9

    I don't if i'm only or there are others, the proxmox GUI interface not working in IE9 (blank scren) , but it woking in Firefox . but when i check the source code of the page , i found the source code , that mean the page code is loaded , just the display , like a javascript error !!!
  4. N

    load average in API output

    is nice to see the load output in the API output "status/current"
  5. 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...
  6. 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) .
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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 .
  12. 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...
  13. 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...
  14. 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) ?
  15. N

    vzrestore failed with exit code 2

    when i want to restore the backup vzrestore vzdump-openvz-102-2012_03_27-01_00_04.tar 102 INFO: restore openvz backup 'vzdump-openvz-102-2012_03_27-01_00_04.tar' using ID 102 INFO: extracting archive 'vzdump-openvz-102-2012_03_27-01_00_04.tar' INFO: tar: Archive value -1 is out of off_t range...
  16. N

    Add nfs storage in salve proxmox

    i want to add a nfs storage in a slave proxmox via the web interface , from the web interface of the slave i get but i get the write access denied !!!! from the web interface of the master i get a exit error code (because this nfs is setup to be accessed via the salve server) . how i can add...
  17. N

    Force PID of VE to kill (Unable to stop container: operation timed out)

    i have VE not want to stop or to restart , # vzctl restart 110 Restarting container Stopping container ... Unable to stop container: operation timed out # vzlist 110 CTID NPROC STATUS IP_ADDR HOSTNAME 110 3 running - vzps axf -E 110 VEID PID...
  18. N

    start-stop vm in cluster via ssh

    Hello i have a cluster with 3 server . i want to stop/start/restart/ form the master cluster via ssh for other vm in the slave cluster , but the command vzctl stop xxx give the error : Container config file does not exist how should i do this ?