******************** Configuration/Status Report for um2 ******************** -- systemctl configuration -- ################# systemctl list-unit-files --type=service | grep columnstore ################# columnstore.service enabled ################# systemctl list-unit-files --type=service | grep mysql-Columnstore ################# -- services configuration -- ################# service --status-all | grep columnstore ################# ################# service --status-all | grep mysql-Columnstore ################# -- fstab Configuration -- ################# cat /etc/fstab ################# # UNCONFIGURED FSTAB FOR BASE SYSTEM -- Server Processes -- ################# ps axu ################# USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.0 65524 1376 ? Ss 16:05 0:00 /usr/sbin/sshd -D root 1075 0.0 0.0 9580 1364 ? S 16:44 0:00 /bin/bash /usr/local/mariadb/columnstore/bin/run.sh /usr/local/mariadb/columnstore/bin/ProcMon root 1076 0.3 0.2 4525444 5048 ? Sl 16:44 0:14 /usr/local/mariadb/columnstore/bin/ProcMon root 29825 0.0 0.0 4512 1576 ? S 17:57 0:00 /bin/sh /usr/local/mariadb/columnstore/mysql//bin/mysqld_safe --datadir=/usr/local/mariadb/columnstore/mysql/db --pid-file=/usr/local/mariadb/columnstore/mysql/db/ubuntu-04.pid --ledir=/usr/local/mariadb/columnstore/mysql//bin mysql 30010 0.2 5.5 2215224 114540 ? Sl 17:57 0:00 /usr/local/mariadb/columnstore/mysql//bin/mysqld --basedir=/usr/local/mariadb/columnstore/mysql/ --datadir=/usr/local/mariadb/columnstore/mysql/db --plugin-dir=/usr/local/mariadb/columnstore/mysql/lib/plugin --user=mysql --log-error=/usr/local/mariadb/columnstore/mysql/db/ubuntu-04.err --pid-file=/usr/local/mariadb/columnstore/mysql/db/ubuntu-04.pid --socket=/usr/local/mariadb/columnstore/mysql/lib/mysql/mysql.sock --port=3306 root 30625 1.5 0.3 93056 6428 ? Ss 18:00 0:00 sshd: root@pts/0 root 30634 0.0 0.1 9616 2560 pts/0 Ss+ 18:00 0:00 /bin/bash /usr/local/mariadb/columnstore/bin/configReport.sh um2 /usr/local/mariadb/columnstore root 30965 0.0 0.1 34428 2880 pts/0 R+ 18:00 0:00 ps axu -- Server Processes with resource usage -- ################# top -b -n 1 ################# top - 18:00:46 up 2 days, 18:16, 1 user, load average: 1.66, 2.96, 3.86 Tasks: 8 total, 1 running, 7 sleeping, 0 stopped, 0 zombie %Cpu(s): 4.1 us, 5.9 sy, 0.3 ni, 89.1 id, 0.3 wa, 0.0 hi, 0.4 si, 0.0 st KiB Mem : 2048444 total, 20072 free, 1055108 used, 973264 buff/cache KiB Swap: 1023996 total, 108972 free, 915024 used. 437268 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 1 root 20 0 65524 1376 1264 S 0.0 0.1 0:00.07 sshd 1075 root 20 0 9580 1364 1360 S 0.0 0.1 0:00.00 run.sh 1076 root 20 0 4525444 5048 3904 S 0.0 0.2 0:14.19 ProcMon 29825 root 20 0 4512 1576 1576 S 0.0 0.1 0:00.01 mysqld_safe 30010 mysql 20 0 2215224 114540 1904 S 0.0 5.6 0:00.64 mysqld 30625 root 20 0 93056 6428 5524 S 0.0 0.3 0:00.03 sshd 30634 root 20 0 9616 2560 2320 S 0.0 0.1 0:00.00 configReport.sh 30966 root 20 0 38628 3156 2760 R 0.0 0.2 0:00.00 top