- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: SLES 8 and fibre channel
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
04-24-2004 09:34 PM
04-24-2004 09:34 PM
SLES 8 and fibre channel
Could anyone tell me how to detect the WWNN of a fibre channel adapter?
I found the adapter installed on a bl20p.
I have to set ACL on a MSA1000 so I need the WWNN, isn't it?
I am new to Linux but have experience on unix.
Thanks to all.
Ezra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2004 04:32 AM
04-25-2004 04:32 AM
Re: SLES 8 and fibre channel
I have never worked with blades, but:
- see if the blade provides an adapter BIOS - the PCI cards have one that can display the WWN
- download the Windows driver and check if the FLASUTIL.EXE is enclosed / works with the chip - it can display the WWN on PCI cards (you need a DOS floppy, though)
- look on the fibre channel switch - the command is 'switchShow' if you have a Brocade switch
- if this is the only adapter that has been connected recently to the MSA, then the connection's name should be 'unknown'
Do not forget to assign the 'Linux' profile to the new connection(s).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2004 06:09 PM
04-25-2004 06:09 PM
Re: SLES 8 and fibre channel
You can find the WWNN on /var/adm/messages file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 05:37 AM
04-26-2004 05:37 AM
Re: SLES 8 and fibre channel
Also see:
http://issgweb.cca.cpqcorp.net/products/servers/proliant-bl/p-class/bl-p-interconnect-switch2.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 09:47 PM
04-26-2004 09:47 PM
Re: SLES 8 and fibre channel
Do you know what FCA you have?
You can find all the information you need by:
cd /proc/scsi
ls (look for your card type - eg qla2300)
cd qla2300
ls
You'll see a file with a number for a name. That number equals the SCSI channel assigned to that device (eg 3). Do
cat 3
This will give you alot of information about the card - including what I think you're after.
If you can't see anything, then it may be that the driver for the card has not been loaded. You'll need to post the card type, and the output from lsmod so we can see what has been loaded.
Col.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 02:11 AM
04-29-2004 02:11 AM
Re: SLES 8 and fibre channel
When we installed the drivers for the adapter, we haven't noticed that in the file /etc/sysconfig/kernel would be erased any occurence with the adapter module.
We added "qla2300" in the file and executed mkinitrd, when the system rebooted the problem was solved.
Thanks again for your replies.
Ezra