Re: [Puppet Users] Puppet Oracle Database config management

2012-10-25 Thread Gavin Williams
Tim Cheers for the info. Have you got any examples of the hiera config you're using? Cheers Gavin On Wednesday, 24 October 2012 18:13:01 UTC+1, Tim Mooney wrote: In regard to: [Puppet Users] Puppet Oracle Database config management,...: My next challenge is maintaining Oracle

Re: [Puppet Users] Puppet Oracle Database config management

2012-10-25 Thread Gavin Williams
Stefan Thanks again for some really good info. Are your oracle::* classes something that you could share? And cheers for linking the oratab type, that looks really useful, and looks like it could easily be extended to cover oranfstab aswell... May well fork that and tweak it as appropriate

Re: [Puppet Users] Puppet Oracle Database config management

2012-10-25 Thread Tim Mooney
In regard to: Re: [Puppet Users] Puppet Oracle Database config...: Have you got any examples of the hiera config you're using? As I said, it's pretty rough. class oracledb::sysctl( $use_amm = false, $large_mem_pages = '0', $hugetlb_gid = '1001', ) { validate_bool($use_amm)

Re: [Puppet Users] Puppet Oracle Database config management

2012-10-25 Thread fatmcgav
Tim Cool, Cheers for that. Some good food for thought there... Cheers again. Gav On Oct 25, 2012 6:20 PM, Tim Mooney tim.moo...@ndsu.edu wrote: In regard to: Re: [Puppet Users] Puppet Oracle Database config...: Have you got any examples of the hiera config you're using? As I said, it's

[Puppet Users] Puppet Oracle Database config management

2012-10-24 Thread fatmcgav
Afternoon all. I've been reading around on Puppet and Oracle, and have come up with a few links that suggest how to get Oracle installed and base configured, which has got me started in the right direction on that. My next challenge is maintaining Oracle database specific configuration on the

Re: [Puppet Users] Puppet Oracle Database config management

2012-10-24 Thread Tim Mooney
In regard to: [Puppet Users] Puppet Oracle Database config management,...: My next challenge is maintaining Oracle database specific configuration on the relevant hosts. This contains various elements, such as /etc/oratab, /etc/oranfstab (as we're using dNFS), various NFS mounts required

Re: [Puppet Users] Puppet Oracle Database config management

2012-10-24 Thread Stefan Schulte
On Wed, Oct 24, 2012 at 03:03:28PM +0100, fatmcgav wrote: Afternoon all. I've been reading around on Puppet and Oracle, and have come up with a few links that suggest how to get Oracle installed and base configured, which has got me started in the right direction on that. My next