Starting with the release of Strategy ONE (March 2024), dossiers are also known as dashboards.
When installing or upgrading Platform Analytics and/or the collaboration Server to Strategy 2020, the Repository will be installed together. During this process, mstr (the non-root) system user will be created by the installer unless you provide a non-root system user to register services. In order for the installer to execute these operations, you must ensure that the mstr user created by the installer, or the system user provided to register services, will be accessible by the installer.
The installer creates a system user by executing the command,
useradd. The new user, mstr, will inherit default settings from
/etc/default/useradd. One of the variables in this file is
SHELL, which will specify what login shell the created user will use. The shell
/bin/bashis a common example. However, if
SHELLis set to
nologin, meaning the new user is not able to log in, the installer will fail to switch (
su) to mstr, even after the user is created. As a result, it fails to provide Repository functionalities and availability to support Platform Analytis and the Collaboration Server.
Prior to installing Strategy 2020, it is important to ensure the Strategy installer will have access to the system user that will register services. This means that the installer must be able to login by using the command
su.
SHELLis not set to
nologin. If it is set to
nologin, modify the shell to bash at the time of installation.
#useradd default fileGROUP=xxxHOME=xxxINACTIVE=xxxEXPIRE=SHELL=/bin/bashSKEL=xxxCREATE_MAIL_SPOOL=xxx
nologinhas to be provided to register services. The following is located in the
/etc/passwdfile.
user1:x:100:101::/home/user1:/bin/bash
ulimit -ecommand). The limit allows time-critical requests, such as interactive Dossier manipulations, to be executed with high OS-level thread priority for a potential response time improvement, especially under a high system load. To learn more about this prioritization mechanism and how to set up the correct
nicelimit, please visit this page.