Interstage Shunsaku Data Manager Operator's Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX -
Contents Index PreviousNext

Appendix B Consideration on Setting Values of Execution Parameters in Environment files> B.3 Example of setting Execution Parameters in Environment Files

B.3.2 Example of Setting Multi-server Configuration

This section shows the example of how to set parameters in the environment files for multi-server configuration.

mark1Adding a Search Server and a Director Server

If a search server and a director server are added, edit the system environment file in the director server where conductor is allocated, then distribute it to the additional director server and search server.

Configuration

Shunsaku system name

shunsaku

Director server A

DirSvr1

Conductor identifier

shunc

Director identifier

shund1

Sorter identifier

shuno1

Director server B

DirSvr2

Director identifier

shund2

Search server A

SchSvr01

Searcher identifier

shuns01

Search server B

SchSvr02

Searcher identifier

shuns02

Examples of setting system environment file are shown below:

Condition

Shunsaku installation directory

C:\Program Files\Interstage Shunsaku\

Director data file storage directory

C:\Shunsaku\

Operation log file storage directory

C:\Shunbackup\ope\

Character code of the lookup data

UTF-8

Number of concurrent processes (number of search requests that is process at once + sort requests)

5 concurrent processes (search request: 3, sort request: 2)

Case sensitivity for alphanumeric characters

Do not match case

Case sensitivity for multi-byte alphabetic characters

Do not match case

Characters that will not be searched

Space (single-byte, multi-byte), linefeed character, horizontal tab

Maximum number of responses to the application

100 records

Outputting log file

Output the log file (switch the file at 100 MB)

Number of back up log file

100

Number of days that the log file will be switched

30 days

Outputting performance log file

Output the log file (switch the file at 100 MB)

Number of performance backup log file

100

Number of days that performance log file will be switched

30 days

Outputting operation log file

Output the log file

Maximum response wait time for the search process

60 seconds

Director for importing data

shund2

mark2(1)System Environment File

System environment file: shunsaku.cfg

Conductor          shunc DirSvr1 33101
Sorter             shuno1 DirSvr1 33201
Director           shund1 DirSvr1 33301 33302 33303 -------------(a)
Director           shund2 DirSvr2 33301 33302 33303 -------------(a)
Searcher           shuns01 SchSvr01 33501 shund1 ----------------(b)
Searcher           shuns02 SchSvr02 33501 shund2 ----------------(b)
CharacterCode      UTF-8 ----------------------------------------(c)
ANKmix             1 --------------------------------------------(d)
KNJmix             1 --------------------------------------------(e)
SkipChar           "\s,\S,\n,\t" --------------------------------(f)
  1. Adds all the director information on the director server (Director identifier, host name or IP address, port number for issuing search requests to searchers, port number for update requests to searchers, port number for receiving requests from conductor) at the Director parameter. Specifies the director number at the end to specify the order in which search results are returned to directors.
    If multiple directors are allocated in one server, specifies different port number to each director. If multiple directors are allocated in different servers, the same port number can be specified.
  2. Adds all the searcher information on the search server (Searcher identifier, host name or IP address, port number for receiving requests from directors, director identifier of the connected director) at the Searcher parameter.
    If multiple searchers are allocated in one server, specifies different port number to each searcher. If multiple searchers are allocated in different servers, the same port number can be specified.
  3. Specifies character code (UTF-8) for lookup data at the CharacterCode parameter.
  4. Specifies 1 (Do not match case sensitivity for alphanumeric characters) at the ANKmix parameter.
  5. Specifies 1 (Do not match case sensitivity for multi-byte alphabetic characters) at the KNJmix parameter.
  6. Specifies the characters that are not part of the search target (\s: single-byte space, \S: multi-byte space, \n: linefeed, \t: horizontal tab) by enclosing those characters in double quotes at the SkipChar parameter.

Specifies the ANKmix, KNJmix, and SkipChar parameters in the system environment file to omit the specification in director environment file.

