This post is more than 5 years old
12 Posts
0
1910
Cannot login to IM after installation.
I successfully changed the password of the gateway after installation of it. I did not explicitly install the IM, but the gateway seems to have installed it. I can login to the Scaleio UI fine with the username and password I use for the gateway (rexray integration works fine), but I cannot login to the UI with it. What am I doing wrong?
andan02
12 Posts
0
April 21st, 2016 07:00
I found the problem. In the ansible-scaleio roles, I added the following to the install_scaleio_RedHat.yml file.
environment:
GATEWAY_ADMIN_PASSWORD: "{{ scaleio.password }}"
I am able to login now.
tomer__engineer
155 Posts
0
April 21st, 2016 02:00
Not exactly clear to me what you did, what is working OK and what's not...
Can you take us through step-by-step + provide screenshots and logs?
andan02
12 Posts
0
April 21st, 2016 06:00
I have a 3 node cluster - primary mdm, secondary mdm, tb
1 SDC and 1 SDS on each of the above (total of 3 SDS and 3 SDC)
LIA is installed on all 3
[mdm]
node0 ansible_ssh_host=css-c-sdlc-021
node1 ansible_ssh_host=css-c-sdlc-022
[tb]
node2 ansible_ssh_host=css-c-sdlc-020
[sds]
node0 ansible_ssh_host=css-c-sdlc-021
node1 ansible_ssh_host=css-c-sdlc-022
node2 ansible_ssh_host=css-c-sdlc-020
[lia]
node0 ansible_ssh_host=css-c-sdlc-021
node1 ansible_ssh_host=css-c-sdlc-022
node2 ansible_ssh_host=css-c-sdlc-020
[gateway]
node0 ansible_ssh_host=css-c-sdlc-021
node1 ansible_ssh_host=css-c-sdlc-022
[gui]
node0 ansible_ssh_host=css-c-sdlc-021
[sdc]
node0 ansible_ssh_host=css-c-sdlc-021
node1 ansible_ssh_host=css-c-sdlc-022
node2 ansible_ssh_host=css-c-sdlc-020
all components are v2.0
I can create volumes fine. Failovers all work (MDM switches over correctly, SDS's rebalance, etc)
I can login to the primary MDM with the username and password I assigned using the GUI (X11 client)
If I go to https://css-c-sdlc-021 - I expect to see the installation manager login - and I do.
I attempt to use the same username and password (admin/Cluster1!) that I use for the x11 GUI. It does not work. I have tried several combinations of default passwords with the username of admin. Cant figure it out.
I want to login so that I can manage my installation.
I also don't see the "im" command line interface. I don't know how to install that. I don't know what I am missing or how to set the password of the IM.