We are using OEM 13C in a Windows environment and periodically need to Rename and Re-IP a database host. With OEM 12C we used to be able to manage this easily by working on the OMS host - deleting the target by:
- emcli delete_target -name=”databaseserverhostname:3872″ -type=”oracle_emd” -delete_monitored_targets
- NOTE:- Before removing the target, make sure it is in down or in an unreachable state.
- Then we rename the target using:-
emcli rename_target -target_type="oracle_emd" -target_name=" old host name:3872" -new_target_name=" new host name:3872"
With OEM 13C - it gives the following error “Rename not supported for given Target Type”
What is the best way to do this now in OEM 13C?
Regards,
IDOT DBA