Active IQ Unified Manager Discussions

DFM core failed to start

avinchakov
10,724 Views

Hello, I can't to start dfm after ssl configuration

 

      
tcp        0      0 0.0.0.0:8088            0.0.0.0:*               LISTEN      1826/dfmserver  
tcp        0      0 127.0.0.1:8123          0.0.0.0:*               LISTEN      1780/java       
tcp        0      0 0.0.0.0:8443            0.0.0.0:*               LISTEN      1809/httpd      
     
tcp        0      0 0.0.0.0:2638            0.0.0.0:*               LISTEN      1756/dbsrv16    
tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      1809/httpd      
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      1393/apache2    
    
tcp6       0      0 :::8088                 :::*                    LISTEN      1826/dfmserver  
    
tcp6       0      0 :::2638                 :::*                    LISTEN      1756/dbsrv16  

 

 

dfm service list
sql: started
webui: started
http: started
eventd: not started
monitor: not started
scheduler: started
server: started
watchdog: started

error.log when I try login into [Thu Sep 24 13:04:02.454776 2015] [proxy:error] [pid 1812] (111)Connection refused: AH00957: HTTPS: attempt to connect to 127.0.0.1:8488 (localhost) failed [Thu Sep 24 13:04:02.455653 2015] [proxy:error] [pid 1814] (111)Connection refused: AH00957: HTTPS: attempt to connect to 127.0.0.1:8488 (localhost) failed
dfmeventd.log when I try dfm service start eventd Sep 24 13:01:48 [dfmeventd:ERROR]: [1821:0x7fed8694f780]: eventd could not find port to listen in range 49152-65535 after 25 retries Sep 24 13:01:48 [dfmeventd:ERROR]: [1821:0x7fed8694f780]: Could not initialize server socket
dfmmonitor.log when I try dfm service start monitor Sep 24 12:46:38 [dfmmonitor:DEBUG]: [57606:0x7f1391d29700]: Can't find the DataFabric Manager server ID. Sep 24 12:46:38 [dfmmonitor:ERROR]: [57606:0x7f1391d29700]: Error allocating statement: (0) Sep 24 12:46:38 [dfmmonitor:ERROR]: [57606:0x7f1391d29700]: Error allocating statement: (0) Sep 24 12:46:38 [dfmmonitor:ERROR]: [57606:0x7f1391d29700]: Failed to save diagnostics for autoThrottleMultiplier. Sep 24 12:46:38 [dfmmonitor:ERROR]: [57606:0x7f1391d29700]: Error allocating statement: (0)

 

1 ACCEPTED SOLUTION

avinchakov
10,648 Views

I do it! It is help me:

 

mkdir conf/keys/certs
dfm ssl service setup

View solution in original post

5 REPLIES 5

avinchakov
10,714 Views

Problem with eventd and monitor I had resolved - it was disabled ipv6 in sysctl by my policy. But I all the same reciev:

Service is temporarily unavailable. Please contact DataFabric Manager server administrator. You will be redirected to login page now.

[Thu Sep 24 15:16:54.910616 2015] [proxy:error] [pid 1816] (111)Connection refused: AH00957: HTTPS: attempt to connect to 127.0.0.1:8488 (localhost) failed
[Thu Sep 24 15:16:54.910675 2015] [proxy:error] [pid 1816] AH00959: ap_proxy_connect_backend disabling worker for (localhost) for 60s
[Thu Sep 24 15:16:54.910684 2015] [proxy_http:error] [pid 1816] [client 192.168.2.13:52348] AH01114: HTTP: failed to make connection to backend: localhost, referer: https://us-dfm.local:8443/opsmgr/1BDC58C67D148FD697502D49B1BD78D7.cache.html
[Thu Sep 24 15:16:54.911675 2015] [proxy:error] [pid 1941] (111)Connection refused: AH00957: HTTPS: attempt to connect to 127.0.0.1:8488 (localhost) failed
[Thu Sep 24 15:16:54.911770 2015] [proxy:error] [pid 1941] AH00959: ap_proxy_connect_backend disabling worker for (localhost) for 60s
[Thu Sep 24 15:16:54.911780 2015] [proxy_http:error] [pid 1941] [client 192.168.2.13:52351] AH01114: HTTP: failed to make connection to backend: localhost, referer: https://us-dfm.local:8443/opsmgr/1BDC58C67D148FD697502D49B1BD78D7.cache.html
[Thu Sep 24 15:17:15.803364 2015] [proxy:error] [pid 1813] (111)Connection refused: AH00957: HTTPS: attempt to connect to 127.0.0.1:8488 (localhost) failed
[Thu Sep 24 15:17:15.803418 2015] [proxy:error] [pid 1813] AH00959: ap_proxy_connect_backend disabling worker for (localhost) for 60s
[Thu Sep 24 15:17:15.803426 2015] [proxy_http:error] [pid 1813] [client 192.168.2.13:52352] AH01114: HTTP: failed to make connection to backend: localhost, referer: https://us-dfm.local:8443/opsmgr/1BDC58C67D148FD697502D49B1BD78D7.cache.html
[Thu Sep 24 15:17:15.803755 2015] [proxy:error] [pid 1814] (111)Connection refused: AH00957: HTTPS: attempt to connect to 127.0.0.1:8488 (localhost) failed
[Thu Sep 24 15:17:15.803781 2015] [proxy:error] [pid 1814] AH00959: ap_proxy_connect_backend disabling worker for (localhost) for 60s
[Thu Sep 24 15:17:15.803786 2015] [proxy_http:error] [pid 1814] [client 192.168.2.13:52354] AH01114: HTTP: failed to make connection to backend: localhost, referer: https://us-dfm.local:8443/opsmgr/1BDC58C67D148FD697502D49B1BD78D7.cache.html

argiri
10,705 Views

Were all the DFM services (monitor, eventd, server, sql, watchdog, http, schedular) started?

If not can you share the logs when you try to start dfm services.

 

Thanks

Giridhar

 

 

avinchakov
10,694 Views

yes it is. but I still can't login into management console.

And I not see 8488 port open by netstat.

avinchakov
10,666 Views

I set server.crt and server.key from the my CA. After that DMC not work.

Sep 24 15:22:19 [dfmserver:DEBUG]: [6158:0x7f3ff7f87780]: Bound to [0.0.0.0]:8088
Sep 24 15:22:19 [dfmserver:DEBUG]: [6158:0x7f3ff7f87780]: Bound to [::]:8088
Sep 24 15:22:19 [dfmserver:ERROR]: [6158:0x7f3ff7f87780]: Failed to setup BIO
Sep 24 15:22:19 [dfmserver:ERROR]: [6158:0x7f3ff7f87780]: Failed to create the encoded key-cert for port 8488

dfm options list | grep http
agentHostTransport                          http
autosupportProtocol                         https
hostAdminTransport                          https
httpEnabled                                 No
httpPort                                    8080
httpsEnabled                                Yes
httpsPort                                   8443
perfAdvisorTransport                        httpsOk

 

 

avinchakov
10,649 Views

I do it! It is help me:

 

mkdir conf/keys/certs
dfm ssl service setup
Public