mark2(2)Conductor Environment File

Conductor environment file: shunc.cfg

LogFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\conductor\" ------(a)
LogFileSize         100 -----------------------------------------------------------------(b)
LogFileBackup       100------------------------------------------------------------------(c)
LogFileSwitch       30 ------------------------------------------------------------------(d)
PfmFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\conductor\" ------(e)
PfmFileSize         100 -----------------------------------------------------------------(f)
PfmFileBackup       100 -----------------------------------------------------------------(g)
PfmFileSwitch       30 ------------------------------------------------------------------(h)
CoreFileFolder      "C:\Program Files\Interstage Shunsaku\Shunsaku\core\conductor\" -----(i)
AnsMax              100 -----------------------------------------------------------------(j)
InsertPoint         shund2 --------------------------------------------------------------(k)
MaxConnection       10 ------------------------------------------------------------------(l)
  1. Specifies the storage directory of log files at the LogFileFolder parameter with the absolute path. Specifies at the LogFileFolder parameter in director, sorter, and searcher environment files as same as this conductor environment file.
  2. Specifies the size (100 as a default) at which the conductor log file will switch over for the LogFileSize parameter. The unit of the number is megabyte.
  3. Specifies the number of backup log file (100 as a default) at the LogFileBackup parameter. Specifies at the LogFileBackup parameter in director, sorter, and searcher environment files as same as this conductor environment file.
  4. Specifies the Number of days that the log file will be switched (30 as a default) for the LogFileSwitch parameter. Specifies at the LogFileSwitch parameter in director, sorter, and searcher environment files as same as this conductor environment file.
  5. Specifies the storage directory of performance log files at the PfmFileFolder parameter with the absolute path. Specifies at the PfmFileFolder parameter in director, sorter, and searcher environment files as same as this conductor environment file.
  6. Specifies the size (100 as a default) at which the conductor performance log file will switch over for the PfmFileSize parameter. The unit of the number is megabyte.
  7. Specifies the number of performance backup log file (100 as a default) at the PfmFileBackup parameter. Specifies at the PfmFileBackup parameter in director, sorter, and searcher environment files as same as this conductor environment file.
  8. Specifies the Number of days that the performance log file will be switched (30 as a default) for the PfmFileSwitch parameter. Specifies at the PfmFileSwitch parameter in director, sorter, and searcher environment files as same as this conductor environment file.
  9. Specifies the storage directory of core file at the CoreFileFolder parameter with the absolute path when an error occurs. Specifies at the CoreFileFolder parameter in director, sorter, and searcher environment files as same as this conductor environment file.
  10. Specifies the maximum number of responses to the application (100 as a default). If Shunsaku API is used and is accessed through the conductor, specifies the AnsMax parameter in the conductor environment file.
    (Omit the AnsMax parameter in the director environment file)
  11. Specifies the director identifier of the director that the data is imported from the application using Shunsaku API, at the InsertPoint parameter.
  12. Specifies the maximum number of connections to the conductor (10 as a default) at the MaxConnection parameter.

mark2(3)Director Environment File

Director environment file: shund1.cfg

DataFileFolder      C:\Shunsaku\ --------------------------------------------------------(a)
LogFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\director\"
LogFileSize         100
LogFileBackup       100
LogFileSwitch       30
PfmFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\director\"
PfmFileSize         100
PfmFileBackup       100
PfmFileSwitch       30
CoreFileFolder      "C:\Program Files\Interstage Shunsaku\Shunsaku\core\director\"
OperationLogFolder  C:\Shunbackup\ope ---------------------------------------------------(b)
MultiMax            5 -------------------------------------------------------------------(c)
SearcherWTimer      60 ------------------------------------------------------------------(d)
  1. Specifies the storage directory of the director data file at the DataFileFolder parameter with the absolute path.
  2. Specifies the storage directory of the operation log file at the OperationLogFolder parameter with the absolute path.
  3. Specifies the maximum number of search requests that can be received at once (5 as a default) for the MultiMax parameter.
  4. Specifies the maximum time to wait for a search response from the searcher (60 as a default) at the SearcherWTimer parameter. The unit of the number is second.
    Also specifies the maximum wait time at the WaitTimer parameter in the API environment file.

