Deploying Servers
Before you beginBefore you deploy any server, perform the following steps:
- Set all the mandatory properties in the
configuration.propertiesanddeployment.propertiesfiles. - Build and push the Docker images to the Docker repository. For more information, see the Building BusinessConnect Container Edition Component’s Docker Images topic in the TIBCO BusinessConnect™ Container Edition Installation and Deployment.
- If you are using MySQL 5.7.x or above versions; then in the
my.inifile under [mysqld] section, you must addskip_ssland setmax_connectionsto 10000,max_connect_errorsto 2000,default-time-zoneto '-05:00',sslto 0, andmax_allowed_packetto 1024M. - Deploy AuditSafe Services. For more information, see 'Deploying AuditSafe Services' topic in the TIBCO® Auditsafe Installation guide.
Note: You can find the property files in the config folders of Installation and Deployment packages.
You can deploy servers onto the Kubernetes cluster by using the deployment script in the following sequence:
- ConfigStore Management and Admin Servers
- Poller and Interior Servers
- Gateway Server
However, based on a requirement you can skip the deployment of server/s by entering n in the console when you run the deployment script.
Subtopics