RE: em12c agent on 2008R2 fails at remote check

From: Peter Sharman <pete.sharman_at_oracle.com>
Date: Sat, 15 Feb 2014 20:28:21 -0800 (PST)
Message-ID: <3f9a89bc-8206-492e-aaf5-a671b793456d_at_default>



First thing I would check is whether ssh both directions gets prompts for anything i.e. ssh from one box to another, do you get a prompt (and do the same in reverse)?  

Second thing would be to check the hostname entries are OK. Can you send us the lines for each host in c:\windows\system32\drivers\etc\hosts?  

Third, I assume your box doesn't really have a domain name .somehost.local. J  

Pete

Pete Sharman
Principal Product Manager
Enterprise Manager Product Suite
33 Benson Crescent CALWELL ACT 2905 AUSTRALIA

Phone: HYPERLINK "tel:+61262924095"+61262924095 | | Fax: HYPERLINK "fax:+61262925183"+61262925183 | | Mobile: +61414443449


"Controlling developers is like herding cats."

Kevin Loney, Oracle DBA Handbook  

"Oh no, it's not, it's much harder than that!"

Bruce Pihlamae, long term Oracle DBA


 

From: Obivan [mailto:djeday84_at_gmail.com] Sent: Friday, February 14, 2014 8:37 PM
To: oracle-l_at_freelists.org
Subject: em12c agent on 2008R2 fails at remote check  

Hello, try to install em12c agent on 2008R2 ( x64 ) install cgwin ( try x86 and x64 -same results ) using this doc http://docs.oracle.com/cd/E24628_01/install.121/e22624/preinstall_req_cygwin_ssh.htm create local account ( in admin group ), setup key auth between host and target but remote validation of agent install fails at

2014-02-13_14-24-24:INFO:exit-code: 0 
2014-02-13_14-24-24:INFO:Skipping ip address check on hostnames 
2014-02-13_14-24-24:INFO:Action description Execution of command 'c:/oracle/agent12c/ADATMP_2014-02-13_14-20-03-PM/prereq_stage/core/12.1.0.3.0/oui/bin/setup.exe' -prereqchecker -silent -ignoreSysPrereqs -waitForCompletion -prereqlogloc c:/oracle/agent12c/ADATMP_2014-02-13_14-20-03-PM/prereqlogs 
 -entryPoint oracle.sysman.top.agent_Complete PREREQ_CONFIG_LOCATION=c:/oracle/agent12c/ADATMP_2014-02-13_14-20-03-PM/prereq_stage/core/12.1.0.3.0/prereqs -J-DORACLE_HOSTNAME=sblapp01.somehost.local -DAGENT_PORT=3872 -DALLOW_IPADDRESS=true on host sblapp01.somehost.local 2014-02-13_14-24-24:INFO:Attempt :1 pty required false with no inputs 2014-02-13_14-24-25:HYPERLINK "INFO:%27c:/oracle/agent12c/ADATMP_2014-02-13_14-20-03-PM/prereq_stage/core/12.1.0.3.0/oui/bin/setup.exe"INFO:'c:/oracle/agent12c/ADATMP_2014-02-13_14-20-03-PM/prereq_stage/core/12.1.0.3.0/oui/bin/setup.exe' -prereqchecker -silent -ignoreSysPrereqs -waitForCompletion -prereqlogloc c:/oracle/agent12c/ADATMP_2014-02-13_14-20-03-PM/prereqlogs -entryPoint oracle.sysman.top.agent_Com plete PREREQ_CONFIG_LOCATION=c:/oracle/agent12c/ADATMP_2014-02-13_14-20-03-PM/prereq_stage/core/12.1.0.3.0/prereqs -J-DORACLE_HOSTNAME=sblapp01.somehost.local -DAGENT_PORT=3872 -DALLOW_IPADDRESS=true execution failed on host sblapp01.somehost.local
2014-02-13_14-24-25:INFO: OUT null 
2014-02-13_14-24-25:INFO: ERR null 
2014-02-13_14-24-25:INFO: EXIT CODE127 
2014-02-13_14-24-25:INFO: ACTION Execution of command c:/oracle/agent12c/ADATMP_2014-02-13_14-20-03-PM/prereq_stage/core/12.1.0.3.0/oui/bin/setup.exe -prereqchecker -silent -ignoreSysPrereqs -waitForCompletion -prereqlogloc c:/oracle/agent12c/ADATMP_2014-02-13_14-20-03-PM/prereqlogs -entryPoint 
oracle.sysman.top.agent_Complete PREREQ_CONFIG_LOCATION=c:/oracle/agent12c/ADATMP_2014-02-13_14-20-03-PM/prereq_stage/core/12.1.0.3.0/prereqs -J-DORACLE_HOSTNAME=sblapp01.somehost.local -DAGENT_PORT=3872 -DALLOW_IPADDRESS=true on host sblapp01.somehost.local 2014-02-13_14-24-25:INFO:InvocationTargetException Exception 2014-02-13_14-24-25:INFO:Printing Exception :java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597) 
        at oracle.sysman.core.agentpush.ui.deployer.BaseDeployerOps.executeActions(BaseDeployerOps.java:1862)
        at oracle.sysman.core.agentpush.ui.deployer.RemotePrereqChecker.deploy(RemotePrereqChecker.java:73)
        at oracle.sysman.core.agentpush.ui.deployfwk.DeploymentWorker.run(DeploymentWorker.java:26)
        at oracle.sysman.util.threadPoolManager.WorkerThread.run(Worker.java:311) 
Caused by: CommandException: err: null out: null exitcode: 127  stacktrace:
null
        at oracle.sysman.core.agentpush.ui.deployer.DeployerOps.executeCommandOnNodeInteractive(DeployerOps.java:1199)
        at oracle.sysman.core.agentpush.ui.deployer.DeployerOps.executeCommandOnNodeInteractive(DeployerOps.java:1045)
        at oracle.sysman.core.agentpush.ui.deployer.DeployerOps.executeCmdOnNode(DeployerOps.java:621)
        at oracle.sysman.core.agentpush.ui.deployer.DeployerOps.executeCmdOnNode(DeployerOps.java:593)
        at oracle.sysman.core.agentpush.ui.deployer.RemotePrereqChecker.doRemotePrereq(RemotePrereqChecker.java:245)
        ... 8 more 

any help are wellcome !
ps: sorry for my english.

--
http://www.freelists.org/webpage/oracle-l
Received on Sun Feb 16 2014 - 05:28:21 CET

Original text of this message