Provision FPP Server on Existing Grid Infrastructure

To configure the FPP Server on an existing Oracle Grid Infrastructure, ensure that the Grid Infrastructure Management Repository (GIMR) and Grid Naming Service (GNS) are already set up. If these components are not configured, they will be set up as part of this process. Additionally, the FPP Server requires a disk group and a mount location to store the software images.

  • EM CLI:

    Command format:

     emcli submit_procedure -input_file=data:"/home/user_name/FPP/input.properties" -name="SETUP_FPP_SERVER"

    When submitting an FPP server procedure, use the specific procedure name SETUP_FPP_SERVER.

    For details about the submit_procedure verb, see submit_procedure using EMCLI in Command Line Interface Reference.

    Example input file that contains all the required information:

    TARGET_NAME=emracn0607
    FPP_DISK_GROUP=MGMTDB
    FPP_IMAGES_MOUNTPOINT=/scratch/cuser/fppImages
    GNS_VIP_ADDRESS=emracn0607-gns.subnet1rg.emsubnet.companyvcn.com
    NORMAL_USER=CUSER:SYSMAN
    ROOT_USER=CUSER_ROOT:SYSMAN
    MIN_HEAP_SIZE=3G
    MAX_HEAP_SIZE=5G
    REST_USER_NAME=restuser
    REST_USER_PASSWORD=<password>
    REST_USER_EMAIL=user@example.com
  • REST API:

    Endpoint:

    https://<OMS_CONSOLE_HOST>:OMS_CONSOLE_PORT>/em/api/deploymentProcedures/{deploymentProcedureId}/actions/submit

    For details, see Submit deployment procedure using REST API in REST API for Oracle Enterprise Manager.

For the list of variables that can used for provisioning an FPP server, see List of Variables Used for Provisioning FPP Server and Client.