5.3.24 Changing the Component Service Connection Point
In the operating environment, you can change the information about the service adapter connection point.
This subsection explains the prerequisites for changing the service module connection point and how to change the connection point.
- Organization of this subsection
(1) Prerequisites
To change the service module connection point, the following conditions must be met:
-
The HCSC server is running.
For details about how to check HCSC server status, see 5.3.15 Checking the HCSC server information.
(2) Change Procedures
The procedure for changing the service module connection point is explained below:
-
The service adapter will now stop.
Specify the -cluster option with the csccompostop command and terminate the service adapters deployed on all the HCSC servers in the cluster, in a batch.
For details about how to terminate service adapters, see 5.3.35 Terminating the Service Adapter.
-
Delete the service adapter.
Specify the -cluster option with the csccompoundeploy command and delete the service adapters deployed on all the HCSC servers in the cluster, in a batch.
For details about how to delete service adapters, see 3.3.1 Deleting a service adapter.
-
Collect and update the service information and change the service connection point.
For details about how to collect and update the service information, see 3.1.6 Changing the service information.
Note that when you change the service module connection point, in the service information update, change the values of the following parameters in the service information change definition file. For details about the service information change definition file, see 6.5.10 Service-information change definition file in the manual uCosminexus Service Platform Reference Guide.
- In the case of the service adapter for Web service
cluster-name.service-ID.WebService.url=URL-used-to-invoke-service-components
- In the case of the service adapter for SessionBean
cluster-name.service-ID.SessionBean.url=URL-used-to-invoke-service-components cluster-name.service-ID.SessionBean.lookupName=lookup-name
- In the case of the service adapter for MDB (WS-R)
cluster name.service ID.MDB_WSR.url=message-destination-URL-of-the-service-adapter cluster-name.service-ID.MDB_WSR.queue_name=queue-name-associated-to-the-service-component
- In the case of the service adapter for MDB (DB queue)
Cluster-name.service-ID.MDB_DBQ.queue_name=queue-name-associated-to-the-service-component
-
Deploy the service adapter.
Specify the -cluster option with the csccompodeploy command and deploy the service adapters on all the HCSC servers in the cluster in a batch.
For details about how to deploy service adapters, see 3.1.8 Deploying a service adapter.
-
The service adapter will now start.
Specify the -cluster option with the csccompostart command and start the service adapters deployed on all the HCSC servers in the cluster, in a batch.
For details about how to start service adapters, see 5.3.6 Starting Service Adapters.