{"id":17614042,"url":"https://github.com/vroncevic/flexlm","last_synced_at":"2025-05-07T22:28:59.603Z","repository":{"id":45610439,"uuid":"58223480","full_name":"vroncevic/flexlm","owner":"vroncevic","description":"Shell script for license management ","archived":false,"fork":false,"pushed_at":"2024-06-14T17:56:18.000Z","size":6961,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-05-05T02:10:01.013Z","etag":null,"topics":["administration","bash","flexera","flexlm","freebsd","license","license-management","linux","manager","shell","unix"],"latest_commit_sha":null,"homepage":"https://vroncevic.github.io/flexlm","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vroncevic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-06T17:24:19.000Z","updated_at":"2024-12-25T22:37:46.000Z","dependencies_parsed_at":"2024-06-14T19:05:55.545Z","dependency_job_id":"341932c5-d40e-4028-a53a-e19490a45ed7","html_url":"https://github.com/vroncevic/flexlm","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fflexlm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fflexlm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fflexlm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fflexlm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vroncevic","download_url":"https://codeload.github.com/vroncevic/flexlm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252964341,"owners_count":21832667,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["administration","bash","flexera","flexlm","freebsd","license","license-management","linux","manager","shell","unix"],"created_at":"2024-10-22T18:20:08.805Z","updated_at":"2025-05-07T22:28:59.582Z","avatar_url":"https://github.com/vroncevic.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shell script for license management\n\n\u003cimg align=\"right\" src=\"https://raw.githubusercontent.com/vroncevic/flexlm/dev/docs/flexlm_logo.png\" width=\"25%\"\u003e\n\n**flexlm** is shell tool for operating **[Flex License Manager](https://www.openlm.com/what-is-flexlm-what-is-flexnet-2/)**.\n\nDeveloped in **[bash](https://en.wikipedia.org/wiki/Bash_(Unix_shell))** code: **100%**.\n\n[![flexlm_shell_checker](https://github.com/vroncevic/flexlm/actions/workflows/flexlm_shell_checker.yml/badge.svg)](https://github.com/vroncevic/flexlm/actions/workflows/flexlm_shell_checker.yml)\n\nThe README is used to introduce the modules and provide instructions on\nhow to install the modules, any machine dependencies it may have and any\nother information that should be provided before the modules are installed.\n\n[![GitHub issues open](https://img.shields.io/github/issues/vroncevic/flexlm.svg)](https://github.com/vroncevic/flexlm/issues) [![GitHub contributors](https://img.shields.io/github/contributors/vroncevic/flexlm.svg)](https://github.com/vroncevic/flexlm/graphs/contributors)\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n**Table of Contents**\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Dependencies](#dependencies)\n- [Shell tool structure](#shell-tool-structure)\n- [Docs](#docs)\n- [Copyright and licence](#copyright-and-licence)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n### Installation\n\n![Debian Linux OS](https://raw.githubusercontent.com/vroncevic/flexlm/dev/docs/debtux.png)\n\nNavigate to release **[page](https://github.com/vroncevic/flexlm/releases)** download and extract release archive.\n\nTo install **flexlm** type the following\n\n```bash\ntar xvzf flexlm-x.y.tar.gz\ncd flexlm-x.y\ncp -R ~/sh_tool/bin/   /root/scripts/flexlm/ver.x.y/\ncp -R ~/sh_tool/conf/  /root/scripts/flexlm/ver.x.y/\ncp -R ~/sh_tool/log/   /root/scripts/flexlm/ver.x.y/\n```\n\nSelf generated setup script and execution\n\n```bash\n./flexlm_setup.sh \n\n[setup] installing App/Tool/Script flexlm\n\tSun 05 Dec 2021 01:15:58 PM CET\n[setup] copy App/Tool/Script structure\n[setup] remove github editor configuration files\n[setup] set App/Tool/Script permission\n[setup] create symbolic link of App/Tool/Script\n[setup] done\n\n/root/scripts/flexlm/ver.2.0/\n├── bin/\n│   ├── center.sh\n│   ├── check_license.sh\n│   ├── display_logo.sh\n│   ├── flexlm.sh\n│   ├── load_licenses.sh\n│   ├── start_license.sh\n│   └── stop_license.sh\n├── conf/\n│   ├── flexlm.cfg\n│   ├── flexlm.logo\n│   ├── flexlm_util.cfg\n│   └── licenses.cfg\n└── log/\n    └── flexlm.log\n\n3 directories, 12 files\nlrwxrwxrwx 1 root root 42 Dec  5 13:15 /root/bin/flexlm -\u003e /root/scripts/flexlm/ver.2.0/bin/flexlm.sh\n```\n\nOr You can use docker to create image/container.\n\n### Usage\n\n```bash\n# Create symlink for shell tool\nln -s /root/scripts/flexlm/ver.x.y/bin/flexlm.sh /root/bin/flexlm\n\n# Setting PATH\nexport PATH=${PATH}:/root/bin/\n\n# Start Cadence License Server\nflexlm \n\nflexlm ver.2.0\nSun 05 Dec 2021 01:16:52 PM CET\n\n[check_root] Check permission for current session? [ok]\n[check_root] Done\n\n                                               \n     ████  ██                  ██              \n    ░██░  ░██                 ░██              \n   ██████ ░██  █████  ██   ██ ░██ ██████████   \n  ░░░██░  ░██ ██░░░██░░██ ██  ░██░░██░░██░░██  \n    ░██   ░██░███████ ░░███   ░██ ░██ ░██ ░██  \n    ░██   ░██░██░░░░   ██░██  ░██ ░██ ░██ ░██  \n    ░██   ███░░██████ ██ ░░██ ███ ███ ░██ ░██  \n    ░░   ░░░  ░░░░░░ ░░   ░░ ░░░ ░░░  ░░  ░░   \n                                               \n\t                             \n\tInfo   github.io/flexlm ver.2.0\n\tIssue  github.io/issue\n\tAuthor vroncevic.github.io\n\n  [USAGE] flexlm [OPTIONS]\n  [OPTIONS]\n  [COMMAND] start | stop | restart | status\n  [VENDOR NAME] cadence | mentor\n  # Start license server\n  flexlm start mentor\n  [help | h] print this option\n```\n\n### Dependencies\n\n**flexlm** requires next modules and libraries\n* sh_util [https://github.com/vroncevic/sh_util](https://github.com/vroncevic/sh_util)\n\n### Shell tool structure\n\n**flexlm** is based on MOP.\n\nShell tool structure\n\n```bash\nsh_tool/\n├── bin/\n│   ├── center.sh\n│   ├── check_license.sh\n│   ├── display_logo.sh\n│   ├── flexlm.sh\n│   ├── load_licenses.sh\n│   ├── start_license.sh\n│   └── stop_license.sh\n├── conf/\n│   ├── flexlm.cfg\n│   ├── flexlm.logo\n│   ├── flexlm_util.cfg\n│   └── licenses.cfg\n└── log/\n    └── flexlm.log\n```\n\n### Docs\n\n[![Documentation Status](https://readthedocs.org/projects/flexlm/badge/?version=latest)](https://flexlm.readthedocs.io/projects/flexlm/en/latest/?badge=latest)\n\nMore documentation and info at\n* [https://apmodule.readthedocs.io/en/latest/](https://apmodule.readthedocs.io/en/latest/)\n* [https://www.gnu.org/software/bash/manual/](https://www.gnu.org/software/bash/manual/)\n* [http://csweb.cs.wfu.edu/flexlm_programming_guide](http://csweb.cs.wfu.edu/~torgerse/Kokua/Irix_6.5.21_doc_cd/usr/share/Insight/library/SGI_bookshelves/SGI_Developer/books/FLEXlm_PG/sgi_html/index.html)\n\n### Copyright and licence\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nCopyright (C) 2016 - 2024 by [vroncevic.github.io/flexlm](https://vroncevic.github.io/flexlm)\n\n**flexlm** is free software; you can redistribute it and/or modify\nit under the same terms as Bash itself, either Bash version 4.2.47 or,\nat your option, any later version of Bash 4 you may have available.\n\nLets help and support FSF.\n\n[![Free Software Foundation](https://raw.githubusercontent.com/vroncevic/flexlm/dev/docs/fsf-logo_1.png)](https://my.fsf.org/)\n\n[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://my.fsf.org/donate/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fflexlm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvroncevic%2Fflexlm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fflexlm/lists"}