https://github.com/costerwi/abaqus-flexnet-service
Script to configure the Abaqus Flexnet License Daemon as a restartable Linux service
https://github.com/costerwi/abaqus-flexnet-service
abaqus flexnet
Last synced: 2 months ago
JSON representation
Script to configure the Abaqus Flexnet License Daemon as a restartable Linux service
- Host: GitHub
- URL: https://github.com/costerwi/abaqus-flexnet-service
- Owner: costerwi
- Created: 2020-06-14T20:00:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-26T22:13:03.000Z (over 4 years ago)
- Last Synced: 2026-01-02T23:39:44.860Z (7 months ago)
- Topics: abaqus, flexnet
- Language: Shell
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Abaqus-Flexnet-service
Script to configure the Abaqus Flexnet License Daemon as a restartable Linux service
Usage:
```
wget https://github.com/costerwi/Abaqus-Flexnet-service/raw/master/lm-install.sh
bash lm-install.sh
```
This script performs several steps to get Flexnet setup as a service under Redhat/CentOS version 6.x or 7.x or SUSE 12.
It will:
1. Try to locate the correct Flexnet files (lmgrd and ABAQUSLM)
1. Create a lmadmin user and group to run the server
1. Setup license file directory `/etc/abaqus-lm` to store the license files
1. Setup log file directory `/var/log/abaqus-lm` and logrotate
1. Create and start the appropriate system service (SysV or systemd)