Search results

  1. L

    Memory Hot Plug problem

    I don't think proxmox is supporting memory hot plug right now.
  2. L

    found cve-2014-1692 vulnerability

    According to the link https://security-tracker.debian.org/tracker/CVE-2014-1692, openssh 1:6.0p1-4+deb7u2 has fixed the cve-2014-1692 vulnerability. I have checked the openssh-server version and openssh-client version of my pve server by "dpkg -l", which shows that is exactly 1:6.0p1-4+deb7u2...
  3. L

    Strange behavior when backup to Win 2012 NFS Service

    Recently, I have tested a dell nx3200 nas device which has a default windows storage 2012 os. If you have setup the nfs share with the windows 2012 server nfs service, you have to configure the quota of the nfs share with soft limit. because the default quota has a hard limit, so you may...
  4. L

    Strange behavior when backup to Win 2012 NFS Service

    have you set proper quota for your windows 2012 nfs share in windows 2012?
  5. L

    found cve-2014-1692 vulnerability

    Security scan found cve-2014-1692 vulnerability on Proxmox VE 3.3 server. Is there any official patch or solution for this?
  6. L

    VNX 5100 FC SAN problem

    Is it a original RHEL 6.5 kernel? or Proxmox reconfig and rebuild kernel?
  7. L

    VNX 5100 FC SAN problem

    I have tried QLogic HBA card, and proxmox recognized it very well....now I have to wait for my emulex card arriving, once I have it, I will test it immediately.... And I'm a little confused. wasn't proxmox based on debian linux? why did you say that proxmox uses a Redhat 6.5 kernel?
  8. L

    VNX 5100 FC SAN problem

    yes, I have read this. But it seems referring iscsi setup, and I'm not sure whether it can be applied to FC SAN. what's more, the supplier told me that powerpath have better performance over linux default multipath....is it possible to run powerpath in proxmox?
  9. L

    VNX 5100 FC SAN problem

    After evaluation, we decide to deploy Proxmox VE (v3.3) for production now. We have purchased 10 emulex Lpe 1250 HBA cards and 2 VNX 5100 SAN storage, and Powerpath for multipath software. Is there anyone ever run emulex HBA card and VNX 5100 in Proxmox VE? I have looked almost every wiki page...
  10. L

    Upgrading ProxMox kernel to 3.10 or later?

    yes, docker is hot, probably the most hottest project now. I'd be glad to run docker on proxmox.
  11. L

    vlan configure problem

    [solved] thanks a lot
  12. L

    VNC authentication failed

    [solved] thanks a lot!
  13. L

    emulex fc hba card

    I am going to install emulex Lpe 1250 8gb pci-e hba card on proxmox ve 3.3. I am newbie to proxmox and fc hba card, and I am a little confused about this installation. 1. Is emulex hba card out of box? 2. where can I get the driver for emulex hba card? 3. where can I get the fc multipath...
  14. L

    nodes summary information don't show

    OK, it seems right now, although I did nothing.... [solved]
  15. L

    nodes summary information don't show

    I have built a Proxmox VE cluster with two v3.3 nodes. When I opened the Summary card in the web gui, I found that the CPU Usage, Server load, Memory usage, Network traffic of node A won't show, while all the information of node B displayer normally. Is this a bug? of have I made some mistake?
  16. L

    vlan configure problem

    thanks for reply. It seems that physical switch was configured as trunk port on vlan 203. By creating an ovs bridge with IntPort port203 taged by 203, problem was solved and everything is ok now.
  17. L

    vlan configure problem

    I am deploying a PVE cluster, and I have confronted a vlan configuation problem. I setup the PVE cluster in 192.168.100.0/24 subnet. and I setup a physical port eth5 as a manager port with following configuration. on nodes A: auto vmbr203 iface vmbr203 inet manual address 11.48.16.243 netmask...
  18. L

    dead tty1

    I have a Proxmox VE 3.2 cluster with 2 nodes. I found that severaltimes that tty1 of the nodes stop respond to keyboard, and It cann't recover from this until I reboot the nodes. Is this a bug of Proxmox? any suggetions?
  19. L

    VNC authentication failed

    a ha, I see it. thanks a lot.
  20. L

    VNC authentication failed

    How to configure the NTP of Proxmox VE? According to Debian handbook, it is configured through /etc/ntp.conf, but I didn't find this file....any clues?