mark2(4)Sorter Environment File

Sorter environment file: shuno1.cfg

MultiMax            2 ------------------------------------------------------------------(a)
LogFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\sorter\"
LogFileSize         100
LogFileBackup       100
LogFileSwitch       30
PfmFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\sorter\"
PfmFileSize         100
PfmFileBackup       100
PfmFileSwitch       30
CoreFileFolder      "C:\Program Files\Interstage Shunsaku\Shunsaku\core\sorter\"
  1. Specifies the maximum number of sort or aggregation requests (2 as a default) that can be received at once for the MultiMax parameter.

mark2(5)Searcher Environment File

Searcher environment file: shuns01.cfg

LogFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\searcher\"
LogFileSize         100
LogFileBackup       100
LogFileSwitch       30
PfmFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\searcher\"
PfmFileSize         100
PfmFileBackup       100
PfmFileSwitch       30
CoreFileFolder      "C:\Program Files\Interstage Shunsaku\Shunsaku\core\searcher\"

mark2(6)Director Environment File

Director environment file: shund2.cfg

DataFileFolder      C:\Shunsaku\
LogFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\director\"
LogFileSize         100
LogFileBackup       100
LogFileSwitch       30
PfmFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\director\"
PfmFileSize         100
PfmFileBackup       100
PfmFileSwitch       30
CoreFileFolder      "C:\Program Files\Interstage Shunsaku\Shunsaku\core\director\"
OperationLogFolder  C:\Shunbackup\ope
MultiMax            5
SearcherWTimer      60

mark2(7)Searcher Environment File

Searcher environment file: shuns02.cfg

LogFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\searcher\"
LogFileSize         100
LogFileBackup       100
LogFileSwitch       30
PfmFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\searcher\"
PfmFileSize         100
PfmFileBackup       100
PfmFileSwitch       30
CoreFileFolder      "C:\Program Files\Interstage Shunsaku\Shunsaku\core\searcher\"

mark1Adding a Sort Server

If a sorter server is added, edit the system environment file in the director server where conductor is allocated, then distribute it to the additional sort server.

Configuration

Shunsaku system name

shunsaku

Director server

DirSvr1

Conductor identifier

shunc

Director identifier

shund1

Sorter identifier

shuno1

Searcher identifier

shuns01

Sort server

SortSvr1

Sorter identifier

shuno2

Examples of setting system environment file are shown below:

Condition

Shunsaku installation directory

C:\Program Files\Interstage Shunsaku\

Director data file storage directory

C:\Shunsaku\

Operation log file storage directory

C:\Shunbackup\ope\

Character code of the lookup data

UTF-8

Number of concurrent processes (number of search requests that is process at once + sort requests)

5 concurrent processes (search request: 3, sort request: 2)

Case sensitivity for alphanumeric characters

Do not match case

Case sensitivity for multi-byte alphabetic characters

Do not match case

Characters that will not be searched

Space (single-byte, multi-byte), linefeed character, horizontal tab

Maximum number of responses to the application

100 records

Outputting log file

Output the log file (switch the file at 100 MB)

Number of back up log file

100

Number of days that the log file will be switched

30 days

Outputting performance log file

Output the log file (switch the file at 100 MB)

Number of performance backup log file

100

Number of days that performance log file will be switched

30 days

Outputting operation log file

Output the log file

Maximum response wait time for the search process

60 seconds

mark2System Environment File

System environment file: shunsaku.cfg

