Last week I noticed in our Production environment that the index server is running with low disk space. After that I tried to change the drive location of index.
The below are the steps to change the index location:
1. Log on to the index server as a member of the Administrators group.
2. Open a command prompt.
3. Type the following and then press ENTER to go to the folder that contains the stsadm.exe command-line utility.
cd %COMMONPROGRAMFILES%\Microsoft shared\Web server extensions\12\bin
4. Type the following and then press ENTER to move the content index to the new location.
stsadm –o editssp –title sspname -indexlocation drive:\folder
where sspname is the name of the shared services provider that is associated with the content index.
drive:\folder is the new location to which you want to move the content index.
For example : stsadm -o editssp -title Sharedservices1 -indexlocation e:\Data\MOSS_Search_Index
Important: |
The –indexlocation property must refer to an NTFS partition on a hard drive or SAN that is attached to the index server. |
You can choose to delete the content index from the original location. To do so, use Windows Explorer to delete the original file location.
Resume crawls and restore
If you paused crawls earlier, you can now resume those crawls.
Comments
Post a Comment