MySQL Cluster Manager 8.0 Release Notes
Press CTRL+C to copyshow settings [--hostinfo]
This command lists the current values of a number of mcmd options:
Press CTRL+C to copymcm> show settings; +---------+----------------+-----------------------------------------------------+ | Section | Setting | Value | +---------+----------------+-----------------------------------------------------+ | DEFAULT | data_folder | /home/dso/extra3/mcm-8.0.41-cluster-8.0.41/mcm_data | | DEFAULT | logging_folder | /home/dso/extra3/mcm-8.0.41-cluster-8.0.41 | | logger | filename | mcmd.log | | logger | level | info | | mcmd | bind_port | 1862 | | mcmd | copy_port | 0 | | mcmd | mcmd_password | ******** | | mcmd | mcmd_user | mcmd | | mcmd | xcom_port | 18062 | +---------+----------------+-----------------------------------------------------+ 9 rows in set (0.10 sec)
Using the
--hostinfo
option
makes the command print out information on the host that the
mcm client is connected to:
Press CTRL+C to copymcm> show settings --hostinfo; +-----------------+-------------------------------+ | Property | Value | +-----------------+-------------------------------+ | Hostname | localhost.localdomain | | Platform | Linux 3.13.11-100.fc19.x86_64 | | Processor cores | 1 | | Total memory | 1819 Mb | +-----------------+-------------------------------+ 4 rows in set (0.00 sec)