Unable to create a 'ccrpc' user! Please check your s9s command line installation!

Comments

4 comments

  • Official comment
    Avatar
    Sebastian Insausti

    Hi,

    Sorry for this issue. It's a known issue and you can run this script to fix it:

    /var/www/html/clustercontrol/app/tools/reset-ccrpc.sh

    If it doesn't solve the problem or you don't have the script, you can run the following commands to fix it manually:

    • Move s9s.conf:

    $ mv /etc/s9s.conf ~/.s9s/s9s.conf /tmp

    • Re-create admin user:

    $ s9s user --create --generate-key --controller="https://localhost:9501" --group=admins admin

    • Then create ccrpc user

    $ s9s user --create --generate-key --group=admins --controller=https://localhost:9501 ccrpc

    Also, please, check if you have all the ClusterControl packages in place. You should have something like this:

    • clustercontrol 1.9.7-8653
    • clustercontrol-cloud 1.9.7-395
    • clustercontrol-clud 1.9.7-395
    • clustercontrol-controller 1.9.7-7128
    • clustercontrol-notifications 1.9.7-339
    • clustercontrol-ssh 1.9.7-151
    • clustercontrol2 2.0.0-1135

    If yes, you should be able to access the ClusterControl UI in a web browser. Otherwise, you can create a support ticket and somebody from the Severalnines support team will help you to make it work.

    Regards,

    Sebastian.

    Comment actions Permalink
  • Avatar
    Jyoti

    I tried but it still unable to open clustercontrol UI from browser

    root@cladev-dd01-mg:~#
    root@cladev-dd01-mg:~# sh /var/www/html/clustercontrol/app/tools/reset-ccrpc.sh
    sh: /var/www/html/clustercontrol/app/tools/reset-ccrpc.sh: No such file or direc                                                                                                             tory
    root@cladev-dd01-mg:~# mv /etc/s9s.conf ~/.s9s/s9s.conf /tmp
    mv: cannot stat '/etc/s9s.conf': No such file or directory
    mv: cannot stat '/root/.s9s/s9s.conf': No such file or directory
    root@cladev-dd01-mg:~#  s9s user --create --generate-key --controller="https://l                                                                                                             ocalhost:9501" --group=admins admin
    Grant user 'admin' succeeded.
    root@cladev-dd01-mg:~# s9s user --create --generate-key --group=admins --control                                                                                                             ler=https://localhost:9501 ccrpc
    User 'ccrpc' already exists.
    root@cladev-dd01-mg:~# apt-get list | grep -i clustercontrol
    E: Invalid operation list
    root@cladev-dd01-mg:~# apt list | grep -i clustercontrol

    WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

    clustercontrol-cloud/ubuntu,now 1.9.7-395 amd64 [installed,automatic]
    clustercontrol-clud/ubuntu,now 1.9.7-395 amd64 [installed,automatic]
    clustercontrol-controller-dbg/ubuntu 1.9.7-7465 amd64
    clustercontrol-controller/ubuntu,now 1.9.7-7465 amd64 [installed]
    clustercontrol-nodejs/ubuntu 1.4.1-86 amd64
    clustercontrol-notifications/ubuntu,now 1.9.7-339 amd64 [installed,automatic]
    clustercontrol-ssh/ubuntu,now 1.9.7-151 amd64 [installed,automatic]
    clustercontrol2/ubuntu,now 2.0.0-1161 amd64 [installed]
    clustercontrol/ubuntu,now 1.9.7-8653 amd64 [residual-config]
    root@cladev-dd01-mg:~#

     

     

    0
    Comment actions Permalink
  • Avatar
    Sebastian Insausti

    Hi,

    Sorry for the delay.

    Can you open a ticket with us here, please? https://severalnines.zendesk.com/hc/en-us/requests/new

    Also, please add the output of the following command on that ticket:

    $ netstat -pltn

    Thank you.

    0
    Comment actions Permalink
  • Avatar
    Jyoti
    root@cladev-dd01-mg:~# netstat -pltn
    Active Internet connections (only servers)
    Proto Recv-Q Send-Q Local Address           Foreign Address         State                                                                                                                    PID/Program name
    tcp        0      0 127.0.0.1:27017         0.0.0.0:*               LISTEN                                                                                                                   533/mongod
    tcp        0      0 10.130.0.219:27017      0.0.0.0:*               LISTEN                                                                                                                   533/mongod
    tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN                                                                                                                   2363983/mysqld
    tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN                                                                                                                   499/systemd-resolve
    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN                                                                                                                   547/sshd: /usr/sbin
    tcp        0      0 127.0.0.1:9500          0.0.0.0:*               LISTEN                                                                                                                   3624167/cmon
    tcp        0      0 127.0.0.1:9501          0.0.0.0:*               LISTEN                                                                                                                   3624167/cmon
    tcp        0      0 10.130.0.219:10050      0.0.0.0:*               LISTEN                                                                                                                   280610/zabbix_agent
    tcp        0      0 127.0.0.1:33060         0.0.0.0:*               LISTEN                                                                                                                   2363983/mysqld
    tcp6       0      0 :::80                   :::*                    LISTEN                                                                                                                   654361/apache2
    tcp6       0      0 :::22                   :::*                    LISTEN                                                                                                                   547/sshd: /usr/sbin
    tcp6       0      0 :::443                  :::*                    LISTEN                                                                                                                   654361/apache2
    root@cladev-dd01-mg:~#
    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk