Skip Headers
Agile Product Lifecycle Management Application Installation Guide
Release 9.3.3
E39279-03
  Go To Table Of Contents
Contents

Previous
Previous
 
 

D Installing Agile PLM on HP-UX

Agile PLM for HP-UX is certified on a different WebLogic Server version than the other operating systems and a manual workaround is required before installing the application server component.

D.1 Installing Agile PLM on HP-UX with WebLogic Server 12.1.2

To installing Agile PLM on HP-UX with WebLogic Server 12.1.2:

  1. Install WebLogic Server 12.1.2 (Server software only).

  2. Before running the Agile PLM installer, create a file called 'registry.xml' in the WebLogic Server Middleware Home directory with the file content given as follows, first replacing the placeholders with their appropriate values. The Agile PLM installer should then be able to successfully validate the WebLogic Server 12.1.2 installation and successfully install the application server component.

    Placeholders:

    <MY_WLS_HOSTNAME> # (1 occurrence) replace with the hostname of the machine where WebLogic is installed

    <MY_WLS_MIDDLEWARE_HOME> # (2 occurrences) replace with the path to the WebLogic Middleware home directory

    <MY_WLS_SERVER_HOME> # (1 occurrence) replace with the path to the WebLogic Server home directory (typically WLS_MIDDLEWARE_HOME/wlserver_12.1)

    Start of File content for registry.xml

    <?xml version="1.0" encoding="UTF-8"?><bea-product-information xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:gpr="http://www.bea.com/ns/cie/gpr">

    <host home="<MY_WLS_MIDDLEWARE_HOME>" name="<MY_WLS_HOSTNAME>">

    <product format="1.0" name="WebLogic Platform">

    <release level="12.1" ServicePackLevel="1" PatchLevel="0" Status="installed" InstallTime="Sep 27, 2012 5:55:34 AM" InstallDir="<MY_WLS_MIDDLEWARE_HOME>">

    <component name="Common Infrastructure Engineering" version="7.4.0.0" InstallDir="">

    <component name="Uninstall"/>

    <component name="Patch Client"/>

    <component name="Patch Attachment Facility"/>

    <component name="Clone Facility"/>

    </component>

    <component name="WebLogic Server" version="12.1.1.0" InstallDir="<MY_WLS_SERVER_HOME>">

    <component name="Core Application Server"/>

    <component name="Administration Console"/>

    <component name="Configuration Wizard and Upgrade Framework"/>

    <component name="Web 2.0 HTTP Pub-Sub Server"/>

    <component name="WebLogic SCA"/>

    <component name="WebLogic JDBC Drivers"/>

    <component name="Third Party JDBC Drivers"/>

    <component name="WebLogic Server Clients"/>

    <component name="Xquery Support"/>

    <component name="Evaluation Database"/>

    <component name="Workshop Code Completion Support"/>

    </component>

    <component name="Oracle Configuration Manager" version="10.3.5.0" InstallDir="">

    <component name="Data Collector"/>

    </component>

    </release>

    </product>

    </host>

    </bea-product-information>

  3. Install Agile PLM and its components by starting the Agile PLM installer and following the instructions in online help.

  4. Open the application server startup script, startAgile.bat/sh.

  5. Add parameter -d64 after "$JAVA_HOME/bin/java" in the standalone/managed application server startup script (startAgile.bat/sh), and save the file.

  6. Start the Agile Application Server.