Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Automatic Operation Configuration Guide


2.9 Settings in an environment where external networks cannot be connected

JP1/AO uses Authenticode signed programs, which connect to an external network as needed to check signatures. Therefore, several tens of seconds might be required to execute a plug-in that works as an extension of a service in an environment where external networks cannot be connected.

To use JP1/AO in an environment where external networks cannot be connected, specify the following settings on the JP1/AO server to disable the Authenticode signature function and reduce the time required to execute a plug-in:

  1. Use a text editor to open the following files:

    system-drive:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet.config

    system-drive:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config

  2. Specify false for generatePublisherEvidence enabled as shown below, and then save the files.

    <configuration>
    <runtime>
    <generatePublisherEvidence enabled="false"/>
    </runtime>
    </configuration>