... | @@ -406,11 +406,10 @@ Update: As of [ECII-303](https://jira.eso.org/browse/ECII-303), this should no l |
... | @@ -406,11 +406,10 @@ Update: As of [ECII-303](https://jira.eso.org/browse/ECII-303), this should no l |
|
|
|
|
|
If none of the above helped, another possibility is to clean up the metadata.
|
|
If none of the above helped, another possibility is to clean up the metadata.
|
|
|
|
|
|
Warning: This is an invasive operation. It deletes all datapoints in the OLDB.
|
|
WARNING: This is an invasive operation. It deletes all datapoints in the OLDB.
|
|
|
|
|
|
If you feel confident, and you are on a single-developer host ("role_ownserver"), use the below commands. If you have doubts, or you are on a multi-user host, please contact us.
|
|
|
|
```
|
|
```
|
|
# Clean up the OLDB databases (on a role_ownserver host)
|
|
# Clean up the OLDB databases
|
|
config-initEs.sh
|
|
config-initEs.sh
|
|
oldb-initES
|
|
oldb-initES
|
|
redis-cli flushall
|
|
redis-cli flushall
|
... | @@ -418,7 +417,12 @@ If you feel confident, and you are on a single-developer host ("role_ownserver") |
... | @@ -418,7 +417,12 @@ If you feel confident, and you are on a single-developer host ("role_ownserver") |
|
cii-services start config
|
|
cii-services start config
|
|
```
|
|
```
|
|
|
|
|
|
|
|
If you are dealing with a multi-user oldb ("role_groupserver", meaning it serves an OLDB to a team of developers), after executing the above commands you need to additionally execute (with privileges):
|
|
|
|
```
|
|
|
|
/elt/ciisrv/postinstall/cii-postinstall role_groupserver
|
|
|
|
```
|
|
|
|
|
|
|
|
If you have doubts, please contact us.
|
|
|
|
|
|
--------------------------------------------------------------------------
|
|
--------------------------------------------------------------------------
|
|
### Req/Rep Connection Listeners \[MAL Python\]
|
|
### Req/Rep Connection Listeners \[MAL Python\]
|
... | | ... | |