Skip to content

Connect a PLOSSYS netdome System


After the installation, the PLOSSYS netdome (p4) connector has already been activated. In the PLOSSYS netdome system, the node-p4rest service has to be installed.

For connecting a PLOSSYS netdome system as backend system for SEAL Operator, execute the following steps:


Install the node-p4rest Service in the PLOSSYS netdome System

  1. In a browser, log on to the SEAL Systems delivery platform with your logon data:

    https://delivery.sealsystems.de

    Hint - logon data

    You receive the logon data from your Technical Project Manager at SEAL Systems.

  2. Download the node-p4rest-5.1.13.170.msi file from the SEAL Systems delivery platform. It is saved as node-p4rest-5.1.13.170.msi.

  3. Install node-p4rest-5.1.13.170.msi. With this, the node-p4rest service will be installed.

  4. Open the Windows System dialog and select Advanced System Settings.

  5. In the System Properties dialog, select Environment Variables.

  6. Specify the following mandatory node-p4rest key in System Variables:

  7. Specify the following optional node-p4rest keys and PLOSSYS netdome variables in System Variables unless the respective default fits:

    • ID_PROVIDER_CERT (optional): Path and the file name of the certificate generated by the OIDC identity provider

    • INFOSERVER_URL (optional): URL of PLOSSYS Infoserver

    • PLSHOST (optional): Server name of PLOSSYS Infoserver

    • PLSPORT (optional): Port number of PLOSSYS Infoserver

    • PLSROOT (optional): PLOSSYS netdome installation directory

    • PGHOST (optional): Server name of the PLOSSYS netdome PostgreSQL database used for the job reply

    • PGPORT (optional): Port number of the PLOSSYS netdome PostgreSQL database used for the job reply

    • RLIGATE (optional): Name of the target directory for the repro list files (rli, rlist)

    • SERVICE_URL (optional): URL under which the service can be accessed

    Literature - PLOSSYS netdome system variables

    For further information about the PLOSSYS netdome system variables, refer to the PLOSSYS netdome System Description.

  8. Start the following service:

    • node-p4rest

Caution - access to the directories of PLOSSYS netdome

Make sure that the service account under which the node-p4rest service has been installed is allowed to write to the gate directories of PLOSSYS netdome.


Activate the Connector and Specify the Keys for the Connection

In SEAL Operator, activate the connector and specify the keys for the connection:

  1. Export the complete configuration of SEAL Operator from Consul to a YAML file in order to ensure that the current configuration settings are used.

    operator config export <filename>.yml --insecure
    
  2. In the section of the PLOSSYS netdome (p4) connector, set cstatus to on. The Fileupload (scratch) connector has to be activated as well.

    operator:
      connectors:
        ...
          p4:
            cstatus: 'on'
            serviceName: operator-p4
            url: 'https://localhost:3010'
          scratch:
            cstatus: 'on'
            serviceName: operator-fileupload
            url: 'https://localhost:3009'
        ...
    

    Caution - do not turn off

    Do not deactivate the Fileupload (scratch) connector due to the PLOSSYS netdome (p4) connector will not work otherwise!

  3. In the env section, specify the following keys for the seal-operator-p4 service:

    env:
      service:
      ...
        operator-p4:
          tag:
            any:
              ACTION_EXECUTOR: P4
              PLOSSYS_URL: 'https://<plossys_4_server_name>:3011'
      ...
    

    Literature - keys

    For further information about the available keys, refer to the description of the Keys.

  4. Specify the following optional keys if required:

    • APW_URL: URL of the APW REST server

    • JWT_USERNAME: User name set in the JSON Web Token (JWT)

    • PLOSSYS_TIMEOUT: Timeout for connecting and retrieving data from the PLOSSYS netdome system

    • STAMP_META: Flag if additional sheets are stamped as well

    • TARGET_CONTENT_TYPE: PLOSSYS netdome-specific job format, repro list or set collation

    • TARGET_FILE_KEY: Key where to put the names of local files when exporting to a repro list

    • USER_NAME_KEY: Key where to put the name of the logged-in user when exporting to a repro list

  5. Save the <filename>.yml file and re-import it to Consul.

    operator config import <filename>.yml --insecure
    

Specify the Logon Data

In SEAL Print Client, specify the logon data to the PLOSSYS netdome system:

  1. Open SEAL Print Client and log on to it.

  2. Open the Server Settings by selecting Settings in the user menu.

    Open server settings

  3. In the PLOSSYS 4 section of the server settings, change to the edit mode, specify the user name and password and save the settings.

    Logon data for PLOSSYS netdome


Customize the Panel (Optionally)

The PLOSSYS 4 panel configuration contained in delivery contains some standard parameters but is normally not sufficient for replacing an existent P2P or PAD installation for example. For how to customize the panel, refer to Customize the Panel.


Back to top