How do I move the distribution point for Remote Installation Services?

John Savill

January 8, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. To move the distribution point for the Remote Installation Serviceperform the following actions. The destination must still be NTFS and NOT theboot or system partition.

  1. Stop both the trivial FTP and NetPC Boot Service Manager services
    C:> net stop binlsvc
    C:> net stop tftpd

  2. Copy the remoteinstall directory from the current drive to the destination
    C:> xcopy :remoteinstall :remoteinstall

  3. Delete the old reminst share
    C:> net share reminst /d

  4. Recreate pointing to the new location
    C:> net share reminst=:remoteinstall

  5. Invoke the RIS self check mechanism (the wizard will be started, click Next and then Finish)
    C:> risetup -check

  6. Restart the services
    C:> net start binlsvc
    C:> net start tftpd

If you get an error from the client such as 'file not found', changeHKEY_LOCAL_MACHINESystemCCSServicesTftpdparamtersDirectory to point to thenew directory (:RemoteInstall)

Installation images stored in locations other than \RemoteInstallSetupImages andreferenced through junction points are not acted upon by the Single InstanceStorage (SIS) groveler agent and may use extra disk space.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like