After installing the OpenEdge Authentication Gateway, you can create or recreate an Authentication Gateway instance as needed. In some environments, the instance is created automatically during installation. However, you might need to manually create a new instance when deploying to a different location, restoring an environment, or recreating an existing instance.

  1. Locate the OEAG distribution archive:

    $DLC/servers/redist/oeauthgateway-version.zip

    Example:

    $DLC/servers/redist/oeauthgateway-13.0.0.zip
  2. Copy it to your desired installation directory:
    cp $DLC/servers/redist/oeauthgateway-version.zip /path/to/oeag-instance 
    cd /path/to/oeag-instance 
  3. Unzip the package:
     unzip oeauthgateway-version.zip
  4. Register the new OEAG instance using PASMAN:
    pasman register oeauthserver /path/to/oeag-instance
    Note: If you are replacing an instance you must unregister the existing instance before registering the new instance.