controlmagent

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

9,841 downloads

9,841 latest version

1.3 quality score

Support the Puppet Community by contributing to this module

You are welcome to contribute to this module by suggesting new features, currency updates, or fixes. Every contribution is valuable to help ensure that the module remains compatible with the latest Puppet versions and continues to meet community needs. Complete the following steps:

  1. Review the module’s contribution guidelines and any licenses. Ensure that your planned contribution aligns with the author’s standards and any legal requirements.
  2. Fork the repository on GitHub, make changes on a branch of your fork, and submit a pull request. The pull request must clearly document your proposed change.

For questions about updating the module, contact the module’s author.

Version information

  • 0.0.7 (latest)
released Nov 29th 2014
This version is compatible with:
  • Puppet Enterprise 3.x
  • Puppet 3.x
  • RedHat
    ,
    CentOS
    ,
    OracleLinux
    ,
    SLES
    ,
    Solaris
    ,
    AIX
    ,
    HP-UX

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,