Installing with a SUSE Repository

To install the agent in a SUSE container, you create a repository, verify the connection, and then install the agent package.

If you have used a Delinea repository before, it's recommended that you first delete the old repositories in the /etc/zypp/repos.d/*centrify* directory.

(missing or bad snippet)(missing or bad snippet)

Configuring a SUSE Repository

  1. Create a new SUSE repository.

    You can manually create the repository or you can use a setup script to create the repository automatically.

    Note: For the baseurl parameter, enter your repository URL token in place of URLTOKEN.

  2. To create the SUSE repository configuration file automatically from a script, run the following command:

    Copy
    $ curl -1sLf \
    'https://repo.delinea.com/URLTOKEN/rpm-suse/setup.rpm.sh' \
    | sudo -E bash
  3. To create the SUSE repository configuration file manually, create a file with the following information:

    Copy
    # cat /etc/zypp/repos.d/centrify-rpm-suse.repo

    [centrify-rpm-suse]
    name=centrify-rpm-suse
    enabled=1
    autorefresh=1
    baseurl=https://repo.delinea.com/URLTOKEN/rpm-suse/rpm/any-distro/any-version/$basearch
    type=rpm-md
    repo_gpcheck=1
    gpgcheck=1
    gpgkey=https://downloads.centrify.com/products/RPM-GPG-KEY-centrify
  4. Refresh the cache.

    Copy
    # zypper refresh
  5. Verify the connection to the repository.

    Copy
    # zypper packages |grep centrify

Installing the Agent

To install the Cloud Suite Agent for *NIX rpm package:

  • Run the following command:

    Copy
    # zypper install CentrifyCC

Uninstalling the Agent

To uninstall the Cloud Suite Agent for *NIX rpm package:

  • Run the following command:

    Copy
    # zypper remove CentrifyCC