Silent installation Application configuration parameters
You must specify parameters for Application configuration in your silent installation response file.
Enter the following lines in your response file. Change
value=
to the specific value used by your application
server.Although code examples might show with line breaks in the following content, the text
between <.../> must be entered in the response file as one line without breaks.
- Perl installation home directory
-
<data key='user.ce.perl.directory,com.ibm.mdm.collaborative' value='/usr'/>
- JDK home directory
-
<data key='user.ce.jdk.path,com.ibm.mdm.collaborative' value='/home/mdmpim/opt/IBM/WebSphere/AppServer/java/8.0'/>
- Locale (Language to be used by Product Master)
-
<data key='user.ce.locale,com.ibm.mdm.collaborative' value='en_US'/>
- Cache multicast address
-
<data key='user.ce.cache.multicast.address,com.ibm.mdm.collaborative' value='ipaddress'/>
- Cache multicast time-to-live (0 for single server and 1 for clusters)
-
<data key='user.ce.cache.multicast.ttl,com.ibm.mdm.collaborative' value='0'/>
- RMI port
-
<data key='user.ce.rmi.port,com.ibm.mdm.collaborative' value='17507'/>