Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
root@ac761f8e8c33:/# cd /opt/app/ueb-listener/logs/


Disable Replica


Code Block
root@sb00-rancher:~/oom#  kubectl -n onap edit StatefulSet/dev-sdnc-sdnc

spec:
  podManagementPolicy: Parallel
  replicas: 1

...

     - name: SDNC_REPLICAS
        value: "1"

Steps to check DG

  1. http://{{sdnc_ip}}:3000/#  with dguser/test123
  2. Open menu from GUI top right corner, and choose Import→Clipboard
  3. Copy DG json file from gerrit sdnc/oam/platform-logic/generic-resource-api/src/main/json, e.g. GENERIC-RESOURCE-API_dci-connects-network-topology-operation-activate.json
  4. In the DG graph, click on the left of DGSTART node to see more function on the DG, like validate XML, download XML, etc
  5. You can download XML and search for error message you see in sdnc_controller_container karaf log

...