6.1.2 OBRH (Standalone) of OBDX setup
This topic provides information on OBRH (Standalone) of OBDX setup.
Figure 6-1 OBRH (Standalone) of OBDX setup
update digx_fw_config_out_rs_cfg_b
set auth_type='APIKEY' where service_id='tokenOBRH';
update digx_fw_config_out_rs_cfg_b
set service_url='cmc-obrh-services/route/dispatch'
where service_id='serviceOBRH';
update digx_fw_config_var_b set prop_value='<OBRH MS Host>'
where prop_id='OBRH_HOST_IP';
update digx_fw_config_var_b set prop_value='<OBRH MS Port>'
where prop_id='OBRH_HOST_PORT';
update DIGX_FW_CONFIG_var_b set prop_value='<OBDX MS Host>’
where prop_id='OBDX.APP.HOST';
update digx_fw_config_var_b
set prop_value=’<OBDX MS Port>’
where prop_id=’OBDX.APP.PORT’Note:
In case of OBRH/OBDX cluster, a load balancer must be deployed and that host/port must be configured in above queriesUpdate SERVICE_CONSUMER in DIGX_FW_CONFIG_ADAPTER_PROP_BAdd/Update in below query. Value can be any random string.
Insert into DIGX_FW_CONFIG_ALL_O (PROP_ID,PREFERENCE_NAME,PROP_VALUE,DETERMINANT_VALUE,CREATED_BY,
CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATED_DATE) values ('AUTH_API_KEY','SecurityConstants',
'3D1F0C582545CD4D047A496108D06E456C590F53956D44BFBB3902656CB919DE467071377813B4278A92E95934261421E6651BA43607472DCC352E4C',
'01','superadmin',null,'superadmin',sysdate);Restart OBDX & OBRH MS
OHS Configurations
In obdx.conf from installer. Check proxy pass values and note that order is maintained. /digx must be below /digx-cmc, /digx-sms. If using location/locationMatch tag for digx, remove proxy pass for /digx and move /digx-cmc, /digx-sms above location/locationMatch tag.
Note:
Cluster is not required for /digx-cmc, /digx-sms as they are used for OBRH/ML maintenances only.In below entries replace host and ports as –
17004 – OBRH MS
17005 – OHS port
Figure 6-3 Example 2. With location for OBDX
Parent topic: Configurations for connecting to OBRH


