Patching Primavera Unifier

Use the following instructions to create a job in Oracle Enterprise Manager to patch Primavera Unifier. After you create a job, you can use that job as a template to patch other Primavera Unifier instances that you might have on any additional machines.

To create a job to patch Primavera Unifier:

  1. Log in to Enterprise Manager Cloud Control.
  2. On the toolbar, select Enterprise, Job, and then Library.
  3. From the Create Library Job menu, select OS Command and then click Go.
  4. On the Create ‘OS Command’ Library Job page, in the General tab, complete the following:
    1. In the Name field, enter a name for the job.
    2. (Optional) Enter a description for the job.
    3. In the Target Type list, select Host.
    4. Click Add.
    5. In the Search and Select: Targets window, select the target host on which patch will be applied.
    6. Click Select.
  5. On the Create ‘OS Command’ Library Job page, in the Parameters tab, complete the following:
    1. In the Command Type menu, select Script.
    2. In the OS Script field, enter the following script:

    For Windows:

    cd <Location_of_Unifier-15210>\PatchUtility\win64\install

    set JAVA_HOME="<Java_installed_path_example:C:\Progra~1\Java\jdk1.8.0_31>"

    runInstaller.cmd -silent -responseFile <Location_of_Unifier-15210>\PatchUtility\Unifier_demo_response_file_win.rsp EM="EM" ORACLE_HOME="<Unifier_installed_path>" JAVA_HOME="<Java_installed_path>" hostname="<Unifier_Server_Hostname>" PATCH_SRC="<Location_of_Unifier-15210>\unifier_15.2.1.0_full.zip" WLHOST="<WebLogic_Hostname>" WLPORT="<WebLogic_Port>" WLS_HOME="<WebLogic_Server_Home>" WLDOMAIN="<WebLogic_Domain>" WLADMIN="<WebLogic_Admin_User_Name>" WLPASS="<Weblogic_Admin_Password>" USE_WLCREDS="<true or false>" WL_FORCERELEASELOCK="<true of false>" PV_COMPONENT="Unifier" SSL="<true or false>" SKIP_DEPLOYMENT="false" -waitforcompletion

    Notes:

    • You must include each parameter from the script above in the order in which it appears.
    • For a description of each parameter, refer to the Patch Utility Variables section in the Unifier Patch Utility Help document, which can be found in the Primavera Unifier Patch Utility download.
    • JAVA_HOME should have the following conventions:

      If installed in Program Files: C:\Progra~1\Java\jdk1.8.0_31

      If installed in Program Files(x86): C:\Progra~2\Java\jdk1.8.0_31

    For Linux/Solaris:

    cd <Location_of_Unifier-15210>/PatchUtility/<linux64 or solaris>/install

    export JAVA_HOME="<Java_installed_path>"

    chmod a+x *

    sh runInstaller.sh -silent -responseFile <Location_of_Unifier-15210>/PatchUtility/Unifier_demo_response_file_<linux or solaris>.rsp EM="EM" ORACLE_HOME="<Unifier_installed_path>" JAVA_HOME="<Java_installed_path>" hostname="<Unifier_Server_Hostname>" PATCH_SRC="<Location_of_Unifier-15210>/unifier_15.2.1.0_full.zip" WLHOST="<WebLogic_Hostname>" WLPORT="<WebLogic_Port>" WLS_HOME="<WebLogic_Server_Home>" WLDOMAIN="<WebLogic_Domain>" WLADMIN="<WebLogic_Admin_User_Name>" WLPASS="<Weblogic_Admin_Password>" USE_WLCREDS="<true or false>" WL_FORCERELEASELOCK="<true of false>" PV_COMPONENT="Unifier" SSL="<true or false>" SKIP_DEPLOYMENT="false" -waitforcompletion

    Notes:

    • You must include each parameter from the script above in the order in which it appears.
    • For a description of each parameter, refer to the Patch Utility Variables section in the Unifier Patch Utility Help document, which can be found in the Primavera Unifier Patch Utility download.
  6. On the Create ‘OS Command’ Library Job page, in the Credentials tab, select the credential that connects to the host on which patch set will be applied.
  7. Click Save to Library.
  8. On the Job Library page, under Search, select the job that you just created.
  9. Click Submit.
  10. On the Submit ‘OS Command’ Job From Library Job window, complete the following:
    1. Under Target, select the target host.
    2. Click Submit.
  11. (Optional) Show the patching progress by completing the following.
    1. On the Job Library page, in the Confirmation message, click the name of the job.
    2. On the Job Run: page, under Executions, select that host that you are patching.
    3. Click Show.
    4. Select a time interval option from the Auto Refresh menu and then click the Refresh icon.
    5. On the Job Run: page, under Output Log, click View Complete Log…

Related Topics

Patching Primavera Applications

Patching P6 EPPM

Patching Using Library Job Templates



Legal Notices
Copyright © 2016, Oracle and/or its affiliates. All rights reserved.

Last Published Tuesday, September 27, 2016