- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: identify IA64 systems with HW controllers
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
04-20-2007 08:56 AM
04-20-2007 08:56 AM
Have a need in which I would like to be able to easily identify those ia64 systems that have the HW RAID controller(s). What I have found so far is that systems with the controller have a device, /dev/sasd*.
Are there any other quick tests? The ioscan just takes too long in its return of data.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2007 09:13 AM
04-20-2007 09:13 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2007 11:23 AM
04-20-2007 11:23 AM
Re: identify IA64 systems with HW controllers
As Clay said already, the above command would look for the driver "ciss" in the current running kernel. The ciss driver is a part of "RAID-xx" product. Now assuming the product is installed but there is no actual hardware present in the server, there won't be any entry in the kernel IO structure and above command won't return nothing. So if this command shows a h/w entry for the RAID adapter that means h/w and its driver are installed.
The only different scenario would be there is a h/w adpater installed but no driver is installed. But then you have run ioscan to see an "Unknown" entry for the h/w adapter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2007 06:28 PM
04-22-2007 06:28 PM
Re: identify IA64 systems with HW controllers
run
# ioscan -[k]fnd ciss
for SCSI RAID controllers, e.g.
ext_bus 4 0/2/1/0/4/0 ciss CLAIMED INTERFACE PCI-X SmartArray 6402 RAID Controller
and
# ioscan -[k]fnd sasd
for SAS controllers, e.g.
escsi_ctlr 0 0/4/1/0 sasd CLAIMED INTERFACE HP PCI
/PCI-X SAS MPT Adapter
/dev/sasd0
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2007 02:55 AM
04-23-2007 02:55 AM
Re: identify IA64 systems with HW controllers
Got the SAS controller.
Was hoping that there would be something more definitive. But if the box has been up for some time and gone through reboots then the SAS controller should be there in the ioscan -k.
Again, many thanks!