If the process experiences an abnormal stop (fall) and cannot be increased again in the normal way.

If the process experiences an abnormal stop (fall) and cannot be increased again in the normal way, what should be done; also related to escalation procedure.

  • For the solr process there are six services running, each of which has two on each Datsocmed and is on ports 8983 and 9090. To find out whether the service is running or not is to use the telnet {IP} command with port 8983 or {IP} with port 9090, or by opening the Solr UI by accessing http: // {IP}: {port} / Solr

  • For the zookeeper-solr process, there are three services running, each of which is one on each Datsocmed and is on port 3181. To find out whether the service is running or not is to use the telnet {IP} command with port 3181.

  • For the zookeeper-kafka process, there are three services running, each of which is one in each Datsocmed and is on port 2181. To find out whether the service is running or not is to use the telnet {IP} command with port 2181.

  • For the kafka process, there are three services running, each one in each Datsocmed and is on port 9092. To find out whether the service is running or not, use the telnet {IP} command with port 9092.

  • For the minio process there is one service running that is on datsocmed3 and is on port 9000. To find out whether the service is running or not, use the telnet command datsocmed3 with port 9000 or run the “ps -ef | grep minio” process.

  • For the mysql process, there is one service that runs on datsocmed3 and is on port 3306. To find out whether the service is running or not, use the telnet command datsocmed3 with port 3306 or run the “ps -ef | grep mysql” process or with “systemctl status mysqld

  • For memcached process, there is one service that runs on datsocmed3 and is on port 11211. to find out whether the service is running or not, using the telnet datsocmed3 command with port 11211 or run the “ps -ef | grep memcached” process, or with “systemctl status memcached“.

  • For the dolphin web UI process, each server runs one dolphin web UI service with port 9080. To find out whether the service is running or not, use the telnet {IP} command with port 9080 or run the “ps -ef | grep dolphin- web

  • For the social coordinator process, there are two services running, each of which is 1 in each colsocmed and is on port 14000. To find out whether the service is running or not, use the telnet {IP} command with port 14000 or run the “ps – ef | grep social“.

Last updated