Forge Home

controlmagent

Puppet module for BMC Control-M/Agent 8 installation on Linux/UNIX

9,714 downloads

9,714 latest version

1.3 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.0.7 (latest)
released Nov 29th 2014
This version is compatible with:
  • Puppet Enterprise 3.x
  • Puppet 3.x
  • , , , , , ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'tw-controlmagent', '0.0.7'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add tw-controlmagent
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install tw-controlmagent --version 0.0.7

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

tw/controlmagent — version 0.0.7 Nov 29th 2014

The controlmagent module is for installation of BMC Control-M/Agent 8 on Linux/UNIX.

version 0.0.7: 26 November 2014 by Tomasz Wladyczanski

https://www.linkedin.com/in/tomekw
http://uid-0.blogspot.com

Module parameters and their defaults:

; user account for which Control-M/Agent 8 will be installed
userLogin => 'root',

; user account which will install Control-M/Agent 8 (and default mode of the agent)
installLogin => 'root',

; installation tar file
tarFile => 'DRKAI.8.0.00_Linux-i386.tar.Z',

; installed version to check in the installed-versions.txt
installVersion => 'DRKAI.8.0.00'

; directory where Control-M/Agent 8 will be installed
installDir => '~',

; directory where the tar file will be placed and unpacked
tempDir => '/tmp/CONTROLM_AGENT',

; Control-M/Agent 8 parameters (for the silent installation)
authorizedServers => '',
primaryServer => '',
trackerEventPort => 7035,
agentToServer => 7005,
tcpIpTimeout => 60,
serverToAgent => 7006,
disablingAgentFailure => false,