Agent 12c deploy and agent URL protocol [message #624382] |
Mon, 22 September 2014 07:39 |
Malakay79
Messages: 41 Registered: September 2007
|
Member |
|
|
Hi,
I installed agent12c on a database server using response file with this commands:
bin/sh agentDeploy.sh -ignorePrereqs -invPtrLoc /oracle/${1}/app/oraInst.loc RESPONSE_FILE=${template_dir}/agent12c/response_file.rsp AGENT_BASE_DIR=/oracle/${1}/app/oracle/product/12.1.0
Response file contents:
ORACLE_HOSTNAME="dbxx.dbc.domain.it"
AGENT_PORT="3872"
AGENT_INSTANCE_HOME="/oracle/dbxx/app/oracle/product/12.1.0/agent_inst"
OMS_HOST="xxxxx.dbc.yyyyy.it"
EM_UPLOAD_PORT="4903"
b_doDiscovery=false
b_startAgent=false
b_forceInstCheck=true
emctl status agent
Oracle Enterprise Manager Cloud Control 12c Release 2
Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved.
---------------------------------------------------------------
Agent Version : 12.1.0.2.0
OMS Version : (unknown)
Protocol Version : 12.1.0.1.0
Agent Home : /oracle/dbxx/app/oracle/product/12.1.0/agent_inst
Agent Binaries : /oracle/dbxx/app/oracle/product/12.1.0/core/12.1.0.2.0
Agent Process ID : 22746
Parent Process ID : 22694
Agent URL : http://dbxxxx.dbc.domain.it:3872/emd/main/
Repository URL : https://emoms-int.dbc.domain.it:4903/empbs/upload/
Started at : 2014-09-22 14:28:25
Started by user : oracle
Last Reload : (none)
Last successful upload : (none)
Last attempted upload : (none)
Total Megabytes of XML files uploaded so far : 0
Number of XML files pending upload : 0
Size of XML files pending upload(MB) : 0
Available disk space on upload filesystem : 55.48%
Collection Status : Collections enabled
Heartbeat Status : (none)
Last attempted heartbeat to OMS : (none)
Last successful heartbeat to OMS : (none)
Next scheduled heartbeat to OMS : 2014-09-22 14:13:05
---------------------------------------------------------------
How can I tell oracle to use https and not http protocol?
Agent URL : http://dbxxxx.dbc.domain.it:3872/emd/main/
|
|
|
|
|