- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How to see fibre attached Tape in Red Hat Linux
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
тАО05-19-2008 01:50 AM
тАО05-19-2008 01:50 AM
I need help about Red Hat Enterprise Linux.
Like in hp-un ioscan -funC tape
We can see if tape are shown connected by fibre channel card in SAN.
I need to know how can I do this in redhat enterprise linux.
waiting for you response
Kind Regards
Farrukh Sumair
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-19-2008 02:22 AM
тАО05-19-2008 02:22 AM
Re: How to see fibre attached Tape in Red Hat Linux
Wrong forum !!!
Anyway, you can use dmesg for hardware detection.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-19-2008 06:59 AM
тАО05-19-2008 06:59 AM
Solution# cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: IBM Model: 03590B1A Rev: B6C6
Type: Sequential-Access ANSI SCSI revision: 02
Host: scsi0 Channel: 00 Id: 01 Lun: 00
Vendor: IBM Model: 03590B1A Rev: A558
Type: Sequential-Access ANSI SCSI revision: 03
Host: scsi1 Channel: 00 Id: 00 Lun: 00
Vendor: IBM Model: 03590B1A Rev: A558
Type: Sequential-Access ANSI SCSI revision: 03
Host: scsi1 Channel: 00 Id: 01 Lun: 00
Vendor: IBM Model: 03590B1A Rev: B6C6
Type: Sequential-Access ANSI SCSI revision: 02
Host: scsi1 Channel: 00 Id: 02 Lun: 00
Vendor: IBM Model: 03590B1A Rev: A558
Type: Sequential-Access ANSI SCSI revision: 03
Host: scsi1 Channel: 00 Id: 03 Lun: 00
Vendor: IBM Model: 03590B1A Rev: A558
Type: Sequential-Access ANSI SCSI revision: 03
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-19-2008 07:47 AM
тАО05-19-2008 07:47 AM
Re: How to see fibre attached Tape in Red Hat Linux
Also lsscsi might be helpfull.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-19-2008 09:26 PM
тАО05-19-2008 09:26 PM
Re: How to see fibre attached Tape in Red Hat Linux
But I cannot see new attached tape drives with
cat /proc/scsi/scsi
Do it need rescan.
Is there any way to rescan attached devices.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-20-2008 05:14 AM
тАО05-20-2008 05:14 AM
Re: How to see fibre attached Tape in Red Hat Linux
# rpm -qa | grep fibreutils
If you have the fibreutils package installed onto your system then:
To view tapes and disk...
# lssg (or lssd)
To rescan all HBAs (if PSP installed)
# hp_rescan -a
Best Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2008 02:40 PM
тАО05-21-2008 02:40 PM
Re: How to see fibre attached Tape in Red Hat Linux
Drivers can always be an issue as well. Also double check the zoning of any switches if the drives aren't direct attached.