11 Aug 2022 10:40 AM - last edited on 11 Aug 2022 02:14 PM by MaciejNeumann
Hello.
I am trying to install OneAgent on Linux Suse 15.
It tells me the group identifier GID 33334 already exists so it cannot create unix group named "dtuser". Indeed there is on my hosts a legit business application already installed for which this group was created. I cannot change that.
I am wondering is there a way I can tell installer to create such group with an other GID number instead of 33334 ?
According TFM https://www.dynatrace.com/support/help/shortlink/linux-custom-installation#specifying-non-privileged... it looks possible to override USER and GROUP. But it explicitly mentionnes I cannot specify a "group identifier".
Any ideas ? Shall I have to create beforehand my "dtuser" group with the GID I want (i.e. different from default 33334), and then launch OneAgent installer to use it ?
Regards.
Solved! Go to Solution.
11 Aug 2022 11:32 AM
Yes you can create the group beforehand and use it.
You will also have to create the user beforehand, as the docs you link mentioned the GROUP parameter can only be used together with USER.
11 Aug 2022 12:08 PM
Thanks for feedback. I "can". Fine. Yet, do I "must" ? Or can I specify it (i.e. the GID integer number) directly on the installer command line ?
11 Aug 2022 12:44 PM
No you can't specify the group ID directly.
But you could also just create user/group with the name dtuser beforehand, that you wouldn't have to specify anything during installation.