How to know the license type of all the nodes in SolusVM?

Have more questions? Submit a request

Applicable to:

  • SolusVM

Question

How to know the license types of all the Slave nodes?

Answer

  1. Connect to SolusVM master node via SSH
  2. Access the database:

    # MYSQL_PWD=`cat /usr/local/solusvm/includes/solusvm.conf | awk -F ":" '{print $3}'` mysql `cat /usr/local/solusvm/includes/solusvm.conf | awk -F ":" '{print $1}'` -u`cat /usr/local/solusvm/includes/solusvm.conf | awk -F ":" '{print $2}'` -h`cat /usr/local/solusvm/includes/solusvm.conf | awk -F ":" '{print $4}'`

  3. Execute the following query:

    MYSQL_LIN: SELECT nodeid, name, ip, licensetype FROM nodes;

licensetype can be 0(Standard), 1(Mini) and 2(Micro).

Articles in this section

Was this article helpful?
0 out of 0 found this helpful
Share

Comments

0 comments

Please sign in to leave a comment.