To reduce maintenance times on your Linux endpoints, you can install patches in bulk on the endpoints.
The patches installation will be sent in a single command line (batch) to accomplish a much faster deployment process!
Configure Linux Bulk Install
- SSH JetPatch console.
- Edit the intigua.properties file:
| Version | File Path |
| Prior to 5.0 | vi /usr/share/tomcat/default/conf/intigua.properties |
| Post 5.0 | vi /usr/share/intigua/services/data/intigua-main/conf/intigua.properties |
3. Insert the following property:
| bulkinstall.linux.enabled=true |
4. Restart the relevant service for your version:
| Version | Restart Command |
| Prior to 5.0 | systemctl restart tomcat |
| Post 5.0 | docker restart intigua-main |
Supported Platforms
- All yum-based Linux (RHEL, OL, AlmaLinux, RockyLinux, AmazonLinux).
- Zypper-based Linux (SLES).
Notes
- Bulk deployment is disabled by default.
- In case one of the patches fails, the entire patching process on the endpoint will fail.
- Rollback will restore all patches and not a single patch.
- Once bulk deployment is enabled, it will bulk install patches in batches, based on the split patch execution configuration (default 60).
Comments
0 comments
Please sign in to leave a comment.