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 didn't help. Has anyone got any
ideas how I can automate the installation of Oracle with puppet?

I need to know when the install is finished, because there's
additional commands that need to be run by root, as advised by the
installer, when it's complete.

Doug.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to