Versions Compared

Key

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

...

  1. The Broker user must exist prior to the install. The account must have an existing home directory.
  2. The account performing the install does not need to be root or the Broker user, but it must have authority to write to the Broker user's home directory.
  3. A user mode install must be done by passing the -usermode_install parameter to unvinst.
  4. The "security" configuration option must be set to "noneinherit" in uags.conf, ucmds.conf, uctls.conf, udms.conf, and uems.conf. This means that no user context switching is supported in an unprivileged user mode environment. All tasks execute as the Broker user.
  5. Any task submitted via the Controller to execute on the Agent must not have credentials specified. This is necessary to ensure the process is spawned without requiring any kind of root privileges. One exception to this condition applies to any task that supports the "Run as sudo" option. In that case, credentials may be supplied, but must match an existing sudoers entry.
  6. Any user that wants to execute Agent Managers (for example, ucmd, udm, or uem) or Utilities (for example, uctl or uquery) must source the SB_ConfigSetup.env file within their user profile. This file is installed in the ./etc directory located under the install directory, and sets environment variables that point to configuration files and to the Broker's .bif and .plf files.

...