By: Mursel Koseer user 16 Jan 2025 at 3:08 a.m. CST

5 Responses
Mursel Koseer gravatar
Hey, We have an Ubuntu environment where we have set up the cluster manager. The service works fine when the user is logged in, and we can configure everything as needed. However, when the user's session ends and we log back into the Ubuntu server, navigating to localhost:5000 shows that the service has stopped. We then need to restart the service, which is problematic for the key rotation functionality of the cluster manager as it needs to stay online. Is there a feature to keep the service always running? How do you guys do it?

By Mohib Zico Account Admin 16 Jan 2025 at 3:16 a.m. CST

Mohib Zico gravatar
Hi Mursel, >> However, when the user's session ends and we log back into the Ubuntu server, navigating to localhost:5000 shows that the service has stopped. "cluster manager" service you meant? What is the resource of that VM which has Cluster Manager? Any log in `clustermanager.log` ?

By Mursel Koseer user 16 Jan 2025 at 3:27 a.m. CST

Mursel Koseer gravatar
Yes, I meant the Cluster Manager service. The logs don't show any issues because the service stops. Could you clarify what you mean by 'resource'?

By Mobarak Hosen Shakil staff 16 Jan 2025 at 8:01 p.m. CST

Mobarak Hosen Shakil gravatar
Hi, Mursel! resource means the VM capacity, like CPU, RAM, Disk Space, etc. Can you please share the `clustermanager.log`? Regards ~ Shakil

By Mursel Koseer user 17 Jan 2025 at 1:19 a.m. CST

Mursel Koseer gravatar
Hi Shakil, - Ram: mem total: 3044104 kb - Cpu: QEMU Virtual CPU version 2.5+ - Disk space: 34g 12g 21g 37% Clustermgr.log - 2025-01-15 16:50:14,769 - mursel@local - DEBUG - BASIC:done BIND operation, result <True> - 2025-01-15 16:50:14,769 - mursel@local - DEBUG - BASIC:start SEARCH operation via <ldaps://ip.15:1636 - ssl - user: cn=Directory Manager - not lazy - bound - open - <local: ip.14:50635 - remote: ip.15:1636> - tls not started - listening - SyncStrategy - internal decoder> - 2025-01-15 16:50:14,775 - mursel@local - DEBUG - BASIC:done SEARCH operation, result <True> - 2025-01-15 16:50:14,775 - mursel@local - DEBUG - BASIC:start UNBIND operation via <ldaps://ip.15:1636 - ssl - user: cn=Directory Manager - not lazy - bound - open - <local: ip.14:50635 - remote: ip.15:1636> - tls not started - listening - SyncStrategy - internal decoder> - 2025-01-15 16:50:14,780 - mursel@local - DEBUG - BASIC:done UNBIND operation, result <True> - 2025-01-15 16:50:14,781 - mursel@local - INFO - [2025-Jan-15 16:50] 127.0.0.1 GET http /keyrotation/? 200 OK - 2025-01-15 16:50:14,910 - mursel@local - INFO - [2025-Jan-15 16:50] 127.0.0.1 GET http /static/css/AdminLTE.min.css? 304 NOT MODIFIED - 2025-01-15 16:50:14,910 - mursel@local - INFO - [2025-Jan-15 16:50] 127.0.0.1 GET http /static/css/animate.css? 304 NOT MODIFIED - 2025-01-15 16:50:14,915 - mursel@local - INFO - [2025-Jan-15 16:50] 127.0.0.1 GET http /static/css/bootstrap.min.css? 304 NOT MODIFIED - 2025-01-15 16:50:14,921 - mursel@local - INFO - [2025-Jan-15 16:50] 127.0.0.1 GET http /static/css/skin-blue.min.css? 304 NOT MODIFIED - 2025-01-15 16:50:14,922 - mursel@local - INFO - [2025-Jan-15 16:50] 127.0.0.1 GET http /static/js/bootstrap.min.js? 304 NOT MODIFIED - 2025-01-15 16:50:14,926 - mursel@local - INFO - [2025-Jan-15 16:50] 127.0.0.1 GET http /static/css/app.css? 304 NOT MODIFIED - 2025-01-15 16:50:14,932 - mursel@local - INFO - [2025-Jan-15 16:50] 127.0.0.1 GET http /static/js/bootstrap-notify.min.js? 304 NOT MODIFIED - 2025-01-15 16:50:14,934 - mursel@local - INFO - [2025-Jan-15 16:50] 127.0.0.1 GET http /static/js/adminlte.min.js? 304 NOT MODIFIED If you need more information let me know.

By Mohib Zico Account Admin 17 Jan 2025 at 6:45 a.m. CST

Mohib Zico gravatar
>> Ram: mem total: 3044104 kb >> Cpu: QEMU Virtual CPU version 2.5+ - Memory: 3 GB - CPU: 2 cores Do you have liberty to make it 8 GB memory and 4 cores CPU? >> Clustermgr.log Thanks, nothing about startup/stop here. Anything in celery.log ?