====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
appnotes:srp_install [2009/11/17 20:25] mcb30 |
appnotes:srp_install [2010/04/20 14:10] (current) jrc3 |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Installing Windows to an SRP target ====== | ====== Installing Windows to an SRP target ====== | ||
- | You can create customised Windows Server 2008 installation media that will allow you to install Windows directly to your SRP SAN target. (You cannot do this using the standard installation DVD-ROM; you must customise it first.) | + | You can create customised Windows Server 2008 installation media that will allow you to install Windows directly to your SRP((**SCSI RDMA Protocol** (SRP) improves the read performance in terms of throughput which is increased significantly for both random read with good locality and sequential read.\\ **Remote Direct Memory Access** (RDMA) is a direct memory access from the memory of one computer into that of another without involving either one's operating system.)) SAN target. (You cannot do this using the standard installation DVD-ROM; you must customize it first.) |
===== Install the Windows AIK ===== | ===== Install the Windows AIK ===== | ||
Line 67: | Line 67: | ||
<Order>1</Order> | <Order>1</Order> | ||
<Path>cmd.exe /c for /f %i in ('dir /s /b %WINDIR%\inf\oem*.inf') do drvload %i || echo Ignoring error</Path> | <Path>cmd.exe /c for /f %i in ('dir /s /b %WINDIR%\inf\oem*.inf') do drvload %i || echo Ignoring error</Path> | ||
- | </RunSynchronousCommand> | ||
- | <RunSynchronousCommand wcm:action="add"> | ||
- | <Order>2</Order> | ||
- | <Path>cmd.exe /c echo rescan > %TMP%\rescan.txt && diskpart /s %TMP%\rescan.txt</Path> | ||
</RunSynchronousCommand> | </RunSynchronousCommand> | ||
</RunSynchronous> | </RunSynchronous> |