Ibmcharmers Db2

Channel Revision Published Runs on
latest/stable 4 19 Mar 2021
Ubuntu 14.04
latest/edge 4 19 Mar 2021
Ubuntu 14.04
juju deploy ibmcharmers-db2
Show information

Platform:

Ubuntu
14.04
  • accept-ibm-db2-license | boolean

    The DB2 software can only be used by accepting the terms and conditions for IBM DB2 License. Setting this option to True indicates that you have read and accepted the IBM DB2 terms and conditions found in the license file. The details about accessing the license(s) can be found in the README. Do not set this to False if a relation exists

  • db2_package_name | string

    Default: DB2_Svr_10.5.0.3_Linux_x86-64.tar.gz

    Name of the DB2 package. If not set, the Charm uses a predefined package name for download from the url location. If the predefined package is not available at url location or if set incorrectly,the charm cannot install the DB2 software.

  • db2_url | string

    URL to download DB2 packages. The url would be like http://<server-name>/<REPOSITORY_DIR>/DB2.If not set or set incorrectly, the charm cannot install db2 software.

  • dftdbpath | string

    Default: /home/db2inst1

    This parameter contains the default file path used to create databases under the database manager. If no path is specified when a database is created, the database is created under the path specified by the dftdbpath parameter.

  • sha | string

    Checksum value to check integrity of IBM DB2 pacakage. The Charm uses sha1sum to check the integrity. If empty, it does not carry out the integrity check.The command to find the checksum is sha1sum <Package Name> | cut -d" " -f1