Ris Configuration
Ris Configuration
Ris Configuration
RIS Prerequisites:
RIS requires a DHCP server, a DNS server, and an Active Directory Domain Controller, all of which can be on the
same server or a standalone server, it doesn't matter as long as they are accessible. The RIS server will need at
least a 2GB NTFS partition and the client image cannot be stored on the system drive
RIS clients need to be PXE compliant. If in the client's BIOS screen or Boot Device options there is an option for
"Network Boot" then the chances are that the computer is PXE compliant.
Although it is not necessary, an isolated subnet with an isolated domain can offer security for the RIS Service as
well as making it impossible for users to accidentally start a RIS install and lose their data.
Limitations of RIS:
RIS delivers only clean installs of XP Professional, you cannot use this technology to upgrade clients such as
Windows 98 to XP. While you cannot use RIS to install domain controllers, you can have Windows Server 2003
stand alone servers which can then join the domain and promoted to domain controllers. Wireless networks do
not support PXE network cards, so you cannot use the wireless medium to install XP Professional via RIS.
The RIS Server can be a Member Server, in fact it's probably BETTER to offer RIS from a Member Server than a
Domain Controller.
Once these conditions have been met then The Install can begin from the Add/Remove Program Control Panel:
Press Next
Any folder can be used as long as it is NTFS and not the system drive
If the folder you selected already exists then you will be asked to confirm your choice.
The above setting mean that any pc that contacts the server will be accepted for RIS install. By ticking the other
box, the client PC's Computer account must first be created in Active Directory. If no boxes are ticked then no RIS
installations will take place. These settings can be changed after the Installation has finished.
Here you enter the location of your XP Setup Files. Any location can be used, CD, local copy or network location.
This is the name of the folder that the image will be stored in, if it is not a standard image, then this can be
reflected in the name.
Here the Image description can be entered, again if it is not a standard image, then this can be reflected in the
description.
A brief reminder of the selections made and a chance to go back if something needs changed, otherwise press
Finish.
the Install process will take about 30 min's, if there are any errors, they will be displayed.
The properties of the Server's computer account will display the configuration options
here you can change the Server respond settings and also Verify the server configuration . Press Advanced
Settings
The naming convention for the Computer accounts can be customized here, for the Client install to be as
automatic as possible select custom as above.
The above format will ensure that the server creates incremental names for the computer accounts, if the RIS
server is on an isolated domain, then this setup ensures that you don't have to create/delete/modify the computer
accounts as they will have no effect on your live domain.
Here you can install a new image for another OS or another version of the same OS. Press Add
The "Add new installation image" option takes you through the same process as we have just completed to create
a new image. The "Associate a new answer file to an existing image" option allows you to customize the RIS
image further, choose this option.
The "Windows image Sample Files" option allows you to choose between 2 preset answer files, a standard one
and one that does not repartition the hard drive. The "Another Remote Installation Server" option allows you to
select an answer file already configured on another RIS server. The "An Alternate Location" allows you to select an
answer file from a local or network drive, choose this option.
Choose the Image you want to add the answer file to.
Locate the Answer file with the Browse button, it must have the .sif extension, To learn how to create an answer
file click here.
Enter a Description and Help Text
In order for normal users to install an OS with RIS they must be able to create computer accounts in the domain,
this is done as follows:
Open Active Directory Users and Computers from the Administrative Tools Program Menu or by typing dsa.msc at
the run prompt:
Select Delegate Control from the Domain Context Menu
Press Add and select the User(s) you want to grant the permission to
Press Next
Press Next
All Done, the specified users can now use RIS to install an OS image.
RIS can be used to deploy Ghost images to any PXE compliant RIS client by using the following method:
Here you can choose the DOS version to br used for the boot disk, PC-DOS will do but if necessary you can use
MS-DOS from a floppy disk.
Here you select the Ghost.exe file to be used on the boot disk and any command line parameters that you need.
More options but both are unnecessary for a RIS image deployment.
For use with RIS leave this as above, RIS uses DHCP after all so the service will be available.
Open The DHCP Management Console on the DHCP Server that serves the RIS clients:
Check that you can reach the DHCP server and check that the server is Authorized in Active Directory. Right-click
on the DHCP Server in the DHCP Management console and select Authorize
There is a program called rbfg.exe located at RISFolder\Admin\i386, this program creates a Specialized boot disk
that can be used when the network card is not PXE compliant, however, the included drivers are limited, but it
might work.
Explore the windows XP or windows 2003 Install CD and open the Deploy.cab file in the Support\Tools folder
Extract and run Setupmgr.exe
Press Next
Select Remote Installation Services (RIS) and press next
Choose which OS you want to install, please note that although you can Install windows 2003 with RIS, you
cannot make it a Domain Controller.
Here you choose the level of Interaction that will be required during the RIS install, choose Fully Automated.
Accept the terms of the License Agreement
Go through the options and configure them as you see fit. When finished press Finish and the Answer file will be
saved to a location of your choosing.
Create a Ghost Image Bootable DVD
A Ghost Bootable DVD is not a necessary part of windows RIS, but it provides a means of making your Ghost
Images portable. Once you have added the ghost component to RIS in step 3 then you can create an image using
GhostCast Server that comes as part of the Symantec Ghost Server.
Once an image has been created save it to a folder on a pc or server that has a DVD Writer and a copy of Nero
installed. Name the image as image.gho
You will also need a Windows 98 Boot disk, alternatively you can create a DOS boot disk in Ghost console by
selecting the "CD/DVD Startup Disk with Ghost" option in Ghost Boot Wizard Tools menu. Download a copy of
GhostBootDiskFiles and add them to the folder.
The text that starts with ECHO is what is displayed on screen during the ghosting process, change this to
whatever suits you.
@echo off
CLS
ECHO Initializing Ghost Recovery....
ECHO.
CLS
ECHO Do you wish to Restore Windows Xp to its Original State?
ECHO All Data will be erased!
ECHO Yes or No [y/n]
ECHO.
ECHO Setup will automatically exit after 15 Seconds.
ECHO.
R:\CHOICE.com /N /T:n,15
IF errorlevel 2 GOTO No
IF errorlevel 1 GOTO Yes
:Yes
R:\ghost -clone,mode=load,src=R:\Image.gho,dst=1 -sure
GOTO End
:No
exit
:End
exit
Also copy the files to the DOS boot Floppy and overwrite files if asked. The last file that you will need is Ghost.exe
which can be found in the program folder of the Symantec Ghost Server, copy this to the folder too. you should
now have a folder that looks like this:
Make sure the DOS boot disk into the drive and start Nero.
Select DVD-ROM(Boot) and on the right select "Bootable logical drive (must fit on the DVD), im currently working
on my laptop which has no floppy drive so this option was not available, but in your case make sure that you
select the drive that has the floppy disk in it. Select the ISO Tab.
Copy the files from the folder you made earlier on and burn the DVD. Once complete you DVD should be ready to
use, but remember that the DVD will overwrite all files that are currently on the PC, so make a backup of any
important documents.
All Done