SL1 PowerFlow powerflowcontrol (pfctl) Command-line Utility Release Notes, version 2.7.7

The SL1 PowerFlow powerflowcontrol (pfctl) command-line utility version 2.7.7 adds better support for running the autoheal action on a five-node cluster.

For more information about the commands you can run using this utility, see Using the powerflowcontrol (pfctl) Command-line Utility.

Issues Addressed

The following issue was addressed in this release:

  • Added better support for running the autoheal action on a five-node cluster. Also addressed an issue where the autoheal action generated an error when you ran it on a node where Couchbase was not running. (Case: 00319398. Jira ID: INT-5328)

To view the latest manuals for the SL1 PowerFlow Platform, see the SL1 PowerFlow page. To view the latest release notes for PowerFlow, see SL1 PowerFlow Release Notes.

Known Issues

This release contains the following known issue:

  • If you get the "Error: No such option: --version Did you mean --json?" error message when running the pfctl --version command, you might have an older version of pfctl that was installed as a different user. To resolve this, be sure to install the powerflowcontrol (pfctl) utility version 2.7.7 as root with sudo, and remove any other versions installed by other users (isadmin or ec2-user):

    su isadmin

    pip3 uninstall -y iservicecontrol

Installing the powerflowcontrol (pfctl) Command-Line Utility

To locate and download the powerflowcontrol (pfctl) utility:

  1. Go to the ScienceLogic Support site at https://support.sciencelogic.com/s/.

  2. Click the Product Downloads tab and select PowerFlow. The PowerFlow page appears.

  3. Click the link for the current release. The Release Version page appears.

  4. In the Release Files section, click the link for the version of PowerFlow Control you want to download. The Release File Details page appears.

  5. Click the Download File button to download the .whl file for the powerflowcontrol utility.

  6. Using WinSCP or another file-transfer utility, copy the .whl file to a directory on the PowerFlow system.

  7. Go to the console of the PowerFlow system or use SSH to access the PowerFlow system.

  8. To install the utility, run the following command:

    sudo pip3 install iservicecontrol-2.7.7-py3-none-any.whl

  9. To check the version number of the utility, run the following command:

    pip3 show iservicecontrol