Update Server Details
To update the settings of a server in your iProcess Engine, such as the description of the server and whether it will check for the sw_error or sw_warn files, which are located in the SWDIR\log directory, you can use the following command:
swadm update_server machine_id | machine_name check_error_files machine_comment
where:
|
•
|
machine_id is the server identifier (such as 1, 2, or 3). |
|
•
|
machine_name is the physical name of the server (such as Pluto or Hercules). |
|
•
|
check_error_files is used to define if the server checks for iProcess error files (the sw_error and sw_warn files). Replace check_error_files with one of the following values: |
|
—
|
Y specifies Process Sentinels check for error files. |
|
—
|
N specifies no error checking is performed. |
|
•
|
machine_comment is used to provide any notes for the server. This can be used to describe the function of the server such as background_1 if it runs the background processes. |
Example
If you want server hades in your iProcess Engine to start checking for error log files and have the description of BG_processor_2, you can change the setting of the server using the following command.
# swadm update_server hades Y BG_processor_2