Connectivity services
For a streaming server deployment, you can configure public, inter-server, and local connectivity services.
com.ibm.cdb.service.RegistriesURLProvider.port property
is listed in the collation.properties file so
that the startup is successful.Public connectivity services
The following table shows the default host settings for primary storage server, secondary storage server, and discovery server public connectivity services.
| Name | Configuration property | Default interface |
|---|---|---|
| Public service host | com.ibm.cdb.public.hostname | Defined by com.ibm.cdb.global.hostname |
The following table shows the default port settings for primary storage server, secondary storage server, and discovery server public connectivity services.
| Name | Configuration property | Protocol | Default port |
|---|---|---|---|
| API server port | com.ibm.cdb.service.ApiServer.port | TCP | 9530 |
| Secure API server port | com.ibm.cdb.service.SecureApiServer.secure.port | TCP | 9531 |
| HTTP port (without SSL) | com.ibm.cdb.service.web.port | TCP | 9430 |
| HTTPS port (with SSL) | com.ibm.cdb.service.web.secure.port | TCP | 9431 |
| GUI server communication port | com.ibm.cdb.service.ClientProxyServer.port | TCP | 9435 |
| GUI server SSL communication port | com.ibm.cdb.service.SecureClientProxyServer.secure.port | TCP | 9434 |
| Public service registry port | com.ibm.cdb.service.registry.public.port | TCP | 9433 |
Inter-server connectivity services
The following table shows the default host settings for primary storage server and secondary storage server inter-server connectivity services.
| Name | Configuration property | Default interface |
|---|---|---|
| Inter-server service host | com.ibm.cdb.interserver.hostname | Defined by com.ibm.cdb.global.hostname |
The following table shows the default port settings for primary storage server inter-server connectivity services.
| Name | Configuration property | Protocol | Default port |
|---|---|---|---|
| TopologyManager port | com.ibm.cdb.service.TopologyManager.port | TCP | 9550 |
| SecurityManager port | com.ibm.cdb.service.SecurityManager.port | TCP | 9540 |
| RegistriesURLProvider port | com.ibm.cdb.service.RegistriesURLProvider.port | TCP | 9560 |
| Inter-server service registry port | com.ibm.cdb.service.registry.interserver.port | TCP | 4160 |
The following table shows the default port settings for secondary storage server inter-server connectivity services.
| Name | Configuration property | Protocol | Default port |
|---|---|---|---|
| TopologyManager port | com.ibm.cdb.service.TopologyManager.port | TCP | 9550 |
| RegistriesURLProvider port | com.ibm.cdb.service.RegistriesURLProvider.port | TCP | 9560 |
| Inter-server service registry port | com.ibm.cdb.service.registry.interserver.port | TCP | 4160 |
Local connectivity services
Local services ports are not explicitly set. All ports must be open on the interface that is defined for local services. The default interface is the loopback.
The following table shows the default host settings for primary storage server, secondary storage server, and discovery server local connectivity services.
| Name | Configuration property | Default interface |
|---|---|---|
| Local connectivity area service host | com.ibm.cdb.local.hostname | 127.0.0.1 |