6.3.1 Update Patch Properties File

This topic provides the systematic instructions to update the patch properties file for Product setup upgrade.

  1. Launch WinSCP and login to Product VM with OS User.
  2. Navigate to the path /scratch/obma_patch_installer/chef-repo/.
  3. Open the respective product properties file and update the obo_patch_properties.rb with the following details.
  4. Verify and update the local user and its group.
    
    #Standard Values
    INSTALL_USER = "ofssobp"
    INSTALL_GROUP = "dba"
    USER_ROOT = "root"
    GROUP_ROOT = "root"
    INSTALL_BASE_DIR = "/scratch"
    EXTRACT_LOC = "/scratch/extract"

    Note:

    Here DO NOT update your NIS ID or root user
  5. Verify and update “java home, certificate directory name and custom identity and trust jks”.
    
    #Java Path
    JAVA_HOME = "/scratch/obma/jdk-11.0.14"
    CERTS_DIRNAME = "/scratch/ssl/cacerts
    CUSTOM_IDENTITY_JKS = "ofss-mum-1294.snbomprshared1.gbucdsint02bom.oraclevcn.com_identity.jks"
    CUSTOM_TRUST_JKS = "ofss-mum-1294.snbomprshared1.gbucdsint02bom.oraclevcn.com_trust.jks"
    KEYSTORETYPE = "JKS"
    
  6. Verify and update “Weblogic Infra Details”, if required.
    
    #Weblogic Infra Installation Details
    ORACLE_INVENTORY = "/scratch/app/oraInventory"
    WLS_INSTALL_DIR = INSTALL_BASE_DIR + "/obma/fmw"
    
  7. Verify and update “Weblogic Domain Details”, if required.
    
    #Weblogic Domain Installation Details
    WLS DOMAIN NAME = "obo_domain"
    WEBLOGIC_ADMIN_LISTEN_PORT = "7700"
    WEBLOGIC_ADMIN_SSL_PORT = "7701"
    DOMAIN_PATH = INSTALL_BASE_DIR + "/obma/domain"