Instalamos todas as ferramentas de administração do servidor Dell
em nossa caixa Ubuntu 12.04 Server
usando o seguinte comando:
sudo apt-get install srvadmin-all
Todos os comandos omreport
etc funcionam como esperado, mas precisamos acessar a interface da web do OpenManage, mas não está sendo iniciado por algum motivo.
# sudo service dsm_om_connsvc start
Starting DSM SA Connection Service: *
# sudo service dsm_om_connsvc status
dsm_om_connsvcd is stopped
Como você pode ver, não começou. Se eu verificar o log, vejo os seguintes erros:
# tail -n 100 /opt/dell/srvadmin/var/log/openmanage/dsm_om_connsvcdIO.log
status(-3) 43:44 2014] (2035) RunServer:daemon worker forked
[Nov 4 09:43:44 2014] (2036) RunServer:worker process entry
[Nov 4 09:43:44 2014] (2035) RunServer:daemon waiting for worker init status
[Nov 4 09:43:44 2014] (2036) ModuleAttach: entry 0
[Nov 4 09:43:44 2014] (2036) ModuleAttach: starting the startserver thread
[Nov 4 09:43:44 2014] (2036) ModuleAttach(ERROR): startserver thread exited prematurely, aborting!
[Nov 4 09:43:44 2014] (2036) ModuleAttach: exit with errors!
[Nov 4 09:43:44 2014] (2036) RunServer: ModuleAttach failed
[Nov 4 09:43:44 2014] (2036) RunServer:worker process EXIT status(-3)
[Nov 4 09:43:44 2014] (2036) RunServer exit with status(-3)
[Nov 4 09:43:44 2014] (2035) RunServer:daemon process EXIT status(-3)
[Nov 4 09:43:44 2014] (2034) RunServer:parent process EXIT status(-3)
Encontrei um post on-line que dizia:
Never mind. I just noticed that there was an upgrade available for
srvadmin-jre. After upgrade to srvadmin-jre 7.4.0-1 I was able to start
dsm_om_connsvc.
Mas parece que já tenho esta versão:
# dpkg -l | grep "srvadmin-jre"
ii srvadmin-jre 7.4.0-1 Oracle Java Runtime Environment