Displaying 20 results from an estimated 1000 matches similar to: "qlogic installer"
2013 Nov 07
1
IBM Storwize V3700 storage - device names
Hello,
I have IBM Storwize V3700 storage, connected to 2 IBM x3550 M4 servers
via fiber channel. The servers are with QLogic ISP2532-based 8Gb Fibre
Channel to
PCI Express HBA cards and run Centos 5.10
When I export a volume to the servers, each of them sees the volume
twice, i.e /dev/sdb and /dev/sdc, with the same size.
Previously I have installed many systems with IBM DS3500 series of
2014 Sep 24
0
semi-OT: hardware RAID and xfs on CentOS 7
Hi, folks,
I'm about to build a filesystem on a CentOS 7 box, on a JetStore RAID box
through a QLogic ISP2532 card. Do I need to specifiy sw and su, or will
xfs query the subsystem and get that itself?
mark (assuming nixpam lets me through....)
2006 Jul 04
2
Xen kernel and QLogic driver
Hello,
Any one know how to enable Fiber Channel QLOGIC driver for xen kernel?
This driver is available in CentOS4.3 as default. But when i compile
xen-3.0.2-2 with linux-2.6.16 or xen-3.0.1with linux-2.6.12, the
driver is not there.
I tried to turn on QLOGIC by using "make menuconfig" and modified
.config file but there is no change in
/lib/modules/2.6.x-xen/kernel/drivers/scsi after
2008 Nov 19
1
qlogic driver not scanning scsi bus on load CentOS 5.1
Very strange behavior, been banging my head against the
wall on this one too. It works fine on CentOS 4.6, the
behavior is when the driver loads the bus is not scanned
or at least the devices that are exported are not detected.
(they are detected in the HBA bios no problem). If I issue
the qlogic bus scan command it doesn't get anything back
either. If I manually add the devices with
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 and cruelty play for a kingdom,
the gentler gamester is
2005 Oct 10
2
PE-2850 to AX100 via Qlogic Card (QLA200 HBA) on CentOS 4.1
Hi list,
I have the choice to use RHEL4 or Centos4.x on a Dell PowerEdge2850 who
is linked to an AX100 storage system. My question is: does the QLA200
(the pci fiber channel card) driver will work on CentOS 4.1 . For now
the card is listed like this on CentOS 4.1:
---
#lspci
09:04.0 Fibre Channel: QLogic Corp.: Unknown device 6312 (rev 03)
---
What kind of modification must/can I do to the
2003 Jul 23
1
Qlogic Fibrechannel and detecting new LUNs on the fly
Hi there,
I've installed a Qlogic HBA in a 4.8-STABLE machine and I'm able to present
LUNs to this machine from an HDS array and use them. That all works
perfectly. However, the only time I pick up new LUNs is on a reboot.
Seems like I should be able to rescan the fabric and pick up new LUNs, but
there doesn't seem to be a way to do this. I tried camcontrol rescan, but
that
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 appear to get to grud, although this could be the ilo not
displaying
2013 May 10
0
IBM x3755 M3 + Qlogic Fibercahnnel- Virtualization Friendly?
Hello Everyone,
Whenever purchasing hardware we make it an effort to validate OS,
driver and now hypervisor compatibility. Being a low budget company,
we really look for the best bang for the bug. Right now that happens
to be:
x3755 M3 brandishing the AMD SR5690 chipset. We plan on installing a
QLogic fiberchannel and a graphics card that support PCI passthrough.
Before doing anything we are
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
2007 May 04
0
[LLVMdev] LLVM-GCC Source Updated?
On 5/4/07, Anton Korobeynikov <asl at math.spbu.ru> wrote:
> Hello, Bill.
>
> > Has anyone gotten the latest/greatest sources from the LLVM-GCC open
> > source server lately?
> No. It's still at rev 319 (as of 29.04).
>
Yeesh...Okay, I'm working with Jeff C. to get a copy of the TOT out to
people. I'm also pinging the rsync wonks here to see if there's
2007 May 04
1
[LLVMdev] LLVM-GCC Source Updated?
The llvm-gcc source can be download from:
http://jolt-lang.org/llvm-gcc.tar.bz2 31mb ~7 minute download
http://jolt-lang.org/llvm-gcc.tar.gz 40mb ~8.5 minute download
Download times assume you are the only person downloading. Please
download the bz2 version if possible.
I currently have no unexpected failures.
Bill wrote:
> On 5/4/07, Anton Korobeynikov <asl at
2001 Dec 06
1
oggenc speed and cache size
I'm running oggenc on a dual celeron 415, and I can only encode at 0.9x real
time.
Will oggenc perform better with more cache size?
Should I start learning the source, to replace bits with
assembler?(yeesh...)
I guess there's no chance of a multi-threaded encoder to make use of smp
boxes?
hmm
--------------------------------------------------------
Nigel Weeks
Aims ICP
15 Wellington St.
2009 Aug 18
1
Applying Logical statement to DateTime string as factor
R-Help
I have a data set which uses a DateTime string as follows : "2009-06-30
18:14:59"
While I have been able to convert to DateTime properly
time <- strptime(as.character(dat$Time),format='%d %b %Y %T') #Convert to
dateTime string
I would like to use the time of day "hour" as a *factor* level. I have
found that I can convert the date time to a factor
time
2011 Aug 11
1
[LLVMdev] type system rewrite terminology
Hi James,
Sorry I missed this. Please send things to the list, not to me directly.
On Jul 20, 2011, at 9:52 PM, james woodyatt wrote:
> One thing that springs to mind after reading the <http://nondot.org/sabre/LLVMNotes/TypeSystemRewrite.txt> note is that the vocabulary seems a bit confusing.
>
>> This argues for terminology along the lines of:
>>
>> Named
1999 Jul 15
0
how do I not use smbpasswd?
All,
I am in a mixed NT/UNIX/Novell environment and got the buy-off to
go full SAMBA for our corporate fileserver (400 clients, 95 and NT).
I got a few Sun UE450s and A5100 arrays and am going to cluster
them with Veritas. I have samba working with home directories for
all clients, but had to dump the passwords from the PDC into the
smbpasswd file in order to do it. Sometimes it takes an
2006 Mar 30
3
Winbind and email server
Folks,
Sincere apologies for asking this again, but I'm just not getting this to
work, and must be missing something here:
My company's network is based around a Windows 2003 server AD, with several
RHEL AS 3 boxes connected to it via samba (3.0.21c-1). ?This scheme works
very well. ?I've set up, and have successfully been using a sendmail-based
email system, too.
My issue is
2013 Apr 24
0
CentOS-announce Digest, Vol 98, Issue 12
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2011 Jul 21
2
fyi: RHEL 5.7 is out
hi fyi,
it seems redhat has just pushed RHEL 5.7 out.
I see amoung others:
kernel-2.6.18-274.el5.x86_64.rpm
redhat-release-5Server-5.7.0.3.x86_64.rpm
Rainer
2006 Apr 01
0
Winbind and email server]
okay, im far from a pam expert, but i don't see any mention of winbind there?
It's my weekend at the moment so i can't get to my test box at work to
show you my pam module using winbind, but maybe you should check out this
page on my website, it's using ldap try and use this and replace any
mention of ldap with winbind
http://www.yourhowto.org/content/view/35/9/
or
i have a