Displaying 2 results from an estimated 2 matches for "oracle_listener".
2012 Mar 08
0
Different behavior for pluginsync between "puppet agent --test" and "service puppet start"
...usting
some config files>
If I start the puppet agent as a service "service puppet start", I see the
following in my log file:
Mar 7 22:24:29 ip-10-224-26-239 puppet-agent[4676]: Starting Puppet client
version 2.7.11
Mar 7 22:24:36 ip-10-224-26-239 puppet-agent[4676]:
(/Stage[main]/Oracle_listener::Start/Exec[listener_start]/returns) change
from notrun to 0 failed: Could not find command ''/bin/lsnrctl''
The class that I''m running is as follows:
class oracle_listener::start {
$oraclehome = $::oraclehome
exec { "listener_start":
path => "/...
2011 Nov 19
11
Installing Oracle
This is pretty ugly.
I''m using puppet to install Oracle, ie an exec{} wrapped around:
/u01/oracle_extract/linux.x64_11gR2_database/database/runInstaller
-silent -responseFile /etc/oracle_response.rsp
The problem is that the damn installer backgrounds itself and returns
control to the shell. I tried putting the above command in a script,
followed by a wait command, but that