Skip to main content
Keystone

Manually upgrade Keystone Collector

Contributors netapp-manini netapp-shwetav

The auto-update feature in Keystone Collector is enabled by default, which automatically upgrades the Keystone Collector software with every new release. You can, however, disable this feature and manually upgrade the software.

Steps
  1. Start the Keystone Collector management TUI utility:
    $ keystone-collector-tui

  2. On the maintenance screen, selecting the Update collectors now option.

    tui screen

    Alternately, run these commands to upgrade the version:

    For CentOS:

    sudo yum clean metadata && sudo yum install keystone-collector

    tui screen

    For Debian:

    sudo apt-get update && sudo apt-get upgrade keystone-collector
  3. Restart Keystone Collector management TUI, you can see the latest version on the upper left portion of the home screen.

    Alternately, run these commands to view the latest version:

    For CentOS:

    rpm -q keystone-collector

    For Debian:

    dpkg -l | grep keystone-collector