Conductor          shunc DirSvr1 33101
Sorter             shuno1 DirSvr1 33201 -------------------------(a)
Sorter             shuno2 SortSvr1 33201 ------------------------(a)
Director           shund1 DirSvr1 33301 33302 33303
Searcher           shuns01 SchSvr01 33501 shund1
CharacterCode      UTF-8 ----------------------------------------(b)
ANKmix             1 --------------------------------------------(c)
KNJmix             1 --------------------------------------------(d)
SkipChar           "\s,\S,\n,\t" --------------------------------(e)
  1. Adds all the sorter information on the director server and sort server (Sorter identifier, host name or IP address, port number for receiving sort requests from conductor) at the Sorter parameter.
    If multiple sorters are allocated in one server, specifies different port number to each sorter. If multiple sorters are allocated in different servers, the same port number can be specified.
  2. Specifies character code (UTF-8) for lookup data at the CharacterCode parameter.
  3. Specifies 1 (Do not match case sensitivity for alphanumeric characters) at the ANKmix parameter.
  4. Specifies 1 (Do not match case sensitivity for multi-byte alphabetic characters) at the KNJmix parameter.
  5. Specifies the characters that are not part of the search target (\s: single-byte space, \S: multi-byte space, \n: linefeed, \t: horizontal tab) by enclosing those characters in double quotes at the SkipChar parameter.

Specifies the ANKmix, KNJmix, and SkipChar parameters in the system environment file to omit the specification in director environment file.

mark2(2)Conductor Environment File

Conductor environment file: shunc.cfg

LogFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\conductor\" ------(a)
LogFileSize         100 -----------------------------------------------------------------(b)
LogFileBackup       100------------------------------------------------------------------(c)
LogFileSwitch       30 ------------------------------------------------------------------(d)
PfmFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\conductor\" ------(e)
PfmFileSize         100 -----------------------------------------------------------------(f)
PfmFileBackup       100 -----------------------------------------------------------------(g)
PfmFileSwitch       30 ------------------------------------------------------------------(h)
CoreFileFolder      "C:\Program Files\Interstage Shunsaku\Shunsaku\core\conductor\" -----(i)
AnsMax              100 -----------------------------------------------------------------(j)
MaxConnection       10 ------------------------------------------------------------------(k)
  1. Specifies the storage directory of log files at the LogFileFolder parameter with the absolute path. Specifies at the LogFileFolder parameter in director, sorter, and searcher environment files as same as this conductor environment file.
  2. Specifies the size (100 as a default) at which the conductor log file will switch over for the LogFileSize parameter. The unit of the number is megabyte.
  3. Specifies the number of backup log file (100 as a default) at the LogFileBackup parameter. Specifies at the LogFileBackup parameter in director, sorter, and searcher environment files as same as this conductor environment file.
  4. Specifies the Number of days that the log file will be switched (30 as a default) for the LogFileSwitch parameter. Specifies at the LogFileSwitch parameter in director, sorter, and searcher environment files as same as this conductor environment file.
  5. Specifies the storage directory of performance log files at the PfmFileFolder parameter with the absolute path. Specifies at the PfmFileFolder parameter in director, sorter, and searcher environment files as same as this conductor environment file.
  6. Specifies the size (100 as a default) at which the conductor performance log file will switch over for the PfmFileSize parameter. The unit of the number is megabyte.
  7. Specifies the number of performance backup log file (100 as a default) at the PfmFileBackup parameter. Specifies at the PfmFileBackup parameter in director, sorter, and searcher environment files as same as this conductor environment file.
  8. Specifies the Number of days that the performance log file will be switched (30 as a default) for the PfmFileSwitch parameter. Specifies at the PfmFileSwitch parameter in director, sorter, and searcher environment files as same as this conductor environment file.
  9. Specifies the storage directory of core file at the CoreFileFolder parameter with the absolute path when an error occurs. Specifies at the CoreFileFolder parameter in director, sorter, and searcher environment files as same as this conductor environment file.
  10. Specifies the maximum number of responses to the application (100 as a default). If Shunsaku API is used and is accessed through the conductor, specifies the AnsMax parameter in the conductor environment file.
    (Omit the AnsMax parameter in the director environment file)
  11. Specifies the maximum number of connections to the conductor (10 as a default) at the MaxConnection parameter.

