- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: how to list device connected on pci cards
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
тАО02-24-2011 07:49 AM
тАО02-24-2011 07:49 AM
how to list device connected on pci cards
I have a DL380G6 server with RHEL 5.3 x86. Connected with a 1/8 autoloader through P212/ZM array controller. I have installed DP exp on it but after device scann its not detecting my autoloader, So how to check devices connected on pci ports in linux.
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2011 11:39 AM
тАО02-24-2011 11:39 AM
Re: how to list device connected on pci cards
lspci
should do the trick :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-25-2011 06:10 AM
тАО02-25-2011 06:10 AM
Re: how to list device connected on pci cards
Despite the name, "lsscsi" should list all SCSI/SAS/SATA devices detected by the system It should even cover USB and Firewire storage devices, if you have them.
Hmm... P212 is an entry-level SAS SmartArray controller. I haven't had a chance to set up a SAS-attached tape drive, but older SCSI SmartArrays had to be specifically told to accept pass-through connection to non-disk devices.
The command for that used to be:
echo "engage scsi" >/proc/driver/cciss/cciss[0-9]*
Perhaps something similar is required?
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-25-2011 06:52 AM
тАО02-25-2011 06:52 AM
Re: how to list device connected on pci cards
Is it supposed to work with the P212?
A lot of times the tape drives want a non raid card like a SC08ge or 11 or whatever they are called.
This is from the G2 quickspecs:
NOTE: The 1/8 G2 Tape Autoloader requires an HBA with multiple LUN support and should not be used with RAID or Array controllers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2011 07:42 AM
тАО02-26-2011 07:42 AM
Re: how to list device connected on pci cards
its worked with "lsmod" and "dmesg" command.
Problem was with array ctrl driver. Issue resolved now.
Regards,