9.4 Updating the Host Details
Update the HOST and PORT values in config.sh
file present in the
following path: OFS_MMG/bin
with configured corresponding values of the
cloned environment.
Note:
It is recommended to use the same ports and context used in the base environment.Replace the placeholders and update the host name in the MMG Config schema using the following command:
update NEXTGENEMF_CONFIG set V_VALUE =
'http(s)://##HOST_NAME##:##BE_PORT##/##CONTEXT##' where V_NAME in (
'
BASE_URL', ‘EMFSTUDIO_SERVICE_URL’)
/
update NEXTGENEMF_CONFIG set V_VALUE =
'http(s)://##HOST_NAME##:7008/##CONTEXT##' where V_NAME =
‘DATASTUDIO_URL’
/
update AAICL_SS_BATCH_URL set V_URL =
'http(s)://##HOST_NAME##:##BE_PORT##/##CONTEXT##' whereV_URL_NAME in
('CS_SERVICE_URL', 'MMG_SERVICE_URL', 'WORKSPACE_URL')
/