mark2(3)Director Environment File

Director environment file: shund1.cfg

DataFileFolder      C:\Shunsaku\ --------------------------------------------------------(a)
LogFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\director\"
LogFileSize         100
LogFileBackup       100
LogFileSwitch       30
PfmFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\director\"
PfmFileSize         100
PfmFileBackup       100
PfmFileSwitch       30
CoreFileFolder      "C:\Program Files\Interstage Shunsaku\Shunsaku\core\director\"
OperationLogFolder  C:\Shunbackup\ope ---------------------------------------------------(b)
MultiMax            5 -------------------------------------------------------------------(c)
SearcherWTimer      60 ------------------------------------------------------------------(d)
  1. Specifies the storage directory of the director data file at the DataFileFolder parameter with the absolute path.
  2. Specifies the storage directory of the operation log file at the OperationLogFolder parameter with the absolute path.
  3. Specifies the maximum number of search requests that can be received at once (5 as a default) for the MultiMax parameter.
  4. Specifies the maximum time to wait for a search response from the searcher (60 as a default) at the SearcherWTimer parameter. The unit of the number is second.
    Also specifies the maximum wait time at the WaitTimer parameter in the API environment file.

mark2(4)Sorter Environment File

Sorter environment file: shuno1.cfg

MultiMax            2 ------------------------------------------------------------------(a)
LogFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\sorter\"
LogFileSize         100
LogFileBackup       100
LogFileSwitch       30
PfmFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\sorter\"
PfmFileSize         100
PfmFileBackup       100
PfmFileSwitch       30
CoreFileFolder      "C:\Program Files\Interstage Shunsaku\Shunsaku\core\sorter\"
  1. Specifies the maximum number of sort or aggregation requests (2 as a default) that can be received at once for the MultiMax parameter.

mark2(5)Searcher Environment File

Searcher environment file: shuns01.cfg

LogFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\searcher\"
LogFileSize         100
LogFileBackup       100
LogFileSwitch       30
PfmFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\searcher\"
PfmFileSize         100
PfmFileBackup       100
PfmFileSwitch       30
CoreFileFolder      "C:\Program Files\Interstage Shunsaku\Shunsaku\core\searcher\"

mark2(6)Sorter Environment File

Sorter environment file: shuno2.cfg

MultiMax            2
LogFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\sorter\"
LogFileSize         100
LogFileBackup       100
LogFileSwitch       30
PfmFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\sorter\"
PfmFileSize         100
PfmFileBackup       100
PfmFileSwitch       30
CoreFileFolder      "C:\Program Files\Interstage Shunsaku\Shunsaku\core\sorter\"

mark1Allocating an Alternative Search Server

If an alternative search server is allocated, edit the system environment file in the director server where conductor is allocated, then distribute it to the alternative search server.

Configuration

Shunsaku system name

shunsaku

Director server

DirSvr1

Conductor identifier

shunc

Director identifier

shund1

Sorter identifier

shuno1

Search server (operation)

SchSvr01

Searcher identifier

shuns01

Search server (alternative)

SchWSvr01

Searcher identifier

shunsw01

Examples of setting system environment file are shown below:

Condition

Shunsaku installation directory

C:\Program Files\Interstage Shunsaku\

Director data file storage directory

C:\Shunsaku\

Operation log file storage directory

C:\Shunbackup\ope\

Character code of the lookup data

UTF-8

Number of concurrent processes (number of search requests that is process at once + sort requests)

5 concurrent processes (search request: 3, sort request: 2)

Case sensitivity for alphanumeric characters

Do not match case

Case sensitivity for multi-byte alphabetic characters

Do not match case

Characters that will not be searched

Space (single-byte, multi-byte), linefeed character, horizontal tab

Maximum number of responses to the application

100 records

Outputting log file

Output the log file (switch the file at 100 MB)

