ProLiant Servers (ML,DL,SL)
1819871 Members
2486 Online
109607 Solutions
New Discussion

DL140, RIS Setup, Cannot find any HDDs

 
Keith Magyar
New Member

DL140, RIS Setup, Cannot find any HDDs

I get through pxe boot and setup starts, though w2k3 32bit server cannot find any HDD's. I have configured a raid 1 volume with 2 80GB disks and I have added the drivers to RIS as follows;

my ristndrd.sif file

[Unattended]
DriverSigningPolicy = Ignore
OemPreinstall = yes
OemPnpDriversPath = "drivers\broadcom;drivers\sata;drivers\sataraid;drivers\intel"
FileSystem = LeaveAlone
ExtendOEMPartition = 0
TargetPath = \WINDOWS
OemSkipEula = yes
InstallFilesPath = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"
LegacyNIC = 1

the driver files are in each folder at \\server\RemoteInstall\Setup\English\Images\$oem$\$1\drivers

also, the sys and infs are copied to the i386 folder.

The issue is simillar to this one with the exception of the server bieng a dl140 and I am dealing with sata not scsi;
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=820439&admit=-682735245+1179409462992+28353475

Do I have the correct conifg? Which drivers are the correct drivers? I have been trying these two;

http://h18023.www1.hp.com/support/files/server/us/download/26742.html

http://h18023.www1.hp.com/support/files/server/us/download/26972.html


Thanks,
Keith
1 REPLY 1
Keith Magyar
New Member

Re: DL140, RIS Setup, Cannot find any HDDs

Ok, After several hours of headbanging, I got an O/S installed. I wound up using nlite.

http://www.nliteos.com/


I found that I was using the wrong drivers. Shouls be the hp sas adapter for my specific server (g3 w/hot swap hdds)
http://h18023.www1.hp.com/support/files/server/us/download/26994.html

Though, I still would love to know how I can get RIS to work properly with the textmode drivers for this servers hdds. Here is my ristndrd.sif file as it stands; are there any syntax errors? Missing files under [OEMBootFiles]?



[data]
floppyless = "1"
msdosinitiated = "1"
Orisrc="\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"
OriTyp = "4"
LocalSourceOnCD = 1
DisableAdminAccountOnDomainJoin = 1

[SetupData]
OsLoadOptions = "/noguiboot /fastdetect"
SetupSourceDevice = "\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"

[Unattended]
DriverSigningPolicy = Ignore
OemPreinstall = yes
OemPnpDriversPath = drivers\hpsas;drivers\broadcom;drivers\sata;drivers\sataraid;drivers\intel
FileSystem = LeaveAlone
ExtendOEMPartition = 0
TargetPath = \WINDOWS
OemSkipEula = yes
InstallFilesPath = "\\%SERVERNAME%\REMINST\%INSTALLPATH%\%MACHINETYPE%"
LegacyNIC = 1
OemPnPDriversPath=â \\%SERVERNAME%\REMINST\%INSTALLPATH%\$OEM$\textmodeâ
DUDisable=no
DriverSigningPolicy=ignore

[MassStorageDrivers]
"LSI Logic Fusion-MPT SAS Driver (Server 2003 32-bit)"="OEM"

[OEMBootFiles]
txtsetup.oem
lsi2k2k3.cat
lsi_sas.inf
lsi_sas.sys



[UserData]
FullName = "%USERFIRSTNAME% %USERLASTNAME%"
OrgName = "%ORGNAME%"
ComputerName = %MACHINENAME%

[GuiUnattended]
OemSkipWelcome = 1
OemSkipRegional = 1
TimeZone = %TIMEZONE%
AdminPassword = "*"

[LicenseFilePrintData]
AutoMode = PerSeat

[Display]
BitsPerPel = 16
XResolution = 800
YResolution = 600
VRefresh = 60

[Networking]

[NetServices]
MS_Server=params.MS_PSched

[Identification]
JoinDomain = %MACHINEDOMAIN%
DoOldStyleDomainJoin = Yes

[RemoteInstall]
Repartition = Yes
UseWholeDisk = Yes


[OSChooser]
Description = "Windows Server"
Help = "This will install Windows Server in a standard configuration."
LaunchFile = "%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"
ImageType = "Flat"



Any help would be appreciated.

Keith