- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- Re: W2K Disk error for HSG80 hosted unit
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-01-2004 02:56 PM
04-01-2004 02:56 PM
We have a Exchange 2000 database hosted on a W2K server using a unit from an HSG80 SAN. The system event log reports an error every night but the time does vary a bit. It doesn't always coincide with backups or indexing.
The error is Source:Disk, Event id:11, Text: The driver detected a controller error on \Device\Harddisk3\DR3.
It is a raid 5 set with all disks reporting as "normal".
The server in question is also running the steam agent if that is relevant? HSG80 doesn't report errors at the time of the event log errors.
Any ideas on how I should proceed or other diagnostics I could initiate?
Thanks, Dave.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 04:44 PM
04-01-2004 04:44 PM
SolutionAlso find out what Event ID 11 is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 01:10 PM
04-06-2004 01:10 PM
Re: W2K Disk error for HSG80 hosted unit
SCSI Sense Data:
Error Code: 112.(70) {current command execution}
Information field is valid
Segment: 0.(00)
Sense Key: 1.(01) RECOVERED ERROR
So I assume that disk is on the way out and should be replaced.
I haven't replaced a "Normal" disk before - only failed disks. From reading the manuals I should???:
set r3 nopolicy
reduce r3 disk50200 (is this correct/necessary? - I have done without it before?)
set r3 remove=disk50200
delete disk50200
Then hot swap in new disk then I assume
run config
set r3 replace=disk50200
set r3 policy=...
Thanks
PS: Even id 11, source disk I found is typically a disk error being sent from a raid controller or HBA as in this case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 01:15 PM
04-06-2004 01:15 PM
Re: W2K Disk error for HSG80 hosted unit
Because of the EISA partition problem, should I DILX the new disk before the set replace??
Thanks in anticipation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2004 12:18 PM
04-08-2004 12:18 PM
Re: W2K Disk error for HSG80 hosted unit
When installing Exchange 5.5, on NT4 and a MA8000 with two Microsoft Clustered servers I ran in to the exact same type of error.
We found out two things in the end, use KGPSA HBA's that are 66 MHZ and not 33MHZ, and ensure they are in slot 3 (DEC/Compaq Recommended)and slot 5. Never the first or last slot. Can't hurt to try.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2004 07:58 PM
04-08-2004 07:58 PM
Re: W2K Disk error for HSG80 hosted unit
it sounds like R3 is a RAID(5)set. The REDUCE command does only work on mirrorsets to split off a clone.
set r3 nopolicy ! so that no spare disk is selected in
set r3 remove=disk50200
delete disk50200
- swap disk
add disk disk50200 5 2 0
set r3 replace=disk50200
set r3 policy=?
I don't see a need to erase the disk due to the 'EISA partition' (I really wonder which 'genius' has forced this mess on us...) as it will be overwritten from the RAID5 reconstruct anyway.
It is never the less a good idea to use DILX and create a bit load on the disk before it is put into use. One of my colleagues encountered a new disk this week that almost crushed the whole storage system when it was accessed.
--
Wayne,
I have never seen that DILX reduces a physical disk's size. As far as I know you can only 'DILX' a unit. Can you explain a bit, please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2004 07:33 PM
04-14-2004 07:33 PM
Re: W2K Disk error for HSG80 hosted unit
Yes Uwe, the first line of the command reference does state that reduce is only for mirrorsets - I obviously missed that bit.
Note that the commands required were slightly different. The set remove=disk50200 puts it in the failedset so it has to be deleted from the failedset before the delete disk50200. Also I put it into a unit to dilx it just to be sure.
Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2004 07:41 PM
04-14-2004 07:41 PM