Register FPP Server and Client
Once the FPP server and client are provisioned, register them in Oracle Enterprise Manager. These steps are for the existing FPP servers and clients that are not yet registered in Oracle Enterprise Manager.
Note:
If you provisioned your FPP server and client using the steps outlined in Provision an FPP Server and Client, you can skip the below steps since the server and client are already registered.Discover the FPP Server host/cluster as well as all the clusters where the FPP client will be deployed as host/cluster targets in Oracle Enterprise Manager.
You can discover targets in Oracle Enterprise Manager by configuring auto-discovery, or by using either a guided or a declarative discovery process. See Discovering and Adding Host Targets in Enterprise Manager Monitoring Guide.
- Register an FPP Server Using EM CLI:
Command format:
emcli db_software_maintenance -setup -registerFPPServer -input_file="data:/<fileLocation>"
For more information about the
db_software_maintenance
verb, see db_software_maintenance in Command Line Interface Reference. For information about thesetup
parameter, see db_sm_setup(FPP) in Command Line Interface Reference.Example input file that contains all the required information:
{ "name": "myCluster0203", "restUrl": "https://fppserver.example.com:8894/rhp-restapi/rhp", "agentCredential": "USER:SYSMAN" "username": "restUser", "password": "restPassword" ["timeToStart": "2024-09-01T07:10:50.266Z",] ["timeToEnd": "2024-09-01T07:10:50.266Z",] ["isTargetZone": true,] ["scheduleType": "string",] ["recurring": "Yearly/Monlthy/Weekly/Daily",] ["startGracePeriodInMinutes": 60] } }
[ ]
denotes an optional parameter. - Register an FPP Client Using EM CLI:
Command format:
emcli db_software_maintenance -setup -registerFPPClient -input_file="data:/<fileLocation>"
For more information about the
db_software_maintenance
verb, see db_software_maintenance, and for information on thesetup
parameter, see db_sm_setup(FPP) in Command Line Interface Reference.Example input file that contains all the required information:
{ "serverName": "<ServerName>", "clientName": "<Client Name>" }