Argument | Description |
---|---|
--matrix-home (mandatory) | The path to the folder that contains the MATRIX-R file. It is a FOLDER, not a FILE. |
--galaxy-home | The path to the folder that contains the ENOVIA installation binaries. For example, E:\ENOVIA\Studio\win_b64\code\bin This argument is required if the MATRIX-R file is not stored into the ENOVIA server / studio installation. It is not required if --matrix-home points to the ENOVIA installation itself. |
--tns-admin | The path to the folder that contains the tnsnames.ora file. It is a FOLDER, not a FILE. |
--dsls-config | The path to the DSLicSrv.txt file. It is a FILE, not a FOLDER. This argument is not mandatory if the DSLicSrv.txt file is available in C:\ProgramData\DassaultSystemes\Licenses or /var/DassaultSystemes/Licenses |
--agent-port (mandatory) | The HTTP port on which the Standalone ERAgent listens. This port is used in the URL provided to the connector in the connectivity configuration. Note: The +1 port must also be available for the future stop mechanism. |
File | Description |
---|---|
agentMxEnv.properties | Contains environment variable definitions |
agentMxEnv.sh | Called on startup |
agent-version.txt | Contains the version of the component itself |
enovia-version.txt | Contains the ENOVIA version |
startup.sh or startup.bat | Scripts for start |
shutdown.sh or shutdown.bat | Scripts for stop |
Example | Description |
---|---|
Studio or Live Collaboration Server | Context: • The Studio has been installed into the /data/johndoe/enovia/enoviaV6R2015x/studio directory • The MATRIX-R file is available at /data/johndoe/enovia/enoviaV6R2015x/studio/MATRIX-R • The DSLicSrv.txt file is available at /data/johndoe/enovia/DSLicSrv.txt • The tnsnames.ora file is available at /data/johndoe/ora11g/network/admin/tnsnames.ora The install script is called as follows: ./scripts/install.sh --matrix-home /data/johndoe/enovia/enoviaV6R2015x/studio --tns-admin /data/johndoe/ora11g/network/admin --dsls-config /data/johndoe/enovia/DSLicSrv.txt --agent-port 9393 Note: The --galaxy-home argument is not specified because it is under /data/johndoe/enovia/enoviaV6R2015x/studio, which is the matrix-home directory. In this case, the galaxy-home corresponds to the /data/johndoe/enovia/enoviaV6R2015x/studio/linux_a64/code/bin directory. |
e4all server | Context: • The server is installed in /home/data/RTV/R421relalodevpril234/server • The MATRIX-R file is available at /home/data/RTV/R421relalodevpril234/server/MATRIX-R • The DSLicSrv.txt file is available at /var/DassaultSystemes/Licenses/DSLicSrv.txt • The tnsnames.ora file is available at /home/data/ora121/network/admin/tnsnames.ora The install script is called as follows: ./scripts/install.sh --matrix-home /home/data/RTV/R421relalodevpril234/server --tns-admin /home/data/ora121/network/admin --agent-port 9393 |