Skip to main content
OnCommand Workflow Automation 5.0
A newer release of this product is available.

Enable or disable remote access to the OnCommand Workflow Automation database

Contributors

By default, the OnCommand Workflow Automation (WFA) database can be accessed only by clients running on the WFA host system. You can change the default settings if you want to enable access to the WFA database from a remote system.

What you'll need
  • You must have logged in to the WFA host system as a root user.

  • If a firewall is installed on the WFA host system, you must have configured your firewall settings to allow access to the MySQL port (3306) from the remote system.

About this task

The default WFA installation path is used in this procedure. If you changed the default location during installation, you must use the changed WFA installation path.

Steps
  1. Navigate to the following directory on the WFA server: WFA_install_location/wfa/bin/.

  2. Perform one of the following actions:

    To…​ Enter the following command…​

    Enable remote access

    ./wfa --db-access=public --restart

    Disable remote access

    ./wfa --db-access=default --restart