Table of Content Zone |
---|
Component | IP | Environment |
---|
APPC | 10.12.25.80 | APPC | APPC | 10.12.25.50 | vCPE Integration | APPC | 10.12.5.69 | vFW Integration | DMaaP | 10.0.11.1 | Integration | A&AI | 10.12.25.75 | APPC | A&AI | 10.12.25.72 | Integration | MultiCloud | 10.0.14.1 | Integration | MultiCloud | 10.10.5.21 | APPC | 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)
Code Block |
---|
language | text |
---|
theme | Confluence |
---|
title | Once ssh'd into the VM: |
---|
|
$ sudo su - root |
Code Block |
---|
language | text |
---|
theme | Confluence |
---|
title | APPC Bash Shell: |
---|
|
$ docker exec -it appc_controller_container bash |
Code Block |
---|
language | text |
---|
theme | Confluence |
---|
title | APPC MySQL: |
---|
|
$ docker exec -it sdnc_db_container mysql -u sdnctl -pgamma |
Code Block |
---|
language | text |
---|
theme | Confluence |
---|
title | 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 |