The SL1 PowerFlow powerflowcontrol (pfctl) command-line utility version 2.7.11 updates the "verify_docker_errors" check to function correctly with the new journald version on Oracle Linux 8 and and updates the "verify_node_indexes" checks to prioritize verifying the Couchbase node indexes using the HOST_ADDRESS 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 issues were addressed in this release:
-
Updated the verify_docker_errors check to function correctly with the new journald version on Oracle Linux 8. This update prevents the pfctl healthcheck command from failing while cleaning journald logs older than seven days. (OL8) (Cases: 00495744) (Jira ID: INT-6548)
-
Updated the verify_node_indexes check to prioritize verifying the Couchbase node indexes using the HOST_ADDRESS cluster before using the PowerFlow node hostnames to request Couchbase index information if initial verification fails. (Cases: 00494658) (Jira ID: INT-6546)
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
Typically the powerflowcontrol (pfctl) utility is included with the latest version of the PowerFlow Platform. If you need to install a more recent, standalone version of the utility, use the following procedure.
To install 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.11-py3-none-any.whl
-
To check the version number of the utility, run the following command:
pip3 show iservicecontrol