Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivoronin/ocf-tibero
Resource script for Tibero database
https://github.com/ivoronin/ocf-tibero
Last synced: 5 days ago
JSON representation
Resource script for Tibero database
- Host: GitHub
- URL: https://github.com/ivoronin/ocf-tibero
- Owner: ivoronin
- Created: 2014-12-08T16:20:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-21T09:49:33.000Z (almost 10 years ago)
- Last Synced: 2024-04-17T21:12:14.762Z (7 months ago)
- Language: Shell
- Size: 441 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ocf-tibero
Resource script for Tibero database for Pacemaker (Red Hat Cluster Suite)
## Usage
Copy script to /usr/lib/ocf/resource.d/heartbeat/ manually or build and install rpm package, than create tibero database resource:
```
pcs resource create tibero_db ocf:heartbeat:tibero tb_owner=tibero \
tb_home=/opt/tibero/Tibero/tibero5 tb_sid=TBSID tb_user=cluster tb_password=password
```## Parameters
- tb_home - Tibero home directory ($TB_HOME)
- tb_owner - Tibero owner (OS user)
- tb_sid - Tibero SID ($TB_SID)
- tb_user - Tibero database user (with sysdba privilege).
- tb_password - tb_user's password.