DLM Installation and Upgrade
Also available as:
PDF

Create the repository configuration file

A repository configuration file (“.repo file”) must be created for the DLM Service on the DPS host. The file is required for tasks such as identifying the path to the repository data and establishing whether a GPG signature check should be performed on the repository packages. Only one repository configuration file is needed.

  1. Navigate to the repository directory.
    cd /etc/yum.repos.d/
  2. Create a repository file.
    vi dlm-app.repo
    Alternatively, you can copy an existing repository file to edit.
  3. Add the following content to the repository file:
    Important
    Important
    Be sure to use the Base URL you created when setting up the local repository.
    #VERSION_NUMBER=1.1.1.0 
    [DLM-1.1.1.0] 
    name=DLM  Version - DLM-1.1.1.0
    baseurl=http://<your_webserver>:port/DLM/centos7/1.1.1.0
    gpgcheck=1
    gpgkey=http://<your_webserver>:port/DLM/centos7/1.1.1.0/RPM-GPG-KEY/RPM-GPG-KEY-Jenkins
    enabled=1
    priority=1
        

You are now ready to install the DLM Engine.