Create TAS user group and TAS user accounts (TAS 8)
Create a TAS user group, and add the three types of TAS users, the Installation, Application, and Maintenance users.
The TAS user group and the TAS Application Management (both standard and advanced) user accounts support dynamic user IDs. If the default IDs are in use or conflict with your requirements, assign custom IDs by adding them to the inventory file during installation.
Before you begin
Install RPMs for TAS servers (TAS 8)
Procedure
-
Create a TAS user group with ID 5000, and default name tas:
Copygroupadd -g 5000 tas
-
Create an Installation service user:
-
Create an Application Management service user:
-
Create an Advanced Application Management service user:
-
Add the Advanced Application Management user with the user name tas_app_advanced to the TAS user group:
Copyuseradd -g 5000 -G docker -u 5004 tas_app_advanced
-
If required, change the default password for the tas_app_advanced user:
Copypasswd tas_app_advanced
-
Disable login for the tas_app_advanced user:
Copyusermod -s /usr/sbin/nologin tas_app_advanced
-
-
Enable processes run by tas_inst to continue after the user logs out:
Copyloginctl enable-linger tas_inst
What to do next