Straypenguins-Tips-Inventory

WebLogic: Automation & Configuration Snippets for Administrators

This folder is part of the Straypenguins-Tips-Inventory repository and provides practical, field-tested automation scripts and configuration snippets for Oracle WebLogic Server administration.

The aim is to help administrators:


πŸ“‚ Folder Structure & Tools

WebLogic/
β”œβ”€β”€ automation-wlst/
β”‚   β”œβ”€β”€ change_server_listenport/
β”‚   β”œβ”€β”€ log_settings/
β”‚   β”œβ”€β”€ set_autorestart/
β”‚   β”œβ”€β”€ set_default_stagingmode/
β”‚   β”œβ”€β”€ set_machine_nmtype/
β”‚   β”œβ”€β”€ set_maxreqparamcount/
β”‚   └── set_restartdelaysec/
β”œβ”€β”€ profile.d/
β”œβ”€β”€ rsyslog/
β”œβ”€β”€ systemd/
β”œβ”€β”€ change-wls-java_home.sh
β”œβ”€β”€ derby-disable.sh
β”œβ”€β”€ jre-securerandom-fix.sh
β”œβ”€β”€ jre8-securerandom-fix.sh

πŸ› οΈ Contents Breakdown

⚠️ WARNING:
Verify that the tools do what you intend before use!
NO WARRANTY for middleware operational breakdowns!

automation-wlst/

Automation scripts leveraging WebLogic Scripting Tool (WLST). Each subfolder contains:

Provided Automation Modules

profile.d/

rsyslog/

systemd/

Systemd service definitions for running WebLogic as managed Linux services.

Top-level Utility Scripts


πŸ“ Usage Notes


πŸ›‘οΈ Disclaimer

All scripts and configurations are provided as-is, without warranty. Test thoroughly in a non-production environment before applying to live systems.


πŸ”— Reference