Error while deploying the memsql-server

Hi,

As per the below reference, i have installed the toolbox in my host successfully and moved towards the deployment step, however, it was not successful and given below error.

[root@hqidlorrdb01 memsql_server_rpm]# memsql-deploy cluster-in-a-box --file-path memsql-server-6.7.7-7669a637ba.x86_64.rpm --license
memsql-deploy will perform the following actions:
· Install memsql-server 6.7.7 locally
· Deploy a master aggregator on port 3306
· Deploy a leaf node on port 3307

Would you like to continue? [y/N]: y
Installing MemSQL locally…
âââ â â â â â âââââ â â â â â âââââ â â â â â âââââ â â â â â âââââ â â â â â âââ Installed MemSQL 6.7.7 locally
ââ Failed to deploy master aggregator
Starting rollback
â Rollback succeeded
error running memsqlctl: error running command: "/bin/memsqlctl" "--json" "--yes" "create-node" "--port" "3306" "--timeout" "60s": exit status 1
stderr: user: unknown user memsql
[root@hqidlorrdb01 memsql_server_rpm]#

Can some one help me here to overcome the above issue …

appreciate your time & help.

Hi! Interesting error message…Can you please try to do the following:

  1. Run sudo rpm --install --replace-pkgs memsql-server-6.7.7-7669a637ba.x86_64.rpm

Does that install successfully? If yes, run:

  1. memsqlctl env

Does it say include the line user:memsql? If yes, run:

  1. memsqlctl create-node --port 3306.

And we’ll see if you run into the same error. Thanks!