- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Emulex LP10000 on Linux not detecting Multiple Lun...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО12-08-2004 05:04 PM
тАО12-08-2004 05:04 PM
Emulex LP10000 on Linux not detecting Multiple Luns..
i am trying to use Emulex LP10000 card as a client. i have downloaded
driver from net and inserted. i have made LUN0_MISSING as true and
also set the grub to scan multiple LUNs. but, even after building the
system with all these changes, i am not entries displayed in
/proc/scsi/scsi for all the LUNs. please suggest me something, as are
there any other changes to be made in conf file and so..
thanks in advance,
Nagaraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-08-2004 08:54 PM
тАО12-08-2004 08:54 PM
Re: Emulex LP10000 on Linux not detecting Multiple Luns..
do you have in you kernel "Probe all LunS on each SCSI device" set to yes ?
to check run:
cat /boot/config | grep CONFIG_SCSI_MULTI_LUN
if no you have to compile your kernel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-08-2004 09:58 PM
тАО12-08-2004 09:58 PM
Re: Emulex LP10000 on Linux not detecting Multiple Luns..
thanks 4 reply. but, I have changed the config file to detect multiple LUNs and have rebuilt the kernel. i have made change in grub/lilo also. but even after these changes, i am not getting multiple entries in /proc/scsi/scsi/. i have 4 virtula deveices on target machine.
thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-08-2004 10:08 PM
тАО12-08-2004 10:08 PM
Re: Emulex LP10000 on Linux not detecting Multiple Luns..
when you set "Probe All Luns ..." I think you have to set also SCSI Support and SCSI disk support as static.
Did you ?
regards,
Xyko
Ps.: My coment is about 2.4.x series kernels.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-08-2004 10:16 PM
тАО12-08-2004 10:16 PM
Re: Emulex LP10000 on Linux not detecting Multiple Luns..
thanks. by default these parameters will be set to moduler and i have used same thing.
I am having kernel configured to SCSI support n SCSI disk support as moduler.
thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-08-2004 10:40 PM
тАО12-08-2004 10:40 PM
Re: Emulex LP10000 on Linux not detecting Multiple Luns..
I have emulex lp9000 not 10000 connecting to a SAN (switch mac data with EMC cx600) and I have to configure "persistent binding" on emulex module.
To set persistent binding I have to edit and compile lpfc.conf.c, for the following parameters: lpfc_bind_entries, lpfc_automap, lpfc_scandown and a line for each zooning. You may find instructions as comments on the module itself.
I don't know if it is your case but ....
Hope it helps.
Xyko
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-09-2004 01:27 AM
тАО12-09-2004 01:27 AM
Re: Emulex LP10000 on Linux not detecting Multiple Luns..
alias eth0 e100
alias eth1 e100
alias eth2 e100
alias scsi_hostadapter1 megaraid
alias scsi_hostadapter2 lpfcdd
options scsi_mod max_scsi_luns=256 scsi_allow_ghost_devices=1
And here is a good doc on this.
http://www.emulex.com/ts/docoem/emc/pdfs/linux.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-09-2004 01:36 AM
тАО12-09-2004 01:36 AM
Re: Emulex LP10000 on Linux not detecting Multiple Luns..
i am trying with the changes Xyko had mentioned. and in my /etc/modules.conf, i have only one entry for hostadapter as lpfc. other eth0 are ok.
thanks for the doc, i will go through and try out other changes and let you people the results.
thanks again..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-09-2004 02:04 AM
тАО12-09-2004 02:04 AM
Re: Emulex LP10000 on Linux not detecting Multiple Luns..
For example, these are the some parameters in the modules.conf:
options lpfcdd lpfc_lun_skip=1 lpfc_network_on=0 lpfc_topology=0x02 lpfc_use_data_direction=0 lpfc_bind_entries=1 lpfc_scandown=0 lpfc_automap=0 lpfc_fcp_bind_WWPN=50060482bcc335dd:lpfc0t0 lpfc_log_verbose=0x1fff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-09-2004 02:43 AM
тАО12-09-2004 02:43 AM
Re: Emulex LP10000 on Linux not detecting Multiple Luns..
I did not find the documentation Chris mentioned ( http://www.emulex.com/ts/docoem/emc/pdfs/linux.pdf ) but I found others at http://www.emulex.com/ts/docfc/frame10000.htm
If my help does not solve your problem Nagaraj, try to find better instructions on these documents. There are a Troubleshooting one that seems to be very useful.
regards,
xyko
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-09-2004 02:54 AM
тАО12-09-2004 02:54 AM
Re: Emulex LP10000 on Linux not detecting Multiple Luns..
I checked the link again, and it worked. I got the pdf file.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-09-2004 09:15 PM
тАО12-09-2004 09:15 PM
Re: Emulex LP10000 on Linux not detecting Multiple Luns..
i went through the doc (i got PDF). i nade the required changes for persistent binding, but i didnt get what i need to do with lpfc_fcp_bind_WWPN[]!! is it that i need to bind it with all the WWPN i have and after this, it will recognise only those many LUNS(lpfc_bind_entries got to this with this i suppose). is it right?? let me know..
thanks for kind co-operation..
Nagaraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-09-2004 09:59 PM
тАО12-09-2004 09:59 PM
Re: Emulex LP10000 on Linux not detecting Multiple Luns..
I got access to Chris doc too, pehaps I have had browser problems for the first time I tried.
I have worked (my team, not me) with emulex a long time ago and now I see that the installation process is better and that thera are a lot of configuration software to do the job.
Nagaraj, did you read all the installation manual and followed all the instructions ? Did you read the configuration one and did all the configurations steps ?
I'm sory but I can't help you more because my knows ended here.
I stongly suggest that you beging the process again following all the instructions of the installation/configuration manual using the newest driver possible (7.1).
Hope you solve your problems.
Regards,
Xyko
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-09-2004 10:15 PM
тАО12-09-2004 10:15 PM
Re: Emulex LP10000 on Linux not detecting Multiple Luns..
thanks a lot for ur time. i have followed all the steps tht were there in the doc, but if u insist i will try that again next weekdays nad will let u know the results for sure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-10-2004 01:44 AM
тАО12-10-2004 01:44 AM
Re: Emulex LP10000 on Linux not detecting Multiple Luns..
Chris