Search results

  1. D

    Feature Request: scale ability for vncterm

    Hi all, really good job! I would like to see a "scale" in the toolbar of vncterm windows (to scale at 25%, 50%, 75%, etc.) I found myself dealing with extra-large windows when working with KVM. For some strange reasons I have some virtual machines running on KVM and screen are too large (i.e...
  2. D

    [SOLVED] RRD graphics

    Ok, figured out. Posting for anyone interested. After reading rrd documentation and this howto: http://ds9a.nl/rrd-mini-howto/cvs/rrd-mini-howto/output/rrd-mini-howto-1.html I found that can retrieve what are the values in rrdcached with "rrdtool info /var/lib/rrdcached/db/pve2-vm/[VMID]"...
  3. D

    [SOLVED] RRD graphics

    Hi all. I was wondering if I can use rrdtools to generate graphics of some CT and VM from some past time, lets say a full day on past month. I didn't tried yet, nor read about it because its late night here. Will investigate tomorrow. Is there an example command line that someone can share...
  4. D

    Regarding DDBB performance, I/O and SSD disks

    Thanks mir. Maybe I didn't express well. Sata RAID1 will be for system: proxmox SO and local storage A single SSD will be bind-mounted only for DDBB. I plan a CT stored on local storage (Raid1 on Sata) and a SSD bind-mounted for DDBB Enviado desde mi GT-I8190L mediante Tapatalk
  5. D

    Regarding DDBB performance, I/O and SSD disks

    thanks Udo. I will try to explain better. It will be a really small-non-critical installation, into an i7 with 16GB Ram and SATA3 RAID1 Will be running a three layer ERP: client layer running on clients PC's, transaction layer on a Windows Server, and DDBB layer on a debian+firebird ddbb. It's...
  6. D

    Regarding DDBB performance, I/O and SSD disks

    Hi all I would like to virtualize a physical Linux Server with a Firebird database into proxmox I know that DDBB usually needs lots of I/O. So I thought I should have a SSD drive to put the DDBB (because the performance) I think I have to options: 1. use KVM, create a filesystem onto SSD drive...
  7. D

    Proxmox reboots itself when doing a shutdown

    Thanks mir, it worked. But why doesn't work if I use web interface?
  8. D

    Proxmox reboots itself when doing a shutdown

    Hi, I have a single proxmox node. When I try to shutdown, it stops all CT & VM and then reboots again. I can't find how to effectively poweroff the server. I stopped all CT & VMs manually and then tried from web interface and from command line: poweroff, shutdown now, runlevel 0 Reboots every...
  9. D

    client for accesing SPICE

    Hi all, I've installed Proxmox 3.1 on Core i7+16GB Ram. I haven't any problem with that, I have some VM and CT running. My issues started when tried to use a SPICE client. I already enabled Spice driver on VM (stopped) and then I started it. My workstation is a Debian Wheezy (stable). If I...