The operating system user account under which workload runs. All workload for the consumer runs under the same account, no matter which user submitted workload units.
On Linux/UNIX hosts, the $SOAM_HOME/deploy directory’s group access permissions is set to 7 (rwx). All execution (os) users of consumers must belong to the deploy directory owner group. The deploy directory is created and owned by the cluster admin os user account (by default, egoadmin).
If the consumer runs workload units on a Windows host, include the domain name as shown:
domain_name\user_name
If the consumer runs workload units on a Linux/UNIX host, EGO can automatically strip the domain name from the user name. For example, if you configure the account as mydomain\user2, it is interpreted as mydomain\user2 on Windows but as user2 on Linux/UNIX.
Every new Windows execution user account needs to have the password configured with egosh ego execpasswd. The egoadmin account is already configured.
Any activity started through egosh uses the same execution account as configured for the leaf consumer it runs on. The file ConsumerTrees.xml contains execution user account information for each registered consumer.
|