Search results

  1. G

    Update requires reboot?

    Thanks for the response. Kernel I knew, QEMU/KVM makes sense. Gerald
  2. G

    Update requires reboot?

    Hi, When does an update require a reboot of a server? Only when there's a kernel update? Gerald
  3. G

    Web Interface 'The connection was reset'

    Clearing the cookies in Firefox solved the issue. In Chrome it didn't. Gerald
  4. G

    Web Interface 'The connection was reset'

    Hi, I have a three machine cluster. All machines have synchronized clocks. On two of the machines, I get no Web interface. Under Firefox I get 'The connection was reset while page was loading' and under Chrome I get 'SSL Connection Error'. I've already tried restarting pveproxy on one of...
  5. G

    [SOLVED] Change NFSv3 to NFSv4 without reboot

    Re: Change NFSv3 to NFSv4 without reboot I answered my own question. Sometime I forget it's all Linux underneath. I umounted the NFSv3 partition on each server in the cluster, and then mounted them again with vers=4 # umount /mnt/pve/NFS_FAILOVER_RAID1 # mount -o...
  6. G

    [SOLVED] Change NFSv3 to NFSv4 without reboot

    Hi, I've created an NFS store for Images and Backups. Proxmox, of course, mounted the new storage as NFSv3. I went into /etc/pve/storage.cfg to change it to NFSv4 (vers=4). After some searching here, I couldn't find the answer to my question. How do I get Proxmox to re-mount the storage...
  7. G

    IDE vs SATA vs VIRTIO vs Windows Dynamic Disks

    Hi, I'm seeing a difference between the IDE and the SATA/VirtIO disks. I dd'd a boot disk (Windows Dynamic Disk) image from a Windows 2003 R2 Standard server onto an LVM over iSCSI disk. 1. When I boot a Linux live CD with IDE, I see /dev/sda /dev/sda1 /dev/sda2 2. When I boot a Linux...
  8. G

    NFS mount not available on all nodes

    Hi, I found out why this happens. 1. I have 2 Proxmox Servers, both have an NFS mount (daily_backups). 2. The NFS Server Machine shuts down the NFS share for 5 seconds every day at 3:00 PM (NFS Server issue with deleted files) 3. Machine 1 keeps the NFS mount alive and active 4. Machine 2...
  9. G

    NFS mount not available on all nodes

    Hi, I created an NFS mount for backups. Worked fine for a few days. Now, one of the nodes does not show it as mounted, with df. With the 'mount' command, it shows as mounted. Any idea what's happening here? Gerald
  10. G

    Dell Perc pveperf values

    That's a good question actually. I don't have the original paperwork for these machines, so I don't know if BBU is on them or not. Time to do more research. Gerald
  11. G

    Dell Perc pveperf values

    Hi, I've inherited a Dell Perc controller that identifies as an LSI Logic / Symbios Logic SAS1068E PCI-Express Fusion-MPT SAS (rev 08) My pveperf numbers are not very good on it. Any ideas? root@proxmox-3:~# pveperf /local CPU BOGOMIPS: 19999.36 REGEX/SECOND: 968742 HD SIZE...
  12. G

    iSCSI pveperf numbers

    Hi, I have a Promise m610i iSCSI over GigE. These are my pveperf values. How do they look to you? root@proxmox-3:~# pveperf /mnt CPU BOGOMIPS: 19999.36 REGEX/SECOND: 969801 HD SIZE: 19.69 GB (/dev/mapper/vg_promise-testvol) BUFFERED READS: 92.79 MB/sec AVERAGE SEEK...
  13. G

    [SOLVED] Windows Server 2003 R2 bluescreen when install virtio

    Re: Windows Server 2003 R2 bluescreen when install virtio Toms solution worked for me. I still don't have Dynamic disks working, and the virtio driver doesn't understand Microsoft Dynamic disks either.
  14. G

    [SOLVED] Windows Server 2003 R2 bluescreen when install virtio

    Re: Windows Server 2003 R2 bluescreen when install virtio Hi Tom, Thanks for the reply. I'll try the -49 drivers. I did try the search function, obviously. My searches didn't bring up that particular thread. I searched for bluescreen and 0x0000007f, the thread only mentions oxo7f (lower...
  15. G

    [SOLVED] Windows Server 2003 R2 bluescreen when install virtio

    Hi, I have a Windows 2003 R2 Server (32 bit) I moved from XenServer to KVM. I had booting issues (bluescreens) related to Dynamic Disks. I managed to boot by converting the /dev/sda Dynamic disk to a Basic disk. I still have two (/dev/sdb /dev/sdc) Dyanic disks that don't show up when the...
  16. G

    Windows Server 2003 R2 bluescreen when install virtio

    Oops, wrong forum. Re-doing in the right one.
  17. G

    Windows Server 2003 R2 bluescreen when install virtio

    Hi, I have a Windows 2003 R2 Server (32 bit) I moved from XenServer to KVM. I had booting issues (bluescreens) related to Dynamic Disks. I managed to boot by converting the /dev/sda Dynamic disk to a Basic disk. I still have two (/dev/sdb /dev/sdc) Dyanic disks that don't show up when the...
  18. G

    [SOLVED] Windows Server 2003 R2 bluescreen at boot

    Re: Windows Server 2003 R2 bluescreen at boot I solved the issue. My WIndows 2003 R2 boot disk was a dynamic disk. Changing it back to a basic disk and then using Clonezilla again fixed my boot for me. For changeing Dyanic to Basic disk, I used testdisk...
  19. G

    [SOLVED] Windows Server 2003 R2 bluescreen at boot

    Re: Windows Server 2003 R2 bluescreen at boot My boot drive is a 'Dynamic Volume'. Is that causing me grief? Gerald
  20. G

    [SOLVED] Windows Server 2003 R2 bluescreen at boot

    Re: Windows Server 2003 R2 bluescreen at boot Boot the install CD to a recovery console, and I get: The path or file specified is not valid. I've made multiple attempts at this with CLonezilla, moved Windows XP and Windows 7 with the same Clonezilla. It just seems to be the Windows Server...