Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. As root, create an environment variable called DM_DSTAGE_GROUP and set it to the name of the group you want to use.

Note
  • If the group you want to use does not exist it will not be created by the rpm installer.

  • The DM_DSTAGE_GROUP group must be created manually prior to running the installation.

  • In this case, the Workbench service account user (either mciworkb or whatever user is set in DM_WORKBENCH_USER) must already exist and be manually placed in the group prior to running the installation.

Tip

Use the export or setenv command (depending on which shell you’re using) to set these environment variables. This ensures the installation processes are able to access them.

In this case, you must install as root and avoid changing shells between the setting of environment variables and the execution of installation commands.

...