Managing SIS on a Volume

Applies To: Windows Storage Server 2008 R2

Single Instance Storage (SIS) can be enabled or disabled on individual volumes on the storage appliance by using the Share and Storage Management snap-in or by using the Sisadmin.exe utility. When you disable SIS on a volume that is using SIS, the Groveler service is stopped. SIS can be also paused or disabled temporarily by pausing the Groveler service or changing its priority by using the Sisadmin.exe utility.

After the Groveler service has been paused on a volume, SIS can be uninstalled from that volume by using the Sisadmin.exe utility. When SIS is uninstalled from a volume, the files are unlinked from the SIS Common Store and restored to their original locations.

Note

Disabling SIS on a volume will fail if there is not sufficient disk space on the volume to store each duplicate file and the SIS Common Store.

Local Administrators permissions are required to complete the following procedures.

To enable SIS on a volume

  1. Click Start, point to Administrative Tools, and then click Share and Storage Management.

  2. In Share and Storage Management, on the Volumes tab, click the volume for which you want to enable SIS.

  3. In the Actions pane, click Properties.

  4. On the Advanced tab, select the Enable SIS on this volume check box, and then click OK.

To disable SIS on a volume

  1. Click Start, point to Administrative Tools, and then click Share and Storage Management.

  2. In Share and Storage Management, on the Volumes tab, click the volume for which you want to disable SIS.

  3. In the Actions pane, click Properties.

  4. On the Advanced tab, clear the Enable SIS on this volume check box, and then click OK.

Using Sisadmin.exe

Every time you enable or disable SIS on a volume, the Groveler service restarts. To avoid performance issues when enabling or disabling SIS on a large number of volumes, use the Sisadmin.exe utility to specify them all in a single command. Grouping all the volumes with a single command requires only a single restart of the Groveler service.

Local Administrators permissions are required to complete the following procedures.

To install SIS on a volume by using Sisadmin.exe

  1. To open an elevated command prompt, click Start, right click Command Prompt, and then click Run as administrator.

  2. Type the command sisadmin.exe /i <volumename>, where <volumename> is the letter name of the volume where SIS is to be installed.

To uninstall SIS from a volume by using Sisadmin.exe

  1. To open an elevated command prompt, click Start, right click Command Prompt, and then click Run as administrator.

  2. Type the command sisadmin.exe /u <volumename>, where <volumename> is the letter name of the volume from which SIS is to be removed.

To enable SIS on a volume by using Sisadmin.exe

  1. To open an elevated command prompt, click Start, right click Command Prompt, and then click Run as administrator.

  2. Type the command sisadmin.exe /e <volumename>, where <volumename> is the letter name of the volume where SIS is to be enabled. The Groveler service will be enabled and started for the volume.

To disable SIS on a volume by using Sisadmin.exe

  1. To open an elevated command prompt, click Start, right click Command Prompt, and then click Run as administrator.

  2. Type the command sisadmin.exe /d <volumename>, where <volumename> is the letter name of the volume where SIS is to be disabled. The Groveler service will be stopped and disabled for the volume.

Additional references

Single-Instance Store and SIS Backup (https://go.microsoft.com/fwlink/?LinkID=137200)