Configuration of a Microsoft Windows Process Server
The installer automatically creates a process server for you in Redwood Server, you can customize the process server to fulfil your needs.
Process Server Tab
Name | Value |
---|---|
Name | the name of the process server, Alphanumerical characters and underscores _ are allowed |
Default Time Zone | Olson time zone |
Definition Types Tab
Field | Value |
---|---|
Definition Type: | CMD |
Parameters Tab
The repository needs to know the host name (or IP address) and port number of the platform agent. The default port is 1555 and should be kept that way, unless another installed program is already using the default port.
Name | Value |
---|---|
RemoteHostName | <host name or IP address of system running remote agent> |
SharedSecret | <the shared secret generated during the installation> |
note
On Windows systems, the shared secret is generated during installation and gets written to the following file on the remote agent ${InstallDir}\net\instance\<instance>\private\secret
. The default instance is default
.
All other parameters are optional, you may specify them, but they have usable defaults. See process server parameters for a list of parameters. If you do not know the value of the SharedSecret, see the Configuring Remote Agents section.
note
To be in compliance with Microsoft guidelines, you should define the DataRootDirectory process server parameter and set it to a location outside of the Program Files
directory.
Queues Tab
Field | Value |
---|---|
Queue | System (or your own defined queue) |
Resources Tab
Resources link processes to two or more process servers to spread the load. Process servers which share a same resource are the only ones that can run processes which have that resource. You may choose any name for a resource. Processes that require a specific resource are spread across all process servers that have that resource and serve the queue the process was submitted in.
Services Tab
The correct services will be added for you automatically, you only need to fill in this tab manually if you want to create a file event only process server.