For those who want to move the view- and FT indexes away from the database and the DATA volume, here is the short procedure how to do it on a Linux (CentOS) server.

FTI

Create a separated mount for /data/fti and mount it.Alter your Domino's notes.ini by adding the next line:   FTBasePath=/data/ftirun updall -f to move and rebuild your Full Text IndexesWhen updall reports it's ready, please check to data volume because sometimes the old index remain there. You can remove them without any risk.

 

ViewIndex

Create a separated mount for /data/viewindex and mount it.

Alter your Domino's notes.ini by adding the next lines:   

CREATE_R9_DATABASES=1
NIFNSFEnable=1
CREATE_NIFNSF_DATABASES=1      ( every database created after setting this line, will have separated viewindexes )
NIFBasePath=/data/viewindex

Run: load compact -c -nifnsf on <database>  

Views: 311

By angioni

Leave a Reply

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.