AMP configuration failed with return code 17

Thank you for your support Mike! 10/10.

I solved my problem kind of different.

My problem was:
I couldnt change my home directory on new mounted lvm device cause of reasons. (Exit Code 17)
I tried:

And a manually relocation of the homedirectory of the user amp.

The Solution:
I did not creat the ADS instance by the GetAMP script, cause this creates the home dir at /home/amp (but there is not enought space left for my ark cluster ~1000G)
(Link: GetAMP)

  • I installed the ampinstmgr app manually

bash <(wget -qO- https://cubecoders.com/getamp.sh) installAMP

  • created the user amp manually with new relocated homedir
useradd -m -d /var/amp/amphome amp
passwd amp

then i relogged with amp and installed the ads instance with

ampinstmgr -quick [username] [**passwd**] 0.0.0.0 8080

now my Instance is working so far.

I hope so this is a way which is in the sence of CodeCubers.

regards,

jkkopp