Disabling locate for folders

Disable the locate deamon for IBM® Safer Payments folders.

The locate daemon creates a database with file contents. Make sure that at least one applies:
  • locate is not installed.
  • locate is disabled on the operating system.
  • All IBM Safer Payments folders are excluded from the locate search paths.
To change the locate search paths, edit the /etc/updatedb.conf file and add the IBM Safer Payments folder to PRUNEPATHS.

Assuming PRUNEPATHS is set to:

PRUNEPATHS="/afs /media /net /sfs /tmp /udev /var/cache/ccache 
/var/spool /var/tmp"

And you installed IBM Safer Payments to /instancePath as described in Installing IBM Safer Payments for the first time.

Change PRUNEPATHS to:

PRUNEPATHS="/afs /media /net /sfs /tmp /udev /var/cache/ccache 
/var/spool /var/tmp /instancePath"
Note:
  • If you adapted IBM Safer Payments file storage locations during cluster configuration as described in Configuring cardholder data storage locations, you must also add folders that are used outside /instancePath to PRUNEPATHS. Keep in mind that file locations can be configured differently per cluster instance.
  • If any such folders are located on separate servers, adjust PRUNEPATHS on those servers as well.