[MCOL-4216] mcs-start-storagemanager.py[9135]: S3 storage has not been set up for MariaDB ColumnStore. StorageManager service fails to start Created: 2020-07-28 Updated: 2023-10-26 Resolved: 2023-10-26 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | Storage Manager |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Karsten Budde | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS 7.8, MariaDB Community Server + Single Node Columnstore |
||
| Description |
|
I have installed mariadb and columnstore on the server according to the instructions page https://mariadb.com/docs/deploy/community-single-columnstore-cs105-centos7/. I want to use the local storage of columnstore, so I left the configuration file storagemanager.cnf unchanged. Now when I start columnstore with systemctl start mariadb-columnstore I get the following error message:
On the https://mariadb.com/kb/en/system-troubleshooting-mariadb-columnstore/ page, in the section "startSystem problems and how to diagnose" it says that I should run the command mcsadmin getsystemi to get detailed error information. However, the mcsadmin command is unknown on the server. What can I do so that columnstore runs without errors? |
| Comments |
| Comment by Irfan Rosjidi [ 2020-08-04 ] |
|
I was also facing the same error, while my config use localstorage Aug 04 09:18:03 xxx.xxx.xxx.xxx systemd[1]: Stopped mariadb-columnstore. Aug 04 09:18:05 xxx.xxx.xxx.xxx systemd[1]: Starting storagemanager... |