EM 13c Fleet : Procedure Activity URL Link Is Missing From The Execution Of Cleanup Software Verb
(Doc ID 2661153.1)
Last updated on SEPTEMBER 01, 2021
Applies to:
Enterprise Manager for Oracle Database - Version 13.3.1.0.0 and laterInformation in this document applies to any platform.
Symptoms
In Enterprise Manager (EM) Cloud Control, Fleet Cleanup Software verb output is not consistent with other Fleet verbs.
1. CLEANUP_SOFTWARE
$ emcli db_software_maintenance -performOperation -name="DB_Update" -purpose='CLEANUP_SOFTWARE' -target_type='oracle_database' -target_list='<DB_Name>' -normal_credential="ORACLE:SYSMAN" -privilege_credential="ROOT:SYSMAN" -workDir="/tmp"
Processing cleanup database software.
The following Oracle homes are chosen for removal by policy.
Cleaning up targets OraDB12Home1_1_<Host_name>_5655.
Cleanup Oracle Database deployment procedure has been submitted successfully with the instance name : 'CLEANUP_SOFTWARE_HOMES_SYSMAN_02_27_2020_08_20_AM' and execution_guid='9F8B6517C99D6BA3E053D970400A2397'
You can track the status of cleanup oracle database using the following command:
emcli get_instance_status -exec=9F8B6517C99D6BA3E053D970400A2397 -xml -details -showJobOutput
Verb performOperation completed successfully
2. DEPLOY_SOFTWARE
$ emcli db_software_maintenance -performOperation -name="DeployDBHome" -purpose=DEPLOY_DB_SOFTWARE -target_type=oracle_database -target_list="<db_name>" -normal_credential="ORACLE:SYSMAN" -privilege_credential="ROOT:SYSMAN" -input_file="data:/tmp/18cdeploy.txt"
Processing target "<db_name>"...
Checking image subscription...
Check image subscription passed.
Checking if target is in non-default location inside the Oracle Home...
Oracle home target list is 31E7B1865271E26904510B2ADCAC4A67
Operation 'DeployDBHome' created successfully.
Deploy Oracle home software operation for database <db_name>can be monitored using:
EMCLI:
emcli get_instance_status -exec=A05D4E828FC061BAE0532669400AF5DB -details -xml
Browser:
https://<EM Host>:<EM Port>/em/faces/core-jobs-procedureExecutionTracking?executionGUID=A05D4E828FC061BAE0532669400AF5DB
Verb performOperation completed successfully
Note:
The highlighted URL in deploy step is missing in Cleanup verb as described above
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |