This command stops the processing of applications on all Modules within the MariaDB ColumnStore System
Checking for active transactions
Stopping System...
Successful stop of System
Shutting Down System...
Successful shutdown of System
Mariab Columnstore uninstall completed
Daniel Lee (Inactive)
added a comment - Build verified: 1.4.3-1 source
server
commit 9bd5e14f4de1402c6cd4a3f81564887c1213c9e1
engine
commit 5efa6a4dc52129be2de49fdfc23e44020401b86b
Verified RPM packages only. DEB packages are not yet available.
[root@localhost ~] # rpm -e $(rpm -qa 'MariaDB*')
shutdownsystem Mon Feb 10 21:41:51 2020
This command stops the processing of applications on all Modules within the MariaDB ColumnStore System
Checking for active transactions
Stopping System...
Successful stop of System
Shutting Down System...
Successful shutdown of System
Mariab Columnstore uninstall completed
Centos 7 RPM worked as specified, but Debian 8 DEB did not run "mcsadmin shutdown".
I used "dpkg -r" and "dpkg -P" to remove the packages. Is there a different command I should use?
root@jessie:~# dpkg -r $(dpkg -l |grep Maria|awk -F" " '
{print $2}')
(Reading database ... 72839 files and directories currently installed.)
Removing libmariadb3-compat (1:10.4.12.6+maria~jessie) ...
Removing mariadb-columnstore-engine (1.4.3-1) ...
Removing mariadb-columnstore-libs (1.4.3-1) ...
Removing mariadb-columnstore-platform (1.4.3-1) ...
dpkg: warning: while removing mariadb-columnstore-platform, directory '/var/lib/columnstore/local' not empty so not removed
dpkg: warning: while removing mariadb-columnstore-platform, directory '/etc/columnstore' not empty so not removed
Removing mariadb-server-10.4 (1:10.4.12.6+maria~jessie) ...
Warning: Unit file of mysql.service changed on disk, 'systemctl daemon-reload' recommended.
Removing mariadb-server-core-10.4 (1:10.4.12.6+maria~jessie) ...
dpkg: warning: while removing mariadb-server-core-10.4, directory '/usr/share/mysql' not empty so not removed
Removing mariadb-client-10.4 (1:10.4.12.6+maria~jessie) ...
Removing mariadb-client-core-10.4 (1:10.4.12.6+maria~jessie) ...
Removing libmariadb3:amd64 (1:10.4.12.6+maria~jessie) ...
Removing mariadb-common (1:10.4.12.6+maria~jessie) ...
Removing mysql-common (1:10.4.12.6+maria~jessie) ...
Processing triggers for man-db (2.7.0.2-5) ...
Processing triggers for libc-bin (2.19-18+deb8u6) ...
root@jessie:~# ma
-bash: /usr/bin/mcsadmin: No such file or directory
root@jessie:~# ps -ef |grep ExeMgr
root 4441 3297 0 21:02 ? 00:00:00 [ExeMgr]
root 17328 15864 0 21:40 pts/0 00:00:00 grep ExeMgr
In the PR with
MCOL-3707