top of page
bccg-new-logo.png
Oracle-Logo-1.png

MDC Chicago 2025

  1. Get your SSH Key/IP for Login

  2. cd into folder where SSH Key is Downloaded

    1. ​chmod 400 "MDC-Demo.key"

  3. Login into your Server

  4. Start Middleware

    1. cd demoFolder/Install

    2. Set IP Address for this machine

      1. ./set_ip_address -e external_IP -i internal_ip -s internal_IP

        1. See below for internal/external IP of your machine​

    3. Start the middleware

      1. podman start solaceVMRap

    4. Start SQL

      1. podman start sql2019

      2. Start the sql server that will be the base for all process

    5. Start mecs

      1. ./do -p download load config start of mecs

    6. Start mecs_agent

      1. ./do -p download load config start of mag

    7. Start MecsR

      1. ./run_mecsr_1.0.3.sh

    8. Start of WISE

      1. ./run_wise_1.0.8.sh

    9. Navigate to: cd ../../tools/bcc/fhs-1.0

    10. Start FS Feedhandler

      1. ./run_feed_FSD.sh

    11. Start ICE Feedhandler

      1. ./run_feed_IDSCF.sh

    12. Start ZFP Feedhandler

      1. ./run_feed_ZFP.sh

  5. Open Demo

    1. External_IP:3000

    2. Go to DataViewer -> Open Demo -> See Data Running

    3. Go back to Home -> Platform Manager -> Users

      1. Find MDC_User

      2. On top bar -> Product Group

      3. Remove FS Product Group

    4. Go back to DataViewer -> Open Demo -> See All Data except FS

IP Addressees

                                                                                               External IP            Internal IP
Demo1 -> ssh -i "MDC-Demo.key" ubuntu@64.181.214.168         10.0.0.128

Demo2 -> ssh -i "MDC-Demo.key" ubuntu@64.181.219.82           10.0.0.96

Demo3 -> ssh -i "MDC-Demo.key" ubuntu@64.181.200.24        10.0.0.131

Demo4 -> ssh -i "MDC-Demo.key" ubuntu@64.181.203.27          10.0.0.27

Demo5 -> ssh -i "MDC-Demo.key" ubuntu@64.181.222.81          10.0.0.84

Demo6 -> ssh -i "MDC-Demo.key" ubuntu@64.181.214.202      10.0.0.180

Demo7 -> ssh -i "MDC-Demo.key" ubuntu@64.181.220.156          10.0.0.71

Demo8 -> ssh -i "MDC-Demo.key" ubuntu@164.152.107.244     10.0.0.193

bottom of page