I've had trouble doing backups to DVD-RW drives so I purchased and installed a DVD-RAM drive (external SCSI). SCO hangs during the hardware listing for the first SCSI host adapter (which has the UNIX drive and the DVD-RAM drive). Has anyone ever got a DVD-RAM drive to work with SCO UNIX 5.0.7? I thought that SCO would see no difference between a DVD-RW drive and a DVD-RAM drive.
My external USB drive was recognized with 10.x versions of Ubuntu but since 11.x I am getting stuck, I had tried everything I read in forums but still the same error:
4956.401052] usb 2-1.4: new high speed USB device number 14 using ehci_hcd
[ 4956.539216] scsi14 : uas
[ 4956.740955] scsi 14:0:0:0: Direct-Access LaCie Rugged FW USB3 1081 PQ: 0 ANSI: 4
[ 4963.256055] scsi 14:0:0:0: uas_e
I'm currently using virtio-blk but I'd like to change to the new virtio-scsi, especially because it supports trim/ discard.
This is how I start my guest:
kvm -cpu kvm64 -smp sockets=1,cores=2 -cpu kvm64 -m 1024 -device virtio-scsi-pci,id=scsihw0,bus=pci.0,addr=0x5 -drive file=rbd:data/disk-1,if=none,id=drive-scsi1,cache=writeback,aio=native -device scsi-hd,drive=drive-scsi1,id=scsi1,bus=scsihw0.
Does CentOS 5 support HP EH854A LTO4 External SCSI tape drive? [by rhuss]
Hi all,I have MSA2000 2012fc and I want to mount it on to my Centos server. From /proc/scsi/scsi I can see its hard disks but I can't find them under /dev/disk/.
Hello,
I have a sun multipack 711 (6 disk version) I want to add disk and wondered which scsi disk and scsi interface would be appropriate. According to my research the 711 is ultra scsi.
Looking on ebay its difficult to ascertain which type of scsi interface would be best.
Hello,All.I want to get SCSI debug data in CentOS like the following:[inquiry: 12 00 00 00 24 00 ] scsi_status=0x0, host_status=0x0, driver_status=0x0 in... [by jackson123]
I am doing some consulting work for a previous employer upgrading and migrating old servers to new hardware.
There is an existing file server (HP ProLiant DL380) that has an tape backup drive connected; it is using a SCSI interface and I'm pretty sure it's using an internal SCSI card.
They are upgrading to a new server hardware (HP ProLiant DL160 G6).
I wrote C that displays info about my hardware on ubuntu. Now I wonder how I can make it more flexible such as querying the hardware directly instead of the file the os updates. So I think I can look what write to /proc/scsi/scsi and do the same so that this code can work also on unices who could have other method than a /proc/scsi/scsi and so that I can learn how to display hardware information.