Number of back up log file

100

Number of days that the log file will be switched

30 days

Outputting performance log file

Output the log file (switch the file at 100 MB)

Number of performance backup log file

100

Number of days that performance log file will be switched

30 days

Outputting operation log file

Output the log file

Maximum response wait time for the search process

60 seconds

Scope that is regarded as abnormal when searcher abnormalities occur

Regard as abnormal for search server

mark2System Environment File

System environment file: shunsaku.cfg

Conductor            shunc DirSvr1 33101
Sorter               shuno1 DirSvr1 33201
Director             shund1 DirSvr1 33301 33302 33303
Searcher             shuns01 SchSvr01 33501 shund1
AlternativeSearcher  shunsw01 SchWSvr01 33501 shund1 --------------(a)
CharacterCode        UTF-8 ----------------------------------------(b)
ANKmix               1 --------------------------------------------(c)
KNJmix               1 --------------------------------------------(d)
SkipChar             "\s,\S,\n,\t" --------------------------------(e)
SearcherFailureEscalation    1 ------------------------------------(f)
  1. Adds all the information of an alternative searcher (Searcher identifier of the alternative searcher, host name or IP address, port number for receiving requests from directors, director identifier of the connected director) at the AlternativeSearcher parameter. To limit the director that can be used, specifies the director identifier at the end.
    If multiple alternative searchers are allocated in one server, specifies different port number to each searcher. If multiple alternative searchers are allocated in different servers, the same port number can be specified.
  2. Specifies character code (UTF-8) for lookup data at the CharacterCode parameter.
  3. Specifies 1 (Do not match case sensitivity for alphanumeric characters) at the ANKmix parameter.
  4. Specifies 1 (Do not match case sensitivity for multi-byte alphabetic characters) at the KNJmix parameter.
  5. Specifies the characters that are not part of the search target (\s: single-byte space, \S: multi-byte space, \n: linefeed, \t: horizontal tab) by enclosing those characters in double quotes at the SkipChar parameter.
  6. When a searcher abnormality is detected on a search server where multiple searchers have been allocated, specifies 0 at the SearcherFailureEscalation parameter to regard only the target searcher as abnormal. Specifies 1 to regard entire search server where the target searcher is allocated as abnormal.

Specifies the ANKmix, KNJmix, and SkipChar parameters in the system environment file to omit the specification in director environment file.

mark2(2)Conductor Environment File

Conductor environment file: shunc.cfg

LogFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\conductor\" ------(a)
LogFileSize         100 -----------------------------------------------------------------(b)
LogFileBackup       100-------------------------------------------------------------------(c)
LogFileSwitch       30 -----------------------------------------------------------------(d)
PfmFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\conductor\" ------(e)
PfmFileSize         100 -----------------------------------------------------------------(f)
PfmFileBackup       100 -----------------------------------------------------------------(g)
PfmFileSwitch       30 ------------------------------------------------------------------(h)
CoreFileFolder      "C:\Program Files\Interstage Shunsaku\Shunsaku\core\conductor\" -----(i)
AnsMax              100 -----------------------------------------------------------------(j)
MaxConnection       10 ------------------------------------------------------------------(k)
  1. Specifies the storage directory of log files at the LogFileFolder parameter with the absolute path. Specifies at the LogFileFolder parameter in director, sorter, and searcher environment files as same as this conductor environment file.
  2. Specifies the size (100 as a default) at which the conductor log file will switch over for the LogFileSize parameter. The unit of the number is megabyte.
  3. Specifies the number of backup log file (100 as a default) at the LogFileBackup parameter. Specifies at the LogFileBackup parameter in director, sorter, and searcher environment files as same as this conductor environment file.
  4. Specifies the Number of days that the log file will be switched (30 as a default) for the LogFileSwitch parameter. Specifies at the LogFileSwitch parameter in director, sorter, and searcher environment files as same as this conductor environment file.
  5. Specifies the storage directory of performance log files at the PfmFileFolder parameter with the absolute path. Specifies at the PfmFileFolder parameter in director, sorter, and searcher environment files as same as this conductor environment file.
  6. Specifies the size (100 as a default) at which the conductor performance log file will switch over for the PfmFileSize parameter. The unit of the number is megabyte.
  7. Specifies the number of performance backup log file (100 as a default) at the PfmFileBackup parameter. Specifies at the PfmFileBackup parameter in director, sorter, and searcher environment files as same as this conductor environment file.
  8. Specifies the Number of days that the performance log file will be switched (30 as a default) for the PfmFileSwitch parameter. Specifies at the PfmFileSwitch parameter in director, sorter, and searcher environment files as same as this conductor environment file.
  9. Specifies the storage directory of core file at the CoreFileFolder parameter with the absolute path when an error occurs. Specifies at the CoreFileFolder parameter in director, sorter, and searcher environment files as same as this conductor environment file.
  10. Specifies the maximum number of responses to the application (100 as a default). If Shunsaku API is used and is accessed through the conductor, specifies the AnsMax parameter in the conductor environment file.
    (Omit the AnsMax parameter in the director environment file)
  11. Specifies the maximum number of connections to the conductor (10 as a default) at the MaxConnection parameter.

