Question : DELL Poweredge 1600 SC -- RAID array degraded

I have a DELL Poweredge 1600sc server running windows 2003 server software.  It has a RAID array that is degraded.  I am looking to replace the faulty drive.  I know I need it to have an 80 pin connector, and that it must be SCSI ultra 320.  I have found a replacement drive with those specs.  However, I have been unable to find one with the same RPMs.  The existing drives that are holding the server up have 10,000 RPMs, and the closest speed I can find is 15K RPMs.  

My question is, since it is faster than the others, will it work with my current drives.  Or, do I need to keep looking.  I dont want to keep looking too long as the RAID array is in a degraded state.

Please Help!

Answer : DELL Poweredge 1600 SC -- RAID array degraded

The update below will match whole strings


hth

Dave

1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
ub createhyperlink()
    Dim ws As Worksheet
    Dim ws1 As Worksheet
    Dim rng As Range
    Dim c As Range
    Dim rng2 As Range

    Set ws = Sheets("Sheet1")
    Set ws1 = Sheets("Sheet2")
    Set rng = ws1.Range("a2:A" & ws1.Cells(Cells.Rows.Count, "A").End(xlUp).Row)

    For Each c In rng
    If c.Value <> "" Then
        x = c.Value
        Set rng2 = ws.Columns(1).Find(What:=x, after:=ws.Cells(1), LookIn:=xlFormulas, LookAt:=xlWhole, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:=False, SearchFormat:=False)
        If Not rng2 Is Nothing Then ws.Hyperlinks.Add Anchor:=c, Address:="", SubAddress:="" & ws.Name & "!" & rng2.Address(0, 0) & "", TextToDisplay:=c.Value
        End If
    Next c
End Sub
Random Solutions  
 
programming4us programming4us