Provision FPP Client on Existing Grid Infrastructure
To configure the FPP Client on an existing Oracle Grid Infrastructure, ensure that the FPP Server which the client will be associated with, is already registered and added as a target in Oracle Enterprise Manager. The client depends on this server being properly set up and accessible.
- EM CLI:
Command format:
emcli submit_procedure -input_file=data:"/home/user_name/FPP/input.properties" -name="SETUP_FPP_CLIENT"
When submitting an FPP client procedure, use the specific procedure name
SETUP_FPP_CLIENT
.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=emracp1011 NORMAL_USER=CUSER:SYSMAN ROOT_USER=CUSER_ROOT:SYSMAN FPP_SERVER_TARGET_NAME=emracn0607 FPP_SERVER_HOST_USER=CUSER:SYSMAN WORKING_DIRECTORY=/scratch/cuser/tmp
- 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 client, see List of Variables Used for Provisioning FPP Server and Client.