Install the meshlet as a service that you want to run on this machine by entering the following commands: Code Block |
---|
install-multitenant-meshlet-service.bat -m application/version/meshlet.jar -c application/meshlet.zip -e environment_name |
Replace the following path with: Field | Description | Example |
---|
application/version/meshlet.jar | Meshlet jar location | Ivanti/Gold_5.0.12/perspectium-meshlet-ivanti-user-5.0.12.jar | application/meshlet.zip | Meshlet zip folder location | Ivanti/Ivanti-User.zip | environment_name | (Optional) Specifies an environment for the meshlet This is a way to label what type of meshlet it is (i.e. it's a production, test, dev meshlet) for informational purposes only and is used to create the folder structure where the meshlet is installed. | Production |
Contact Perspectium Support for the proper links for the meshlet and configuration to be installed.
Installing Ivanti User Meshlet as a service example: Code Block |
---|
install-multitenant-meshlet-service.bat -m Ivanti/Gold_5.0.12-111111111/perspectium-meshlet-ivanti-user-5.0.12.jar -c Ivanti/Ivanti-User.zip -e Production |
NOTE: The meshlet will be installed in the C:\Perspectium-<Configuration>-<Environment_Name> directory where <Configuration> is the name of the configuration file specified without the file extension and <Environment_Name> is the name of the environment. Using the above Ivanti User meshlet example, the meshlet would be installed in C:\Perspectium-Ivanti-User-Production\ (<Configuration> of Ivanti-User.zip and <Environment_Name> of Production). If no <Environment_Name> is specified, then it will be installed in C:\Perspectium-<Configuration> i.e. C:\Perspectium-Ivanti-User. |