Opt in the FPP Image Series
After completing the prerequisites you have opt in your FPP Image Series to be able to create the Gold Image.
- Review available FPP Server series, by querying the FPP server and listing the image series.
- EM CLI, use the following command:
Where the input file contains the following:emcli db_software_maintenance -setup -getFPPSeries -input_file="data:<fileLocation>"
"targetName": "<GI_DATABASE>", "targetType": "oracle_database"
- REST API, List Images in an FPP Image Series
- EM CLI, use the following command:
- List all available FPP images.
- EM CLI, use the following command:
Where the input file contains the following:emcli db_software_maintenance -setup -getFPPImages -input_file="data:<fileLocation>"
"seriesId": "<Series ID>", "seriesName": "<Series Name>", "serverName": "<Server Name>"
- REST API, List Images in an FPP Image Series
- EM CLI, use the following command:
- Opt in the FPP series, this step stores the image series information in Enterprise Manager.
- EM CLI, use the following command:
Where the input file contains the following:emcli db_software_maintenance -setup -optInFPPSeries -input_file="data:<fileLocation>"
"seriesId": "<Image series ID>", "currentVersionImageId":"<Image ID>"
- REST API, Opt-In FPP Image Series
Note:
"currentVersionImageId": "<Image ID>"
is an optional parameter, if it is not specified the latest image created in the series is marked as current. - EM CLI, use the following command: