Search results

  1. E

    Probleme mit Intel 10GB NIC

    Es geht um diese Karte: [root@pmh2 ~]$ lspci -nnk | grep -A2 Ethernet 01:00.0 Ethernet controller [0200]: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection [8086:10fb] (rev 01) Subsystem: Intel Corporation Ethernet Server Adapter X520-1 [8086:0006] Kernel driver in...
  2. E

    [SOLVED] logfiles leer ?!

    Moin ... ... beim Sichten des Syslog in der WebGUI fielen mir diverse fehlgeschlagene Anmeldeversuche einer IP auf. War ein wenig verwundert, dass diese nicht vom fail2ban abgefangen wurde. Der Grund war schnell gefunden: daemon.log und auth.log sind leer ... Hoffe, jmd. hat eine Idee, wie ich...
  3. E

    Frage(n) zur Firewall

    Moin zusammen ... ... ich habe mal ein paar Fragen zur integrierten Firewall. Wir haben einen kleinen Cluster bei HETZNER in Betrieb genommen. Unsere aktuellen "stand-Alone-Proxmox" sollen nun auf den Cluster umziehen. Hierzu haben wir einfach NFS aktiviert und die hosts entsprechend...
  4. E

    vzdump Backup-Probleme

    Moin zusammen ... ... ich habe hier einige LZO-Backups, die sich nicht zurück lesen lassen. Im Backup-Log steht "erfolgreich". Aber es kommt immer irgendwann ein "checksum error" beim Restore. Manuelles Entpacken klappt auch nicht. Die VMA wird nur teilweise wieder hergestellt. Das gleich...
  5. E

    PROXMOX Cluster bei HETZNER geplant

    Moin zusammen ... ... einiges habe ich hier schon erlesen, einiges fehlt mir noch zum Verständnis. Kurz die Ausgangslage: 2 Dedicated Server bei Hetzner mit zwei festen IP und je einem gerouteten SubNet. Auf beiden läuft als "erste VM" eine pfSense, über die der Zugriff auf das dahinter...
  6. E

    SRV 2019 - INACCESSIBLE_BOOT_DEVICE

    Die VM lief bis dato immer reibungslos. Auch reboots bei updates etc. waren kein Problem. Heute war nun aufgrund eines Funktionsupdates von M$ ein reboot erforderlich und da lief die VM auf "INACCESSIBL_BOOT_DEVICE" ... Keine Idee, warum auf einmal. Die Disks sind alle vorhanden und am...
  7. E

    VM läuft nicht mehr nach löschen eines alten Snapshots

    Moin ... ... ich habe bei einer VM einen alten Snapshot gelöscht. Seitdem startet die Maschine nicht mehr. im Rescue Mode fehlen mir viele Dateien! Insbesondere viele config-files, die in /etc liegen sollten. Was ist da falsch gelaufen? greetz
  8. E

    Proxmox 4.4 LVM-thin "inactive" !?

    moin ... ... da meine "alten" Systeme noch immer mit LVM statt LVM-Thin arbeiten, bin ich hier wohl in einen Fehler gelaufen beim erstellen der neuen VM. Nachdem ich festgestellt hatte, dass /var/lib/vz "nur noch" ein lokaler Ordner ist, habe ich in der GUI ein neues LVM Thin Directory...
  9. E

    [SOLVED] Boot Menu F12 !?

    moin ... ... nachdem ich nun doch einmal das Boot-Menu benötigen würde, fehlt mir gerade der Wink mit der Raketenstütze, wie ich das bewerkstelligen soll ... "Hit F12 to enter Boot Menu" ist mir klar, aber: Alle Browser (IE, FF, CHROME) öffnen dann nur ihre Debug-Optionen. Wie komme ich denn...
  10. E

    slow performance since upgrade to 4.x

    hi folkz ... ... I've upgraded from 3.4 to 4.1 today. Upgrade-procedure went smooth and without any errors. But the performance of the three running windows-vms is very poor now. f.e.: - boot time grows from < 2min to > 10min ... - high cpu load on kvm for all machines these vms run fine...
  11. E

    once more : keyboard layout in noVNC ...

    hiho @ all ... ... I've installed a Proxmox 4 on my server. Works fine ... except the noVNC-console ... Neither proxmox-shell nor kvm-guests (linux) get the right keyboard layout, configured in datacenter -> options, set to German (de) for the linux-kvm-guests, "loadkeys de" is working. but...
  12. E

    Windows Terminal Server on Proxmox !?

    we've migrated our complete environment to proxmox. One of the virtual machines is a Windows 2008 R2 Terminal Server. The MS-SQL is also running in a VM on the same host. Performance is fine ... including disc and network ;) Only the video performance is not the best. f.e.: Results of a...
  13. E

    reaching proxmox from 2nd NIC

    I've done the "default" way to setup proxmox with 2 NIC. eth0 (production) eth1 (education) proxmox and the created samba-share is only reachable from eth0 is it possible to reach the web-gui and the share from eth1 ? we need to migrate a physical machine to proxmox and i want to copy the...
  14. E

    strange lan performance ...

    i'm currently testing proxmox 3.1 (i3 with raid10, realtek-nic for wan access, intel gb nic for lan access ...) 1st VM is OpenMediaVault ... connected to the intel nic with VirtIO transfer of a 1 GB file from a win7-host to a smb-share works with only 11 MB/s ... so i installed samba direct on...
  15. E

    [SOLVED] webgui shows strange storage space

    hi folks ... ... i've added a new HD (2 TB) to the server. It's just one primary partition with 2 TB, filesystem ext3 It's mounted to /storage Then added a new storage, type "Directory" to proxmox ... Then I had a view to the status-page and getting wondered! about 90GB used ?!?!?! by what...
  16. E

    [SOLVED] moving local storage to a new RAID

    I've installed ProxMox 3.x to a 250GB SSD I want the storage on a software-raid 10 of 4 sata3-drives, each 1TB. So i thought, it should be the easiest way to move the mount-point to the new LV old : /dev/mapper/pve-data --> /var/lib/vz new : /dev/mapper/raid-vms --> /var/lib/vz my steps: -...