Search results

  1. W

    RRD tools

    FYI I've installed munin on my Proxmox cluster master... worth a try :) # aptitude install munin
  2. W

    iscsi + openfiler or freenas...

    there is no device attached.. you should see something like : [0:0:8:0] enclosu DP BACKPLANE 1.05 - [0:2:0:0] disk DELL PERC 5/i 1.03 /dev/sda [2:0:0:0] disk DataCore SANmelody DCS /dev/sdb try iscsiadm -m node -R and lsscsi again
  3. W

    Removal of iSCSI disk causes system to hang

    http://forum.proxmox.com/threads/3445-Proper-way-of-doing-a-reboot-of-ISCSI-server
  4. W

    iscsi + openfiler or freenas...

    are you sure you're connected ? iscsiadm -m session are you sure you got the disks really connected ? lsscsi
  5. W

    Unable to start RedHat Virtio SCSI driver on win2k8 x64

    indeed it works under 2.6.18 why doesn't it under 2.6.32? There is no problem to remain in 2.6.18?
  6. W

    Unable to start RedHat Virtio SCSI driver on win2k8 x64

    kernel versions mix up fixed but the problem remains :( neptune2:/# pveversion -v pve-manager: 1.5-8 (pve-manager/1.5/4674) running kernel: 2.6.32-1-pve proxmox-ve-2.6.32: 1.5-4 pve-kernel-2.6.32-1-pve: 2.6.32-4 pve-kernel-2.6.24-8-pve: 2.6.24-16 qemu-server: 1.1-11 pve-firmware: 1.0-3...
  7. W

    Proxmox Clustering fails

    i had the same problem while creating my cluster : logoff/logon from the GUI worked
  8. W

    Not being able to add ISCSI target

    auth is set to auto... what about if set to none? did you succeed to connect from another linux machine via open-iscsi?
  9. W

    Not being able to add ISCSI target

    are you sure there is no authentication needed to your iSCSI target?
  10. W

    Not being able to add ISCSI target

    let's try with a debug # iscsiadm -d 3 -m discovery -t st -p 10.0.0.3 if you need more verbosity : -d 5
  11. W

    Not being able to add ISCSI target

    and what if we try : # rm -Rf /etc/iscsi/nodes ; rm -Rf /etc/iscsi/send_targets ; /etc/init.d/open-iscsi restart # iscsiadm -m discovery -t st -p 10.10.0.3
  12. W

    Not being able to add ISCSI target

    that's correct.. where does it find these weird address... ??? :(
  13. W

    Not being able to add ISCSI target

    # grep address /etc/iscsi/send_targets/*/st_config
  14. W

    Unable to start RedHat Virtio SCSI driver on win2k8 x64

    Hi, I've installed the virtio drivers as said in http://forum.proxmox.com/threads/1990-Paravirtualized-driver-for-Windows-block-and-NIC?highlight=virtio and added a virtio disk to my VM. Under device manager I can see an exclamation mark on : Redhat Virtio SCSI Controller with a message...
  15. W

    Not being able to add ISCSI target

    weird indeed... could you please list # ls /etc/iscsi/nodes/ # ls /etc/iscsi/send_targets/
  16. W

    Server 2008 freezing

    I've got a 2008 x64 running without problem... neptune2:/etc/pve# pveversion -v pve-manager: 1.5-8 (pve-manager/1.5/4674) running kernel: 2.6.24-9-pve pve-kernel-2.6.24-9-pve: 2.6.24-18 pve-kernel-2.6.24-8-pve: 2.6.24-16 qemu-server: 1.1-11 pve-firmware: 1.0-3 libpve-storage-perl...