EM 13c: How To Renew Oracle Management Server (OMS) And Agent Server Default Certificate Expired?
- Get link
- Other Apps
In this Document
APPLIES TO:Enterprise Manager Base Platform - Version 13.2.0.0.0 and laterInformation in this document applies to any platform. GOALSteps to change Oracle Management Server (OMS) and Agent server default certificate expired for an EM 13c installation. For Custom certificate expired follow the below Note
SOLUTIONFollowing steps can be executed to renew Oracle Enterprise Manager (EM) Cloud Control default certificate: 1a. Start Admin Server cd <OMS_HOME>/bin emctl stop oms -all -force emctl start oms -admin_only 2. Run the command below to create a new EM Certificate Authority (CA): cd <OMS_HOME>/bin emctl secure createca [-sysman_pwd ] [-host ] [-root_country <root_country>] [-root_state <root_state>] [-root_org <root_org>] [-root_unit <root_unit>] [-key_strength ] [-cert_validity ] All the arguments are optional and can be specified, if required. sysman password will be prompted for if this is not provided at the command line. Note: You can specify the "-cert_validity" value to the required time period. The number of days for which the self-signed certificate is valid. The valid range is between 1 to 3650
4. Secure All the OMS with New CA cd <OMS_HOME>/bin In case of a multi-OMS setup configured with an SLB, secure each of the OMS using:
cd <OMS_HOME>/bin emctl stop oms -all emctl start oms 6. You can view the details of new Certificate Authority created using the command below: cd <OMS_HOME>/bin emcli login -username=sysman emcli sync emcli get_ca_info -details 7. Secure all the Agents so that they are also issued a certificate by the newly created CA. <AGENT HOME>/bin>./emctl secure agent 8. Verify the demo certificate details of the OMS url: cd <OMS_HOME>/bin emctl secdiag openurl -url https://<omshost.domain:upload_portno>/empbs/upload emctl secdiag openurl -url https://<omshost.domain:console_portno>/em |
- Get link
- Other Apps
Comments
Post a Comment