- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Emulex Fibre ??
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
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
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-03-2009 12:06 PM
04-03-2009 12:06 PM
I cannot see the LUN's on the EMC SAN, but everyone says it is all working correctly, except on the server...
dmesg | grep -i emulex
Emulex LightPulse Fibre Channel SCSI driver 8.2.0.33.3p
Copyright(c) 2004-2008 Emulex. All rights reserved.
I know on HP-UX I have the fcmsutil command available to check it's status but on Linux I am at a loss right now... Everyone telling me it's the server but don't know how to check anything on the server...
Can anyone give some direction....
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2009 01:11 PM
04-03-2009 01:11 PM
Re: Emulex Fibre ??
If you have hp_fibreutils package, run hp_rescan -a command. Also, run lssd and lssg.
Install proliand support pack if this is a proliant server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2009 02:16 PM
04-03-2009 02:16 PM
Re: Emulex Fibre ??
Can't locate the download if there is one...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2009 03:31 PM
04-03-2009 03:31 PM
Re: Emulex Fibre ??
# /usr/sbin/lpfc/lun_scan all
Scanning lpfc HBA instance with scsi host number : 3
Scanning lpfc HBA instance with scsi host number : 4
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2009 04:57 AM
04-04-2009 04:57 AM
Re: Emulex Fibre ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2009 10:09 AM
04-04-2009 10:09 AM
Re: Emulex Fibre ??
# fdisk -l
Disk /dev/sda: 292.3 GB, 292326211584 bytes
255 heads, 63 sectors/track, 35539 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 39 313236 de Dell Utility
/dev/sda2 * 40 301 2104515 b W95 FAT32
/dev/sda3 302 314 104422+ 83 Linux
/dev/sda4 315 35539 282944812+ 5 Extended
/dev/sda5 315 35539 282944781 8e Linux LVM
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2009 11:03 AM
04-04-2009 11:03 AM
Solution¿Can the storage administrator see the host WWN and confirm that is online?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2009 11:43 AM
04-07-2009 11:43 AM
Re: Emulex Fibre ??
Thanks