Amazon books

Wednesday, October 3, 2012

CELL-01514: Connect Error. Verify that Management Server is listening at the specified HTTP port: 8888.

Error when trying to run any command at CELLCLI prompt.

To fix that, check if your MS is running. Check error logs in /opt/oracle/cell/log/diag/asm/cell/trace/ms-odl.log file.

Restart your MS using commands below:


[root@cell1 init.d]# ./celld status
     rsStatus:               running
     msStatus:               running
     cellsrvStatus:          running
[root@cell1 init.d]# ./celld stop

Stopping the RS, CELLSRV, and MS services...
The SHUTDOWN of services was successful.
[root@cell1 init.d]# ./celld start

Starting the RS, CELLSRV, and MS services...
Getting the state of RS services...
 running
Starting CELLSRV services...
The STARTUP of CELLSRV services was successful.
Starting MS services...
The STARTUP of MS services was successful.
[root@cell1 init.d]# ./celld status
     rsStatus:               running
     msStatus:               running
     cellsrvStatus:          running
[root@cell1 init.d]#


Best Regards,
Paulo Portugal

1 comment:

  1. you havent share the location from where the celld status to be executed.

    ReplyDelete