Installing Enterprise Connector using a script
For Linux: You must create a Linux user and group and link the user to the group. This user is used by Enterprise Connector to run the ION Grid bootstrap daemon.
In this example, ionec
is used to add a grid service
user:
adduser ionec
passw ionec
In this example, ionec
is used to add a group and link a user to the
group:
groupadd ionec
usermod -a -G ionec ionec