Upgrading Cloud Resolver on Linux systems - BlueCat Cloud Resolver - 1.5.0

BlueCat Cloud Resolver Administration Guide

Locale
English
Product name
BlueCat Cloud Resolver
Version
1.5.0

The following section outlines the steps to upgrade Cloud Resolver on Debian, Ubuntu, RedHat Enterprise Linux (RHEL), and CentOS Linux distributions.

Depending on the needs of your environment, you can install Cloud Resolver on a locally hosted VM or hardware platform, or on a VM in a cloud environment.

To upgrade Cloud Resolver on a Linux system
  1. Download the updated Cloud Resolver installation file from BlueCat Customer Care. Depending on the operating system installed on the host system, download one of the following files:
  2. Upload the Cloud Resolver installation package to the host system using the following command:
    scp <path_to_install_package>/cloud_resolver-1.5.0<linux_os_type>.<deb|rpm> root@<host-machine-ip>.
  3. Connect to the host system using SSH.
  4. Stop the Cloud Resolver service by running the following command:
    sudo systemctl stop cloud-resolver.service
  5. Navigate to the directory where the updated Cloud Resolver installation package was uploaded.
  6. Upgrade Cloud Resolver using one of the following commands:
    • If you are upgrading on a host system running Debian or Ubuntu, run the following command:
      sudo dpkg -i cloud_resolver-1.5.0_amd64.deb
    • If you are upgrading on a host system running RHEL or CentOS, run the following command:
      sudo rpm -U cloud_resolver-1.5.0-1.x86_64.rpm
  7. Start the Cloud Resolver service by running the following command:
    sudo systemctl start cloud-resolver.service