2.3.8 Create Filestore Directories in the Database Server for Graph

This section describes how to create Filestore Directories in the Database Server for Graph.

Note:

This section is applicable only for Graph use case.
To create filestore directories in the database server:
  1. Log in as DB user in your DB server.
  2. Create a new directory with preferred reference name (for example, datapipeline) at the preferred location.
  3. Execute the following commands in putty session of the DB server:
    • Create a directory for the external table to write the logs - mkdir -p ##<Location of the Created Directory>##/file_store/fs_list/ logs
    • Create a directory to hold a pre-processor script used to list files in the directory and this requires read-execute permissions - mkdir -p ##<Location of the Created Directory>##/file_store/fs_list/ script
    • Create a directory to hold files to control which directories can be listed and this requires read permissions - mkdir -p ##<Location of the Created Directory>##/file_store/fs_list/ control
    • Create a directory to hold files to control which directories can be listed and this requires read permissions - mkdir -p ##<Location of the Created Directory>##/file_store/fs_list/ fccm-data