Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 1.96 KB

task-migrate-oncommand-workflow-automation.adoc

File metadata and controls

38 lines (34 loc) · 1.96 KB
permalink sidebar keywords summary
windows-install/task-migrate-oncommand-workflow-automation.html
sidebar
migrate, oncommand, workflow, automation, installation
You can migrate an OnCommand Workflow Automation (WFA) installation to maintain the unique WFA database key that is installed during the WFA installation. For example, you can migrate the WFA installation from a Windows 2012 server to a Windows 2016 server.

Migrate the OnCommand Workflow Automation installation

You can migrate an OnCommand Workflow Automation (WFA) installation to maintain the unique WFA database key that is installed during the WFA installation. For example, you can migrate the WFA installation from a Windows 2012 server to a Windows 2016 server.

  • You must perform this procedure only when you want to migrate a WFA installation that includes the WFA database key to a different server.

  • A WFA database restore does not migrate the WFA key.

  • Migrating a WFA installation does not migrate the SSL certificates.

  • 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. Access WFA through a web browser as an admin.

  2. Back up the WFA database.

  3. Open a command prompt on the WFA server and change directories to the following location: c:\Program Files\NetApp\WFA\bin

  4. Enter the following at the command prompt to obtain the database key:

    wfa.cmd -key

  5. Note the database key that is displayed.

  6. Uninstall WFA.

  7. Install WFA on the required system.

  8. Open the command prompt on the new WFA server and change directories to the following location: c:\Program Files\NetApp\WFA\bin

  9. Enter the following at the command prompt to install the database key:

    wfa.cmd -key=yourdatabasekey

    yourdatabasekey is the key that you noted from the previous WFA installation.

  10. Restore the WFA database from the backup that you created.