To Modify the Database setting in the OMS12c
You can modify service name, sid , port number,
include load balancer & failover environment
Step#1
Set the environmental
variables
RAC Environment without
standby DB: I am using Hostname
$OMS_HOME/bin/emctl
config oms -store_repos_details -repos_conndesc
'(DESCRIPTION=(FAILOVER=ON)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oemhost1)(PORT=1521))
(ADDRESS=(PROTOCOL=TCP)(HOST=oemhost2)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=emrepsrvc))(FAILOVER_MODE=(TYPE=select)(METHOD=basic)))'
-repos_user sysman
RAC Environment without
standby DB: I am using scan name
emctl
config oms -store_repos_details -repos_conndesc
'(DESCRIPTION=(ADDRESS_LIST=(FAILOVER=ON)(ADDRESS=(PROTOCOL=TCP)(HOST=cluster-scan)(PORT=1526)))(LOAD_BALANCE=ON)(CONNECT_DATA=(SERVICE_NAME=OEM12C.company.com)))'
-repos_user sysman
Single node environment
without standby DB
emctl
config oms -store_repos_details -repos_conndesc
'(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST= oemhost1)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=emgc.nonprod)))'
-repos_user sysman
Step#2 Stop the entire OMS
$ emctl stop oms –all
Step#3 Start the entire OMS
$ emctl start oms
To verify the repository Details through emctl command
$ emctl config oms -list_repos_details
Oracle Enterprise Manager
Cloud Control 12c Release 4
Copyright (c) 1996, 2014
Oracle Corporation. All rights reserved.
Repository Connect Descriptor
: (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=Bhuvan-em12c)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=emgc.nonprod)))
Repository User : sysman
No comments:
Post a Comment