Remote Installation Services
   HOME

TheInfoList



OR:

RIS, Remote Installation Services is a
Microsoft Microsoft Corporation is an American multinational corporation and technology company, technology conglomerate headquartered in Redmond, Washington. Founded in 1975, the company became influential in the History of personal computers#The ear ...
-supplied server that allows
PXE PXE may refer to: Science and technology * Pentium Extreme Edition, a variant of the Pentium D microprocessor * Preboot Execution Environment, booting computers via a network * Pseudoxanthoma elasticum, a genetic disease Other uses * Proof and Exp ...
BIOS In computing, BIOS (, ; Basic Input/Output System, also known as the System BIOS, ROM BIOS, BIOS ROM or PC BIOS) is a type of firmware used to provide runtime services for operating systems and programs and to perform hardware initialization d ...
-enabled computers to remotely execute boot environment variables. These variables are likely computers that are on a company's (or that company's client's) network. RIS is used to create installation images of operating systems or computer configurations, which can be used to demonstrate the installation process to users whose machines have been granted access to the RIS server. This eliminates the need to use a CD-ROM for installing an operating system.


Background

At boot time, a workstation that has been set to boot from PXE will issue a BOOTP request via the network. Once the request is received, the DHCP Server will supply an
IP address An Internet Protocol address (IP address) is a numerical label such as that is assigned to a device connected to a computer network that uses the Internet Protocol for communication. IP addresses serve two main functions: network interface i ...
to the machine, and the DNS server will point the client computer to the RIS server, which in turn will issue a disc boot image (often called the "OS Chooser"). Once the OS Chooser environment has been booted, the user must authenticate against the
Domain Controller A domain controller (DC) is a Server (computing), server that responds to security authentication requests within a computer network domain. It is a Network (computing), network server that is responsible for allowing Host (network), host access to ...
, and can then select a Windows image to install. The source files for each image can be customized with 3rd party utilities such as nLite to slipstream updates and service packs, apply tweaks, perform unattended installations, and include software with the operating system.


History

Remote Installation Services was introduced with
Windows 2000 Windows 2000 is a major release of the Windows NT operating system developed by Microsoft, targeting the server and business markets. It is the direct successor to Windows NT 4.0, and was Software release life cycle#Release to manufacturing (RT ...
as an optional component when installed on Windows 2000 Server. Initially, it supported only the distribution of Windows 2000 Professional, but with Service Pack 3 allowed for the remote installation of Windows 2000 Server. RIS was updated twice; once to support
Windows XP Windows XP is a major release of Microsoft's Windows NT operating system. It was released to manufacturing on August 24, 2001, and later to retail on October 25, 2001. It is a direct successor to Windows 2000 for high-end and business users a ...
, and again to support
Windows Server 2003 Windows Server 2003, codenamed "Whistler Server", is the sixth major version of the Windows NT operating system produced by Microsoft and the first server version to be released under the Windows Server brand name. It is part of the Windows NT ...
. With the release of Service Pack 2 for Windows Server 2003, RIS was replaced with Windows Deployment Services.


Overview

On Windows 2003, two services are required to provide Remote Installation Services:
DHCP The Dynamic Host Configuration Protocol (DHCP) is a network management protocol used on Internet Protocol (IP) networks for automatically assigning IP addresses and other communication parameters to devices connected to the network using a clie ...
and Remote Installation Service. The Remote Installation Server doubles as a proxy DHCP server to provide Boot Server and File name instructions to clients. Remote Installation Service utilizes UDP port 4011Service overview and network port requirements for the Windows Server system
Microsoft Inc.
to provide clients the contents of each page the OS Chooser displays. Additionally, this service can provide drivers to clients; it is often used to provide the workstation's network card driver, which is required to launch the OS Chooser and mount the share where images are stored.


Installation Using RIS

RIS can be used only for clean installations and cannot be used to upgrade a previous version of Windows. A RIPrep image can contain the operating system and applications. Computers that are connected to the same network as the server, and have been enabled, automatically start the RIS sequence. This process can be automated through what is called Remote Replication. Remote replication allows installations to be sent to a designated network share at a remote office, which can then be run by any system at that location. This allows servers to run the install automatically, eliminating the need for dedicated hardware or personnel at each facility. The primary benefit of remote replication is reduced cost and complexity of managing multi-site organizations.


See also

* Windows Deployment Services *
Disk Image A disk image is a snapshot of a storage device's content typically stored in a file on another storage device. Traditionally, a disk image was relatively large because it was a bit-by-bit copy of every storage location of a device (i.e. every ...
* List of Microsoft Windows components


References


External links

*Windows 2000 RIS Step-by-Step Gmango
RIS and Windows 98
Using Windows 2000 Remote Installation Service to Deploy Windows 98
BINL protocol explained
{{Windows Components Windows components