MartinEmrich opened a new issue #3200: Can only login to one of two management servers URL: https://github.com/apache/cloudstack/issues/3200 ##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ~~~ UI ~~~ ##### CLOUDSTACK VERSION ~~~ 4.9.2.0 4.11.2.0 ~~~ ##### CONFIGURATION Two management servers ##### OS / ENVIRONMENT Older Management Server: CentOS 6 Newer Managment Server: CentOS 7 ##### SUMMARY Cannot log in to one of the management servers. ##### STEPS TO REPRODUCE Goal is to replace our old MS (4.9.2.0) with a new one. I migrated the database to the new server, no issues. I then installed ACS 4.9.2.0 on the new server (having two in total). ##### EXPECTED RESULTS I would expect to be able to log in to any of the management servers in the cluster. ##### ACTUAL RESULTS But I cannot log in to the new management server. I then upgraded the cluster to 4.11.2.0. But I still cannot log in on the new management server. I see this in the logs: ``` 2019-03-05 13:14:45,605 DEBUG [c.c.u.AccountManagerImpl] (qtp75457651-16:ctx-4899f5bc) (logid:a8d6501e) Attempting to log in user: admin in domain 1 2019-03-05 13:14:45,608 DEBUG [o.a.c.s.a.PBKDF2UserAuthenticator] (qtp75457651-16:ctx-4899f5bc) (logid:a8d6501e) Retrieving user: admin 2019-03-05 13:14:46,195 DEBUG [c.c.u.AccountManagerImpl] (qtp75457651-16:ctx-4899f5bc) (logid:a8d6501e) CIDRs from which account 'Acct[57729b0c-db69-11e3-86e7-0030487e0d0c-admin]' is allowed to perform API calls: 0.0.0.0/0,::/0 2019-03-05 13:14:46,196 DEBUG [c.c.u.AccountManagerImpl] (qtp75457651-16:ctx-4899f5bc) (logid:a8d6501e) User: admin in domain 1 has successfully logged in 2019-03-05 13:14:46,208 INFO [c.c.a.ApiServer] (qtp75457651-16:ctx-4899f5bc) (logid:a8d6501e) Current user logged in under UTC timezone 2019-03-05 13:14:46,208 INFO [c.c.a.ApiServer] (qtp75457651-16:ctx-4899f5bc) (logid:a8d6501e) Timezone offset from UTC is: 0.0 2019-03-05 13:14:46,213 DEBUG [c.c.a.ApiServlet] (qtp75457651-16:ctx-4899f5bc) (logid:a8d6501e) ===END=== 10.14.4.66 -- POST 2019-03-05 13:14:46,239 DEBUG [c.c.a.ApiServlet] (qtp75457651-20:ctx-70798969) (logid:0ac0776b) ===START=== 10.14.4.66 -- GET command=listCapabilities&response=json&_=1551788086221 2019-03-05 13:14:46,245 DEBUG [c.c.a.ApiServer] (qtp75457651-20:ctx-70798969 ctx-bbca3fd6) (logid:0ac0776b) CIDRs from which account 'Acct[57729b0c-db69-11e3-86e7-0030487e0d0c-admin]' is allowed to perform API calls: 0.0.0.0/0,::/0 2019-03-05 13:14:46,247 DEBUG [c.c.a.ApiServer] (qtp75457651-20:ctx-70798969 ctx-bbca3fd6) (logid:0ac0776b) The given command 'listCapabilities' either does not exist, is not available for user, or not available from ip address '/10.14.4.66'. 2019-03-05 13:14:46,248 DEBUG [c.c.a.ApiServlet] (qtp75457651-20:ctx-70798969 ctx-bbca3fd6) (logid:0ac0776b) ===END=== 10.14.4.66 -- GET command=listCapabilities&response=json&_=1551788086221 ``` Apart from that, the cluster seems to work fine (both management servers talk to each other, cluster operations work).
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
