Target Availability Issues After Migration to Latest Version of Enterprise Manager

Perform the following actions for Availability Evaluation issue.

On OMS Server:

./emcli modify_target -name="WEB_TARGET_NAME" -type="oracle_ouaf_webapp_util_env" -properties="web_appurl_tp:TRANSFER_PROTOCAL " -on_agent

./emcli modify_target -name="SERVICE_TARGET_NAME" -type="oracle_ouaf_service_util_env" -properties="web_appurl_tp:TRANSFER_PROTOCAL" -on_agent

./emcli modify_target -name="BATCH_TARGET_NAME" -type="oracle_ouaf_batch_util_env" -properties="batch_mode:BATCH_MODE" -on_agent

On Agent:

./emctl reload agent dynamicproperties -upload_timeout 240 WEB_TARGET_NAME:oracle_ouaf_webapp_util_env

./emctl reload agent dynamicproperties -upload_timeout 240 SERVICE_TARGET_NAME:oracle_ouaf_service_util_env

./emctl reload agent dynamicproperties -upload_timeout 240 BATCH_TARGET_NAME: oracle_ouaf_batch_util_env

Here, in the above commands replace WEB_TARGET_NAME, SERVICE_TARGET_NAME, BATCH_TARGET_NAME, TRANSFER_PROTOCAL(http/https), BATCH_MODE, with their actual values as per the target environment.