Packing the Upgraded Domain on Node1

After upgrading the existing domain to Oracle Analytics Server, pack the upgraded domain on Node1.

To pack the domain:
  1. Sign in to the Node1.
  2. Change to the following directory:
    • (Linux) NEW_ORACLE_HOME/oracle_common/common/bin
    • (Windows) NEW_ORACLE_HOME\oracle_common\common\bin
  3. Enter the following command to pack the domain:
    • (Linux) ./pack.sh -domain=path to domain -template=path to template -template_name=name -managed=true
    • (Windows) pack.cmd -domain=path to domain -template=path to template -template_name=name -managed=true
    Example:
    pack.cmd -domain=C:\Oracle\Middleware\Oracle_Home\user_projects\domains\bi\ -template=C:\aaa\12.2.1.4.0_template_managed.jar -template_name=Node1_Upgrade -managed=true
    Sample output:
    << read domain from "C:\Oracle\Middleware\Oracle_Home\user_projects\domains\bi"
    >>  succeed: read domain from "C:\Oracle\Middleware\Oracle_Home\user_projects\domains\bi"
    << set config option Managed to "true"
    >>  succeed: set config option Managed to "true"
    << write template to "C:\aaa\12.2.1.4.0_template_managed.jar"
    ..............................
    >>  succeed: write template to "C:\aaa\12.2.1.4.0_template_managed.jar"
    << close template
    >>  succeed: close template