Re: [CentOS] Where to put the kernel driver for a Fibre Channel HBA card.

2013-12-02 Thread Ned Slider
On 02/12/13 18:53, Arun Khan wrote: > On Mon, Dec 2, 2013 at 11:09 PM, Ned Slider wrote: >> >> BTW, you should use modprobe and modprobe -r to load and unload modules >> rather than insmod as modprobe understands module dependencies whereas >> insmod doesn't. >> > > I tried modprobe first to inser

Re: [CentOS] Where to put the kernel driver for a Fibre Channel HBA card.

2013-12-02 Thread Arun Khan
On Mon, Dec 2, 2013 at 11:09 PM, Ned Slider wrote: > On 02/12/13 14:36, Arun Khan wrote: >> CentOS 6.4 (amd64) stock kernel. >> HBA FC Accusys ACS 63200NT >> >> I built the driver from source, insmod activates the device and I can >> see the 24 TB storage volume via 'parted --list' I have created

Re: [CentOS] Where to put the kernel driver for a Fibre Channel HBA card.

2013-12-02 Thread Ned Slider
On 02/12/13 14:36, Arun Khan wrote: > CentOS 6.4 (amd64) stock kernel. > HBA FC Accusys ACS 63200NT > > I built the driver from source, insmod activates the device and I can > see the 24 TB storage volume via 'parted --list' I have created a XFS > files system and mounted it under /srv/ > > Where

[CentOS] Where to put the kernel driver for a Fibre Channel HBA card.

2013-12-02 Thread Arun Khan
CentOS 6.4 (amd64) stock kernel. HBA FC Accusys ACS 63200NT I built the driver from source, insmod activates the device and I can see the 24 TB storage volume via 'parted --list' I have created a XFS files system and mounted it under /srv/ Where do I need to install the driver in /lib/modules/ .