Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

ComponentIPEnvironment
APPC10.12.25.80APPC
APPC10.12.25.50vCPE Integration
APPC10.12.5.69vFW Integration
DMaaP10.0.11.1Integration
A&AI10.12.25.75APPC
A&AI10.12.25.72Integration
MultiCloud10.0.14.1Integration
MultiCloud10.10.5.21APPC

WindRiver/Titanium

Dashboard

10.12.25.2

ALL (OpenStack

Horizon Dashboard)



User must be logged into the WindRiver VPN (Contact Stephen Gooch with WindRiver for access)

Once ssh'd into the VM:
$ sudo su - root
APPC Bash Shell:
$ docker exec -it appc_controller_container bash
APPC MySQL:
$ docker exec -it sdnc_db_container mysql -u sdnctl -pgamma
If APPC is not running:
$ # docker ps
CONTAINER ID        IMAGE                               COMMAND                  CREATED      STATUS               PORTS                                                                   NAMES
a1aa64a362d6        onap/ccsdk-dgbuilder-image:latest   "/bin/bash -c 'cd ..."   5 days ago   Up 5 days            0.0.0.0:3000->3100/tcp                                           sdnc_dgbuilder_container
0046c1324ead        openecomp/appc-image:latest         "/opt/openecomp/ap..."   5 days ago   Up 4 days            0.0.0.0:1830->1830/tcp, 0.0.0.0:5005->5005/tcp, 0.0.0.0:8282->8181/tcp  appc_controller_container
e6d94931e3c3        mysql/mysql-server:5.6              "/entrypoint.sh my..."   6 days ago   Up 6 days (healthy)  0.0.0.0:32770->3306/tcp                                                 
 sdnc_db_container

$ # docker start appc_controller_container
  • No labels