- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- SCSI on DL360 and Linux OS
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-26-2004 01:11 AM
04-26-2004 01:11 AM
Is could be possible to see the state of the SCSI disk on DL360 with RedHat AS 2.1?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 02:19 AM
04-26-2004 02:19 AM
Re: SCSI on DL360 and Linux OS
If not try to check in the files given by
ls /proc/scsi/
and find out infos you need.
Peace, R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 02:44 AM
04-26-2004 02:44 AM
Re: SCSI on DL360 and Linux OS
ls -ls /proc/scsi
total 0
0 -r--r--r-- 1 root root 0 Apr 26 16:36 scsi
My problem is: I saw one disk in fault (confirmed by red led) ...Is there any way for the OS to get this foult information?
Thanks
Alessio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 02:53 AM
04-26-2004 02:53 AM
Re: SCSI on DL360 and Linux OS
to stat info read files in /proc/driver/cciss/ .
to correct these problems you ought take a look at
www.hp.com/linux and download the correct Proliant Support Pack for your operating system. Install al the driver reading carefully the docs (a got some scratch infos, if you like, but I haven't time to set it up for you :_( )
Whit PSP you'll be able to change a drive 'on the fly' and edit arrays and so on while server is running.
Let Me Know.
Pax, R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 11:46 AM
04-26-2004 11:46 AM
SolutionThe '/proc/drivers/ccis/cciss*' files give the configuration of the containers, not the state they are in.
I just walked over to a 'cciss' based server here and yanked a disk. Not a peep out of it. No logging, no beeping, no nothing.. woo.. munch-un-good.
Fired up the HP utility set (hpasm etc.), and boom.. There's a log entry! 4 of 'em actually!
http://h18023.www1.hp.com/support/files/server/us/locate/88_2543.html
All software for the DL360 class of machine is there. You will probalby want the package called "ProLiant Support Pack for Red Hat Enterprise Linux 2.1" (first link).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 09:40 PM
04-26-2004 09:40 PM
Re: SCSI on DL360 and Linux OS
Regards
Alessio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 10:06 PM
04-26-2004 10:06 PM
Re: SCSI on DL360 and Linux OS
If installation was ok you should reach the Managers at
https://localhost:2381
but please, read docs because a lot of things depends on how you have configured it.
To manage disks you must install the array configuration utility xe (acuxe) together with the cciss module for your kernel provided with PSP.
It a bit of work ;-) I spent more than a day to understand what it does exactly to the system and more than a week to learn all the matters regarding my servers about it. I suggest you to read a nice .pdf which explains almost all 'console configs' and troubleshoots. And I've no time to explain everything via web.
Maybe I can send the termin output of instllation on RH8
Pax, R>
Peace, R>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 10:19 PM
04-26-2004 10:19 PM
Re: SCSI on DL360 and Linux OS
Regards
Alessio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 11:18 PM
04-26-2004 11:18 PM
Re: SCSI on DL360 and Linux OS
Have fun.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 11:23 PM
04-26-2004 11:23 PM
Re: SCSI on DL360 and Linux OS
Peace, R.