Post-installation instructions

Prerequisites

You must complete following tasks if you are migrating the Persistent Mobile Foundation (PMF) 9.0.3 and later releases on WebSphere® Application Server (WAS), WebSphere Application Server Network Deployment (WAS-ND) and WebSphere Application Server Liberty.

  1. Check whether the Jython is at version 2.1.
  2. Go to app_server_root/bin directory and locate the wsadmin script file.
  3. Run the following command to open the shell for admin utility. ./wsadmin.sh
  4. Run the following command. sys.version

    If reported version is 2.1 no action is needed, but if the reported version is 2.7 or higher then execute he following command on same terminal where you are going to install the PMF.

    ./wsadmin.sh -usejython21 true

Post-installation instructions

Release 9.0.3

Following are some mandatory steps for the above software to be completed post-installation.

Note: You do not need to follow these post-installation instructions if you are on a release that is higher than Release 9.0.2.

WebSphere Application Server (WAS)

  1. Go to app_server_root/properties folder, and locate the config.properties file generated during installation.
  2. Edit the config.propertiesfile to change value of the allowed.hostname property with the IP Address or hostname of the system where PMF is deployed.
  3. Restart all the profiles.

WebSphere Application Server Network Deployment (WAS-ND)

  1. Copy the config.properties file generated during installation in the app_server_root/properties folder on the master node to any child nodes at desired location.
  2. Edit the config.properties file to change value of the allowed.hostname property with the IP Address or hostname of the system where the file was copied.
  3. Open the WAS console, and navigate to the ServersServer TypesWebsphere Application servers path, and select same node where the file was copied and edited.
  4. Navigate to the Java and Process ManagementProcess definitionEnvironment Entries path, and click on New. In general properties set Name field as CONFIGURATION_FILE_PATH and value should be absolute path of the config.properties file on the node where file is located.

    Example /opt/WebSphere/AppServer/properties/config.properties

  5. Repeat all the steps from #1 to #4 for other nodes.
  6. Save the configuration on console and restart both the nodes.

WebSphere Application Server Liberty

  1. Go to app_server_root/usr/servers/SERVER_INSTANCE/ folder, and locate the config.properties file generated during installation.
  2. Edit the config.propertiesfile to change value of the allowed.hostname property with the IP Address or hostname of the system where PMF is deployed.
  3. Repeat steps #1 and #2 for all the server instances where PMF components are installed.
  4. Restart all the server instances.

For more information on the above properties, see config.properties file parameters.

Last modified on