mark2(3)Director Environment File

Director environment file: shund1.cfg

DataFileFolder      C:\Shunsaku\ --------------------------------------------------------(a)
LogFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\director\"
LogFileSize         100
LogFileBackup       100
LogFileSwitch       30
PfmFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\director\"
PfmFileSize         100
PfmFileBackup       100
CoreFileFolder      "C:\Program Files\Interstage Shunsaku\Shunsaku\core\director\"
OperationLogFolder  C:\Shunbackup\ope ---------------------------------------------------(b)
MultiMax            5 -------------------------------------------------------------------(c)
SearcherWTimer      60 ------------------------------------------------------------------(d)
  1. Specifies the storage directory of the director data file at the DataFileFolder parameter with the absolute path.
  2. Specifies the storage directory of the operation log file at the OperationLogFolder parameter with the absolute path.
  3. Specifies the maximum number of search requests that can be received at once (5 as a default) for the MultiMax parameter.
  4. Specifies the maximum time to wait for a search response from the searcher (60 as a default) at the SearcherWTimer parameter. The unit of the number is second.
    Also specifies the maximum wait time at the WaitTimer parameter in the API environment file.

mark2(4)Sorter Environment File

Sorter environment file: shuno1.cfg

MultiMax            2 ------------------------------------------------------------------(a)
LogFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\sorter\"
LogFileSize         100
LogFileBackup       100
LogFileSwitch       30
PfmFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\sorter\"
PfmFileSize         100
PfmFileBackup       100
CoreFileFolder      "C:\Program Files\Interstage Shunsaku\Shunsaku\core\sorter\"
  1. Specifies the maximum number of sort or aggregation requests (2 as a default) that can be received at once for the MultiMax parameter.

mark2(5)Searcher Environment File

Searcher environment file: shuns01.cfg

LogFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\searcher\"
LogFileSize         100
LogFileBackup       100
LogFileSwitch       30
PfmFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\searcher\"
PfmFileSize         100
PfmFileBackup       100
CoreFileFolder      "C:\Program Files\Interstage Shunsaku\Shunsaku\core\searcher\"

mark2(6)Searcher Environment File

Searcher environment file: shunsw01.cfg

LogFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\searcher\"
LogFileSize         100
LogFileBackup       100
LogFileSwitch       30
PfmFileFolder       "C:\Program Files\Interstage Shunsaku\Shunsaku\log\searcher\"
PfmFileSize         100
PfmFileBackup       100
CoreFileFolder      "C:\Program Files\Interstage Shunsaku\Shunsaku\core\searcher\"

Contents Index PreviousNext

All Rights Reserved, Copyright (C) FUJITSU LIMITED 2006