Hello,
The guidance that you provided doesn't work.
See below
```
root@localhost:/install/community-edition-setup# python3 post-setup-add-components.py -addscim
Current Gluu Version 4.2.3
Downloading Community Edition Setup 4.2.3
2021-06-09 15:53:39 URL:https://codeload.github.com/GluuFederation/community-edition-setup/zip/version_4.2.3 [654363] -> "/install/community-edition-setup/version_4.2.3.zip" [1]
Extracting package
Traceback (most recent call last):
File "post-setup-add-components.py", line 85, in <module>
from setup import *
File "/install/community-edition-setup/setup.py", line 691
print 'ERROR: The IP Address is invalid. Try again\n'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('ERROR: The IP Address is invalid. Try again\n')?
root@localhost:/install/community-edition-setup#
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('ERROR: The IP Address is invalid. Try again\n')?
root@localhost:/install/community-edition-setup#
```