- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- linux equiv to insf
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 04:53 AM
10-08-2003 04:53 AM
linux equiv to insf
Now... In HPUX, this is where I would go in and create the device files for the LUN's being presented to the host. Then on the CLARiiON, I would see the device file name for the LUN.
But on Linux, what do I need to do to create the device files for the LUN's?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 05:33 AM
10-08-2003 05:33 AM
Re: linux equiv to insf
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2003 02:15 AM
10-09-2003 02:15 AM
Re: linux equiv to insf
---
The fiber card doesn't come up on its' own, I have to do a modprobe to get it to check-in to the Brocade.
---
After a boot, I take down the Navisphere agent, do a modprobe on the card, and bring the agent back up (see attached log file). As you can see in this log file, the system thinks there is a "sdb" device.
---
But doing a fdisk /dev/sdb results in the error : "Unable to open /dev/sdb"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2003 02:22 AM
10-09-2003 02:22 AM
Re: linux equiv to insf
---
There is a pair of internal disks (mirrored), these would be considered the first LUN, and the LUN on the EMC array would be a second LUN.
---
Would it be necessary then to include :
scsi_mod max_scsi_luns=2
in the modules.conf file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2003 02:32 AM
10-09-2003 02:32 AM
Re: linux equiv to insf
device files on Linux. I asume you can see the module with lsmod after Linux booted? Did you add proper line to /etc/modules.conf?
something like that:
alias scsi_hostadapterN qla2x00 (N starts with 0)
I attach EMC's Linux conf. gude for Qlogic HBAs on Linux. Seek somethere on pages 25+..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2003 02:47 AM
10-09-2003 02:47 AM
Re: linux equiv to insf
-
alias scsi_hostadapter4 qla2200
-
on a reboot, lsmod shows there is no qla2200. Running modprobe qla2200 loads it fine. (see the first attachment, it shows what a manual "modprobe qla2200" records in the /var/log/messages file immed. following a reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2003 02:57 AM
10-09-2003 02:57 AM
Re: linux equiv to insf
If the QLogic HBA is present in the system prior to a new installation
of Linux, the distribution installation application might automatically
load its version of the driver, which will be installed and inserted
automatically when the host reboots. For this reason, if the customer
is using Red Hat, EMC recommends installing the Linux operating
system and disabling kudzu before installing the QLogic HBAs.
Also I'd suggest to rebuild qlogic driver (and check if it appears in /lib/modules/*/modules.dep.) from scratch, remove unused qlogic modules from kernel, restart without kudzu and rebuild.
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2003 05:58 AM
10-09-2003 05:58 AM
Re: linux equiv to insf
---
EMC Support Matrix
October 2003
P/N 300â 000â 166
ECO 35097 Rev B28
---
I've cut a portion of the support matrix out and put it in a Word doc. In note #15, it states that the driver that is included in this kernel is supported.
---
I meet all of the requirements;
kernel : 2.4.9-e.25smp
Card: QLogic QLA2200F
Firmware: 1.83
Driver: 6.04.01
---
I added the /proc/scsi/qla2200/2 contents as an option in the modules.conf file and re-created the initrd image.
Now on boot-up, the card checks in with the Brocade fine, and it sees a "sdb", but I still can't do anything with
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2003 06:01 AM
10-09-2003 06:01 AM