- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- How to find scsi_id in san
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
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
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-15-2002 02:05 AM
тАО04-15-2002 02:05 AM
How to find scsi_id in san
I work with a san with multiple host type on.
The end devices are tapes to backup.
my clients are either IBM RS/6000 or HP HP-9000.
On AIX, i can get the scsi_id of all tape rmtXX, by lsattr -El rmtxx
How can i get the same return for the same tape seen by HPUX ?
lssf /dev/rmt/5m give me something, but i can't translate...
I just want something like this :
scsi_id 0x113e1 SCSI Id (ALPA)
Any ideas ?
In advance, i thank you for your help.
Charles.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2002 03:07 AM
тАО04-15-2002 03:07 AM
Re: How to find scsi_id in san
Try ioscan -fnkCtape and find Hardware Path. I do not know your SAN configuration but I think the tape(drive rather) shoudl be seen as device (not as LUN) so the second latest number in hardware path should indicate SCSI id.
Later,
PS. Give me ioscan result.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2002 03:18 AM
тАО04-15-2002 03:18 AM
Re: How to find scsi_id in san
You don't want to use the "k" option because it will just scan the kernel data structures and not the IO cards.
Charles,
You aren't going to get something like this :
scsi_id 0x113e1 SCSI Id (ALPA)
but more like this:
[root]pbctst: ioscan -fnCtape
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
tape 0 0/0/2/0.3.0 stape CLAIMED DEVICE HP C1537A
/dev/rmt/0m /dev/rmt/c2t3d0BESTn
/dev/rmt/0mb /dev/rmt/c2t3d0BESTnb
/dev/rmt/0mn /dev/rmt/c2t3d0DDS
/dev/rmt/0mnb /dev/rmt/c2t3d0DDSb
/dev/rmt/c2t3d0BEST /dev/rmt/c2t3d0DDSn
/dev/rmt/c2t3d0BESTb /dev/rmt/c2t3d0DDSnb
[root]pbctst:
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2002 03:25 AM
тАО04-15-2002 03:25 AM
Re: How to find scsi_id in san
Yes, you are right, but I assume an ioscan (without k option) or a reboot were performed before.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2002 03:46 AM
тАО04-19-2002 03:46 AM