I have mimic installed and for some reason the dashboard isn't showing up. I see which mon is listed as active for "mgr", the module is enabled, but nothing is listening on port 8080: # ceph mgr module ls { "enabled_modules": [ "dashboard", "iostat", "status" tcp 0 0 10.8.152.4:6800 0.0.0.0:* LISTEN 69049/ceph-mgr
Hi, On 17.09.19 01:10, solarflow99 wrote:
I have mimic installed and for some reason the dashboard isn't showing up. I see which mon is listed as active for "mgr", the module is enabled, but nothing is listening on port 8080:
# ceph mgr module ls { "enabled_modules": [ "dashboard", "iostat", "status"
tcp 0 0 10.8.152.4:6800 <http://10.8.152.4:6800> 0.0.0.0:* LISTEN 69049/ceph-mgr
Check with "ceph mgr services" which URL should be used. Sometimes ceph-mgr needs a restart to activate a module. Regards -- Robert Sander Heinlein Support GmbH Schwedter Str. 8/9b, 10119 Berlin https://www.heinlein-support.de Tel: 030 / 405051-43 Fax: 030 / 405051-19 Amtsgericht Berlin-Charlottenburg - HRB 93818 B Geschäftsführer: Peer Heinlein - Sitz: Berlin
Hi, you should run ceph dashboard create-self-signed-cert as documented here <https://docs.ceph.com/docs/mimic/mgr/dashboard/> (To get the dashboard up and running quickly, you can generate and install a self-signed certificate using the following built-in command). Regards Thomas Am 17.09.2019 um 09:12 schrieb Robert Sander:
Hi,
On 17.09.19 01:10, solarflow99 wrote:
I have mimic installed and for some reason the dashboard isn't showing up. I see which mon is listed as active for "mgr", the module is enabled, but nothing is listening on port 8080:
# ceph mgr module ls { "enabled_modules": [ "dashboard", "iostat", "status"
tcp 0 0 10.8.152.4:6800 <http://10.8.152.4:6800> 0.0.0.0:* LISTEN 69049/ceph-mgr Check with "ceph mgr services" which URL should be used.
Sometimes ceph-mgr needs a restart to activate a module.
Regards
_______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
I'm not trying to use SSL. It seems strange how the mgr log doesn't even mention anything about dashboard On Tue, Sep 17, 2019 at 12:19 AM Thomas <74cmonty@gmail.com> wrote:
Hi, you should run ceph dashboard create-self-signed-cert as documented here <https://docs.ceph.com/docs/mimic/mgr/dashboard/> (To get the dashboard up and running quickly, you can generate and install a self-signed certificate using the following built-in command).
Regards Thomas
Am 17.09.2019 um 09:12 schrieb Robert Sander:
Hi,
On 17.09.19 01:10, solarflow99 wrote:
I have mimic installed and for some reason the dashboard isn't showing up. I see which mon is listed as active for "mgr", the module is enabled, but nothing is listening on port 8080:
# ceph mgr module ls { "enabled_modules": [ "dashboard", "iostat", "status"
tcp 0 0 10.8.152.4:6800 <http://10.8.152.4:6800> 0.0.0.0:* LISTEN 69049/ceph-mgr Check with "ceph mgr services" which URL should be used.
Sometimes ceph-mgr needs a restart to activate a module.
Regards
_______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
On 17.09.19 09:21, solarflow99 wrote:
I'm not trying to use SSL. It seems strange how the mgr log doesn't even mention anything about dashboard
If you do not want to use SSL, run "ceph config set mgr mgr/dashboard/ssl false" to disable it. Otherwise Dashboard may not start without a certificate. Regards -- Robert Sander Heinlein Support GmbH Schwedter Str. 8/9b, 10119 Berlin https://www.heinlein-support.de Tel: 030 / 405051-43 Fax: 030 / 405051-19 Amtsgericht Berlin-Charlottenburg - HRB 93818 B Geschäftsführer: Peer Heinlein - Sitz: Berlin
In my case the dashboard is starting & running w/o any issues. And I didn't disable ssl in config. Am 17.09.2019 um 09:23 schrieb Robert Sander:
On 17.09.19 09:21, solarflow99 wrote:
I'm not trying to use SSL. It seems strange how the mgr log doesn't even mention anything about dashboard If you do not want to use SSL, run "ceph config set mgr mgr/dashboard/ssl false" to disable it. Otherwise Dashboard may not start without a certificate.
Regards
_______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
On 9/17/19 9:21 AM, solarflow99 wrote:
I'm not trying to use SSL. It seems strange how the mgr log doesn't even mention anything about dashboard
Did you try running "ceph mgr services"? Does it show the dashboard as running? Did you check the Mgr of the current active Mgr? Lenz -- SUSE Software Solutions Germany GmbH - Maxfeldstr. 5 - 90409 Nuernberg GF: Felix Imendörffer, HRB 247165 (AG Nürnberg)
ok, the hint to me was cephmgr services didn't show a URL, just the module names. This last step was all it took: Since each ceph-mgr hosts its own instance of dashboard, it may also be necessary to configure them separately. The IP address and port for a specific manager instance can be changed with the following commands: $ ceph config set mgr mgr/dashboard/$name/server_addr $IP $ ceph config set mgr mgr/dashboard/$name/server_port $PORT https://docs.ceph.com/docs/mimic/mgr/dashboard/ On Tue, Sep 17, 2019 at 1:59 AM Lenz Grimmer <lgrimmer@suse.com> wrote:
On 9/17/19 9:21 AM, solarflow99 wrote:
I'm not trying to use SSL. It seems strange how the mgr log doesn't even mention anything about dashboard
Did you try running "ceph mgr services"? Does it show the dashboard as running? Did you check the Mgr of the current active Mgr?
Lenz
-- SUSE Software Solutions Germany GmbH - Maxfeldstr. 5 - 90409 Nuernberg GF: Felix Imendörffer, HRB 247165 (AG Nürnberg)
_______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
Hi, Try to check the mgr log for any hint on why the dashboard did not initialize properly. Thanks, Ricardo Dias ________________________________________ From: solarflow99 <solarflow99@gmail.com> Sent: Tuesday, September 17, 2019 00:10 To: ceph-users Subject: [ceph-users] dashboard not working I have mimic installed and for some reason the dashboard isn't showing up. I see which mon is listed as active for "mgr", the module is enabled, but nothing is listening on port 8080: # ceph mgr module ls { "enabled_modules": [ "dashboard", "iostat", "status" tcp 0 0 10.8.152.4:6800<http://10.8.152.4:6800> 0.0.0.0:* LISTEN 69049/ceph-mgr
participants (5)
-
Lenz Grimmer
-
Ricardo Dias
-
Robert Sander
-
solarflow99
-
Thomas