{"id":19310605,"url":"https://github.com/sepppenner/microstrategyiserverscripts","last_synced_at":"2026-06-09T20:31:24.512Z","repository":{"id":82869160,"uuid":"75752882","full_name":"SeppPenner/MicroStrategyIServerScripts","owner":"SeppPenner","description":"Scripts to show the MicroStrategy Intelligence Server's status, version, to start and stop the MicroStrategy Intelligence Server and check the state afterwards.","archived":false,"fork":false,"pushed_at":"2020-06-04T14:45:23.000Z","size":24,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-06T02:10:53.534Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SeppPenner.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","contributing":null,"funding":null,"license":"License.txt","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-12-06T17:03:51.000Z","updated_at":"2024-11-23T20:45:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"32d6ba45-f6ca-4bbb-b838-df117e087939","html_url":"https://github.com/SeppPenner/MicroStrategyIServerScripts","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FMicroStrategyIServerScripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FMicroStrategyIServerScripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FMicroStrategyIServerScripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FMicroStrategyIServerScripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SeppPenner","download_url":"https://codeload.github.com/SeppPenner/MicroStrategyIServerScripts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240411704,"owners_count":19797133,"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":[],"created_at":"2024-11-10T00:25:07.550Z","updated_at":"2025-11-14T21:04:56.844Z","avatar_url":"https://github.com/SeppPenner.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"MicroStrategyIServerScripts\n====================================\n\nMicroStrategyIServerScripts provide different scripts for the MicroStrategy Intelligence Server:\n\u003cul\u003e\n\u003cli\u003eisstate.py:\tScript to show the MicroStrategy Intelligence Server's status\u003c/li\u003e\n\u003cli\u003eisversion.py: Script to show the MicroStrategy Intelligence Server's version\u003c/li\u003e\n\u003cli\u003eisstart.py:\tScript to start the MicroStrategy Intelligence Server and check the state afterwards\u003c/li\u003e\n\u003cli\u003eisstop.py: Script to stop the MicroStrategy Intelligence Server and check the state afterwards\u003c/li\u003e\n\u003cli\u003eisterminate.py: Script to terminate the MicroStrategy Intelligence Server (Hardcore-stopping the Intelligence Server)\u003c/li\u003e\n\u003cli\u003eisrestart.py:\tScript to restart the MicroStrategy Intelligence Server\u003c/li\u003e\n\u003c/ul\u003e\n\nThe script was written and tested in Python 2.6.8 but runs as well in Python 3.\n\n[![Build status](https://ci.appveyor.com/api/projects/status/h9n6uochm3mu3o2p?svg=true)](https://ci.appveyor.com/project/SeppPenner/microstrategyiserverscripts)\n[![GitHub issues](https://img.shields.io/github/issues/SeppPenner/MicroStrategyIServerScripts.svg)](https://github.com/SeppPenner/MicroStrategyIServerScripts/issues)\n[![GitHub forks](https://img.shields.io/github/forks/SeppPenner/MicroStrategyIServerScripts.svg)](https://github.com/SeppPenner/MicroStrategyIServerScripts/network)\n[![GitHub stars](https://img.shields.io/github/stars/SeppPenner/MicroStrategyIServerScripts.svg)](https://github.com/SeppPenner/MicroStrategyIServerScripts/stargazers)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://raw.githubusercontent.com/SeppPenner/MicroStrategyIServerScripts/master/License.txt)\n[![Known Vulnerabilities](https://snyk.io/test/github/SeppPenner/MicroStrategyIServerScripts/badge.svg)](https://snyk.io/test/github/SeppPenner/MicroStrategyIServerScripts) \n\n## Basic usage:\nTo add those scripts, copy the py-Files to your server under the /root-Folder and change the mode\nto be executable via:\n```bash\nchmod 755 isstate.py\nchmod 755 isstart.py\nchmod 755 isstop.py\nchmod 755 isversion.py\nchmod 755 isterminate.py\nchmod 755 isrestart.py\n```\n\n## To execute the scripts:\n```python\npython isstate.py\npython isstart.py\npython isstop.py\npython isversion.py\npython isterminate.py\npython isrestart.py\n```\n\n## To define the aliases for the current user:\nCreate a new file (if it doesn’t already exist) in the /\u003cusername\u003e folder (e.g. /root) called .bashrc and add the aliases from [Bash.basrc](https://github.com/SeppPenner/MicroStrategyIServerScripts/blob/master/Bash.bashrc).\nOr copy the file [Bash.basrc](https://github.com/SeppPenner/MicroStrategyIServerScripts/blob/master/Bash.bashrc) to the server and rename it to .bashrc.\n\n## Change the paths in the scripts:\nYou will need to change the paths in the scripts to your MicroStrategy Intelligence Server's installation file.\n\nChange history\n--------------\n\nSee the [Changelog](https://github.com/SeppPenner/MicroStrategyIServerScripts/blob/master/Changelog.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsepppenner%2Fmicrostrategyiserverscripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsepppenner%2Fmicrostrategyiserverscripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsepppenner%2Fmicrostrategyiserverscripts/lists"}