Displaying 20 results from an estimated 581 matches for "hba".
Did you mean:
ha
2009 Oct 21
1
File Server using ISCSI attached storage - Hardware HBA ?
Hi Everyone
I am looking at setting up a File Server that uses ISCSI storage. It is
the first time I have done this, so I am wanting to get peoples thoughts
on whether for CentOS systems you should use Hardware based ISCSI HBA's?
If so do I need to be careful about what HBA I use ? Currently I am
looking at purchasing a Dell System using Broadcom ethernet cards/
ISCSI HBA. From google searching it seems QLogic HBA's are quite popular ?
Any suggestions or experience you can offer appreciated.
Have a nice d...
2009 Dec 09
5
Shared storage between open Xen, VMware ESX, XenServer, KVM and a normal Linux...
...servers simultaneously?
I have 2 open source Xen with CentOS 5.4, 2 VMWare ESX, 2 Citrix XenServer,
2 KVM powered by Ubuntu and 1 Debian exporting the IBM storage to a SAN via
NFS/iSCSI/CIFS... And, I have more open source Xen servers using the same
storage, but via NFS instead via fiber channel (HBA).
So, how to store the virtual harddisks on a repository visible by all
flavours of virtualization technologies?
Is there some kind of cluster file system compatible with CentOS, ESX,
XenServer, Ubuntu and Debian out there?
Or... do I need to divide the storage, for example, creating LUNs for...
2013 Sep 12
1
Doc: How to use NPIV in libvirt
...upported, but it looks like I can't wait till then,
got lots lots of questions from both the bugs and mails. So here we go.
The document tries to summary up the things about NPIV that libvirt
supports till now, and the TODO list. Feedback or suggestion is welcomed.
1) How to find out which HBA(s) support vHBA
For libvirt newer than "1.0.4", you can find it out simply by:
# virsh nodedev-list --cap vports
"--cap vports" is to tell "nodedev-list" only outputs the devices
which support "vports" capability, i.e. support vHBA.
And also...
2013 Jun 20
2
Question about vport operation for FC HBA
Hi,
When I want to use NPIV for a FC HBA in my Linux machine, I got the
below error msg in virsh:
virsh # nodedev-create /home/kvm/vHBA.xml
error: Failed to create node device from /home/kvm/vHBA.xml
error: internal error Parent device scsi_host20 is not capable of vport
operations
I checked the /sys/class folder for my HBA device tha...
2007 Apr 23
14
concatination & stripe - zfs?
I want to configure my zfs like this :
concatination_stripe_pool :
concatination
lun0_controller0
lun1_controller0
concatination
lun2_controller1
lun3_controller1
1. There is any option to implement it in ZFS?
2. there is other why to get the same configuration?
thanks
This message posted from opensolaris.org
2012 Jul 02
14
HP Proliant DL360 G7
Hello,
Has anyone out there been able to qualify the Proliant DL360 G7 for your Solaris/OI/Nexenta environments? Any pros/cons/gotchas (vs. previous generation HP servers) would be greatly appreciated.
Thanks in advance!
-Anh
2008 Aug 29
7
FC-HBA assigned to guest domain does not work.
I assigned FC-HBA to guest domain, but it did not work.
FC-HBA seems to write its internal memory which is mapped to host
memory space via pci transaction. But there is no mapping in IOMMU''s
page table, so that page fault occurs in IOMMU.
I think that MMIO resource mapped via p2m table should be mapped vi...
2013 Nov 06
3
Calling 'virsh' from within a hook script - avoid deadlock?
...orkaround around this? Any better way, forking virsh execution somehow?
Could anyone explain why this is creating a deadlock in the first place? Isn't libvirt multithreaded?
Thanks for the help!
Shlomi
### hook script:
#!/bin/bash
enum_scsi() {
scsi_devices=`cd /dev;ls sd[^a]*`
}
gen_hba_xml() {
cat > ./hba.xml << EOF
<controller type='scsi' model='virtio-scsi'/>
EOF
}
passthrough_start() {
# create virtio-scsi HBA
gen_hba_xml
virsh attach-device --persistent $domain_name ./hba.xml
rm -f ./hba.xml
# attache scsi devices t...
2008 Nov 13
1
qlogic qle2462 hba and freebsd stable on a dl360 g5
Hi.
I'm looking at a qlogic qle2462 hba for my dl360 g5. The thread
http://www.mail-archive.com/freebsd-stable@freebsd.org/msg99497.html
mentions a deadlock when system is loaded. Has this issue been
resolved? Are there other PCI Express hba's which are known to work
with freebsd stable and dl360 g5?
--
regards
Claus
When lenity a...
2011 Sep 08
1
HBA port
Hi,
I have a host which is connected to SAN via single Fibre channel HBA
(qlogic). I have several LUNS assigned to this (sdc, sdd). I added
another single port HBA to this host. I can now see two world wide
names.
Now the confusion is which world wide name does sdc and sdd is/was using.
scsi_id -g -u -s /block/sdc only gives wwid but I need the wwn for sdc and sdd.
T...
2009 Oct 27
2
[PATCH 0/4] megaraid_sas HBA emulation
Hi all,
this patchset implements an emulation for the megaraid_sas HBA.
It provides emulates an LSI MegaRAID SAS 8708EM2 HBA, ie
presenting to the guest a virtual SCSI adapter.
Internally it is using aio for read/write requests and
either SG_IO or SCSI command emulation for everything else.
The reason for choosing the megaraid_sas HBA and not, say,
implementing a vir...
2009 Oct 27
2
[PATCH 0/4] megaraid_sas HBA emulation
Hi all,
this patchset implements an emulation for the megaraid_sas HBA.
It provides emulates an LSI MegaRAID SAS 8708EM2 HBA, ie
presenting to the guest a virtual SCSI adapter.
Internally it is using aio for read/write requests and
either SG_IO or SCSI command emulation for everything else.
The reason for choosing the megaraid_sas HBA and not, say,
implementing a vir...
2015 Apr 14
1
HBA enumeration and multipath configuration
...S 10-Gigabit SFI/SFP+ Network Connection (rev 01)
81:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
# lspci | grep Mellanox
06:00.0 InfiniBand: Mellanox Technologies MT26428 [ConnectX VPI PCIe 2.0 5GT/s - IB QDR / 10GigE]
(rev b0)
Originally the HBAs came up as host0, host1 and host2. After recent reboots we get host1, host2 and
host3:
# ls -l /sys/class/scsi_host/host*
lrwxrwxrwx. 1 root root 0 Apr 9 19:10 /sys/class/scsi_host/host1 ->
../../devices/platform/host1/scsi_host/host1
lrwxrwxrwx. 1 root root 0 Apr 9 08:12 /sys/class/scsi_hos...
2010 Jun 18
6
WD caviar/mpt issues
I know that this has been well-discussed already, but it''s been a few months - WD caviars with mpt/mpt_sas generating lots of retryable read errors, spitting out lots of beloved " Log info 31080000 received for target" messages, and just generally not working right.
(SM 836EL1 and 836TQ chassis - though I have several variations on theme depending on date of purchase: 836EL2s,
2009 Mar 18
2
connecting 2 servers using an FC card via iSCSI
...age server r2
sp2 and the other server is running centos as an initiator. They are
connected to a switch over a 1Gbit ethernet connection. the target is a Dell
NF600 and the server running centos is a Poweredge R900.
We want to move this configuration to a FC based installation using a Dell
QLE2462 HBA (this is the hba we can get here).
So, i would like to ask before i make a mistake..... :)
If I purchase an ethernet fiber switch and add a Dell QLE2462 HBA to both
servers and connect the servers to this ethernet switch, will I be able to
use this configuration as iscsi target/initiator?
will i...
2005 May 12
0
MAX_LUNS SIZE LIMIT ON RHEL 3.0 and 4.0
...ave advised on using OCFS or ASM as
this is a 10g Database to avoid raw device limitations. In any case,
answer to "max_luns" should appease the customer. Any info will be
appreciated.
Please copy me on your replies to the group.
Thanks,
-sj
SERVER SUMMARY:
HP Itanium 2
rx4640
HBA INFO... (two different numbers for the same card)
HP PART #A6826A
QLOGIC Model #Q2342A
Dual Ported HBA (4 ports total, with 2 going to the DMX)
RESEARCH DETAIL
As per EMC PowerPath expert - PowerPath could handle any number of SCSI
devices and that the limitation would be either an OS or an HBA...
2008 Feb 05
1
hp dl585 - qlogic hba's - centos 4.5 x86_64
Hi
I recently installed some hba's into a bunch of these 585's as they are
forming a RAC cluster - previously to this they were all using DAS
without issue.
After the qlogic cards were installed i reinstalled the OS and now once
installed the OS will not boot - the box just reboots continuously, it
does not even appea...
2013 Jun 20
0
Re: Question about vport operation for FC HBA
On 06/20/2013 11:07 AM, Dennis Chen wrote:
> Hi,
>
> When I want to use NPIV for a FC HBA in my Linux machine, I got the below
> error msg in virsh:
>
> virsh # nodedev-create /home/kvm/vHBA.xml
> error: Failed to create node device from /home/kvm/vHBA.xml
> error: internal error Parent device scsi_host20 is not capable of vport
> operations
>
> I checked the /...
2007 Dec 14
3
Qlogic HBA scanning issues with CentOS 5.1 ?
Hi,
I got few servers (IBM HS20,HS21 blades, IBM xSeries 3650 & others)
connected to a dual fabric san throught Qlogic HBA's (23xx, 24xx).
Multipathing is done with device-mapper-multipath.
On CentOS 4.x i can scan for new scsi devices without any problems, get
them up with multipathing & use them without any problems.
However, after i started installing CentOS 5.1 (did not notice this
problem with CentOS...
2007 Apr 27
1
has anyone experienced problems with ocfs2 1.2.5-1 using Emulex LP10000 HBA cards and EMC CX700 SAN's?
Does anyone have any experience with Emulex HBA cards (LP10000) using OCFS2,
Linux AS4 U4 x86_64 AMD? I'm trying to find out whether this is a verified
combination, if anyone has successfully used it. I have that
hardware/sofware combination, and am experiencing
stability/performance/panic/hang issues with OCFS2.
-------------- next part -...