Enable and disable Oraclecloudcontrol12c
The entire installation of Oracle cloud control 12c is complicated. The installation path, logon password, port number, and many other configurations are confusing. This article describes how to obtain the various port numbers, URLs, and how to start and disable cloud control after the installation is complete for your reference.
1. Current Environment Configuration
# Get the aliases and functions
# User specific environment and startup programs
PATH = $ PATH: $ HOME/bin
Export PATH
# Oracle Settings
ORACLE_HOSTNAME = oel63.ycdata.net; export ORACLE_HOSTNAME
PATH =/usr/sbin: $ PATH; export PATH
LD_LIBRARY_PATH = $ ORACLE_HOME/lib:/usr/lib; export LD_LIBRARY_PATH
Export OMS_HOME =/u01/oms12375/oms
[Oracle @ oel63 ~] $ More/etc/issue
[Oracle @ oel63 ~] $ Sqlplus-v
SQL * Plus: Release 11.2.0.3.0 Production
2. Start repository DB and OMS
# Use the following command to start oms and agent
3. view the installation information
# The following are some important port information Author: Leshami Blog: http://blog.csdn.net/leshami
[Oracle @ oel63 install] $ more setupinfo.txt
This information is also available:
/U01/oms12301/oms/install/setupinfo.txt
See below for information pertaining to your Enterprise Manager installation:
# The following is the URL for logging on to the cloud control console and logging on to Weblogic. Perform corresponding management based on this URL.
1. Enterprise Manager Cloud Control URL: https://oel63.ycdata.net: 7802/em
The following details need to be provided during the additional OMS install:
1. Admin Server Hostname: oel63.ycdata.net
You can find the ports details used by this deployment at:/u01/oms12301/oms/install/portlist. ini
A backup of the OMS configuration is available in/u01/gc_inst/em/EMGC_OMS1/sysman/backup on host oel63.ycdata.net. see Cloud Control Administrators Guide for details on how to back up and recover an OMS.
NOTE: This backup is valid only for the initial OMS configuration. for example, it will not reflect plug-ins installed later, topology changes like the addition of a load balancer, or changes to other properties made using emctl or emcli. backups shoshould be created on a regular basis to ensure they capture the current OMS configuration. use the following command to backup the OMS configuration:
4. Disable OMS and repository DB
[Oracle @ oel63 ~] $ AGENT_HOME/bin/emctl stop agent