Deploying the Connector Plugin

You can deploy the connector plugin either on a Exalead CloudViewprimary or secondary server instance, or on the ENOVIA server.

Recommendation: Deploy on a dedicated server for best performance.

This task shows you how to:

Deploy the Plugin

  1. Open the Administration Console.
  2. In Deployment > Plugins, upload the enovia-er-connector-plugin-v6.zip file.
    The ENOVIA ER connector type is now available in the Administration Console.

You are now ready to add an ENOVIA ER connector instance.

Update the Plugin from the Administration Console

  1. Go to Deployment > Plugins.
  2. Delete the enovia-er-connector-plugin-v6 from the list of installed Custom plugins.
  3. Drag the new plugin zip file onto the dedicated zone.

Update the Plugin from the Command Line

This procedure describes how to upgrade an existing installation using the cvadmin command-line tool.

  1. Go to the <DATADIR>/bin directory and run the cvadmin tool for plugins: ./cvadmin plugins
  2. To retrieve the list of installed components, run: list
  3. Uninstall the previous version of the connector using the installed component named from Step 2, by running the command, for example:

    remove name=enovia-er-connector

  4. Install the new component:

    install file=<PATH TO enovia-er-connector-plugin-v6.zip>