- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Identify SAN Disks
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
01-08-2007 09:58 AM
01-08-2007 09:58 AM
Identify SAN Disks
Thanks
THOMAS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2007 07:58 PM
01-08-2007 07:58 PM
Re: Identify SAN Disks
The hardware path for local disks are almost always displayed before SAN.
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
01-09-2007 08:33 PM
01-09-2007 08:33 PM
Re: Identify SAN Disks
Take a look at your dmesg output and identifiy the name of your SAN adapter. lspci may also show the name of the card. Next look at "/proc/scsi/adapter-name" and "/proc/scsi/scsi" and this should give further clues.
Some adapter code also adds utilities such as: probe-luns so it's worth looking for any extra RPM's that were loaded.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 09:45 PM
01-09-2007 09:45 PM
Re: Identify SAN Disks
if you are using a ProLiant with a Smart Array controller, the disks attatched to the Smart Array will use /dev/cciss/c0d0, /dev/cciss/c0d1 ... as device name. Logical drives from a storage in you SAN will use the traditional device names like /dev/sda, /dev/sdb... Take a look at /proc/scsi/scsi or the output of dmesg.
Regards,
Patrick
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 10:00 PM
01-09-2007 10:00 PM
Re: Identify SAN Disks
By default scsi internal disk will be /dev/sdb.
And for next available device either san or another scsi channel it will be sdb.
Use fdisk -l will list the availbale disk seen.This coammnd will not do any modification in ur disk , Need not tor worry.
Regds
B.Ganesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2007 10:51 AM
01-10-2007 10:51 AM
Re: Identify SAN Disks
Make sure you install the fibreutils RPM from the HP ProLiant Support Pack. They include a couple of useful utilities to identify SAN disks & devices:
- lssg (display generic san devices)
- lssd (display san disk devices)
- adapter_info
You can also take a look inside the /proc filesystem to get useful information:
Smart Array Controller: /proc/driver/cciss/
SCSI devices: /proc/scsi/scsi
QLA Host Bus Adapter: /proc/scsi/qla2300
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2007 06:40 PM
01-17-2007 06:40 PM
Re: Identify SAN Disks
use "lsscsi" to list all SCSI devices or "scsi_info /dev/
regards