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:
-
Go to the ScienceLogic Support site at https://support.sciencelogic.com/s/.
-
Click the PowerFlow. The PowerFlow page appears.
tab and select -
Click the link for the current release. The Release Version page appears.
-
In the Release Files section, click the link for the version of PowerFlow Control you want to download. The Release File Details page appears.
-
Click the .whl file for the powerflowcontrol utility.
button to download the -
Using WinSCP or another file-transfer utility, copy the .whl file to a directory on the PowerFlow system.
-
Go to the console of the PowerFlow system or use SSH to access the PowerFlow system.
-
To install the utility, run the following command:
sudo pip3 install iservicecontrol-2.7.7-py3-none-any.whl
-
To check the version number of the utility, run the following command:
pip3 show iservicecontrol