hi guys!
how can I investigate Ops Center on Red Hat Linux if port 9443 is not running?
In browser, http://nwopscentert1 <enter> redirects me to secure port, but then the connection fails.
What are the start scripts under linux, and to check the current status, and where are the specific logs?
[root@nwopscentert1 scn]# netstat -tulpen |grep LISTEN
tcp 0 0 127.0.0.1:8022 0.0.0.0:* LISTEN 0 11759 2184/python
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 0 9190 1176/sshd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 0 9871 1821/master
tcp 0 0 0.0.0.0:6010 0.0.0.0:* LISTEN 0 29182 4740/sshd
tcp 0 0 0.0.0.0:2049 0.0.0.0:* LISTEN 0 8914 -
tcp 0 0 0.0.0.0:54596 0.0.0.0:* LISTEN 0 8873 1109/rpc.mountd
tcp 0 0 127.0.0.1:199 0.0.0.0:* LISTEN 0 9149 1161/snmpd
tcp 0 0 0.0.0.0:50951 0.0.0.0:* LISTEN 0 8929 -
tcp 0 0 22.161.72.106:11176 0.0.0.0:* LISTEN 502 10481 2000/tnslsnr
tcp 0 0 0.0.0.0:49707 0.0.0.0:* LISTEN 0 8889 1109/rpc.mountd
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 0 8475 1012/rpcbind
tcp 0 0 0.0.0.0:44272 0.0.0.0:* LISTEN 29 8569 1032/rpc.statd
tcp 0 0 :::6481 :::* LISTEN 0 9253 1185/xinetd
tcp 0 0 :::46227 :::* LISTEN 29 8577 1032/rpc.statd
tcp 0 0 :::22 :::* LISTEN 0 9192 1176/sshd
tcp 0 0 ::1:25 :::* LISTEN 0 9873 1821/master
tcp 0 0 :::6010 :::* LISTEN 0 29183 4740/sshd
tcp 0 0 :::50203 :::* LISTEN 0 29916 4480/java
tcp 0 0 :::443 :::* LISTEN 0 29591 4480/java
tcp 0 0 :::59837 :::* LISTEN 0 29917 4480/java
tcp 0 0 :::2049 :::* LISTEN 0 8919 -
tcp 0 0 :::8002 :::* LISTEN 0 11450 2130/server_httpd
tcp 0 0 :::33123 :::* LISTEN 0 28287 2508/java
tcp 0 0 :::8003 :::* LISTEN 0 11454 2130/server_httpd
tcp 0 0 :::49027 :::* LISTEN 502 11083 2064/ora_d000_OCDB
tcp 0 0 :::11172 :::* LISTEN 0 32976 4480/java
tcp 0 0 :::8004 :::* LISTEN 0 11468 2130/server_httpd
tcp 0 0 :::11174 :::* LISTEN 0 29918 4480/java
tcp 0 0 :::57161 :::* LISTEN 0 8881 1109/rpc.mountd
tcp 0 0 :::58540 :::* LISTEN 0 8931 -
tcp 0 0 :::21165 :::* LISTEN 0 12914 2508/java
tcp 0 0 :::50447 :::* LISTEN 0 8897 1109/rpc.mountd
tcp 0 0 :::111 :::* LISTEN 0 8480 1012/rpcbind
tcp 0 0 :::80 :::* LISTEN 0 11462 2130/server_httpd
thank you.
bye Nick