Edit a Remote Perimeter Server in a UNIX Environment

You might need to change the IP addresses or the port number that you entered when you installed the remote perimeter server configuration.

Procedure

To edit a remote perimeter server configuration, complete the following steps:

  1. On the remote computer, in the <install_dir>, run stopPs.sh to stop the perimeter server.
  2. Locate the <install_dir>/remote_perimeter.properties file.
  3. Open remote_perimeter.properties in a text editor and make the appropriate changes to the script:
    PS_DEBUG
    Sets the logging level. Valid values are 1 through 8 with the larger numbers providing more detailed logging information.
    PS_PORT
    Sets the port for the specific perimeter server to listen to for a connection from Sterling B2B Integrator.
    INTERNAL_INTERFACE
    Sets the network interface for the specific perimeter server to use to communicate with Sterling B2B Integrator.
    EXTERNAL_INTERFACE
    Sets the network interface for the specific perimeter server to use to communicate with your trading partners.
    MAX_HEAP_SIZE
    Sets the maximum heap size for the JVM that is running the specific perimeter server.
    MAX_ALLOCATION
    Sets the maximum amount of data the specific perimeter server buffers in MB.
  4. Save remote_perimeter.properties without changing the name of the file.
  5. In <install_dir>, run startupPs.sh to start the perimeter server.