jose-delarosa / container-images

Work that I have done with containers
17 stars 20 forks source link

Can't Access Web? #5

Open timothystewart6 opened 5 years ago

timothystewart6 commented 5 years ago

I know you don't support Debian Stretch however I thought I would give this a try. It seems like everything is working except I can't reach the web service. I get a 200 OK and see the self-signed cert but just a blank page.

docker run --privileged -d -p 1311:1311 --restart=always --net=host -v /lib/modules/`uname -r`:/lib/modules/`uname -r` --name=omsa84 jdelaros1/dell-omsa84
Request URL: https://192.168.0.10:1311/
Request Method: GET
Status Code: 200 OK
Remote Address: 192.168.0.10:1311
root@server:~/temp# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
NAME="Debian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

docker exec omsa84 omreport chassis bios

Manufacturer : Dell Inc.
Version      : 6.6.0
Release Date : 05/22/2018

docker exec omsa84 omreport chassis processors

Processors Information

Health : Ok

Index             : 0
Status            : Ok
Connector Name    : CPU1
Processor Brand   : Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz
Processor Version : Model 44 Stepping 2
Current Speed     : 2933  MHz
State             : Present
Core Count        : 6

Index             : 1
Status            : Ok
Connector Name    : CPU2
Processor Brand   : Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz
Processor Version : Model 44 Stepping 2
Current Speed     : 2933  MHz
State             : Present
Core Count        : 6

docker logs omsa84

[root@server sbin]# ./srvadmin-services.sh status
dell_rbu (module) is running
ipmi driver is running
dsm_sa_datamgrd (pid 397 321) is running
dsm_sa_eventmgrd (pid 373) is running
dsm_sa_snmpd (pid 392) is running
dsm_om_shrsvcd (pid 433) is running...
dsm_om_connsvcd (pid  491) is running...
[root@server sbin]#

Docker logs shows activity too.

I am really hoping it's something simple. I am so close to getting this working :) Thank you for this.

jose-delarosa commented 5 years ago

What server is this one? I haven't kept up with OMSA releases in a while, but I believe OMSA v9 is required for 14G servers. But then again, not sure if this would cause the web UI from not displaying properly.

The dsm_om_connsvcd service is what provides the web UI, and I see that's running. Mmmh, do you have port 1311/TCP open in the firewall?