TechPaste.Com DevOps Simplified...
Below are the commands to create a custom websphere server profile from commandline: bash-3.00# ./manageprofiles.sh -create -profileName AppSrv02 -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/AppSrv02 -profilePath /opt/IBM/WebSphere/AppServer/profiles/AppSrv02...
Installing Microsoft Internet Information Server Plug-In ——————————————————– To install the Microsoft Internet Information Server Plug-In, perform the following tasks. 1....
— Script to Capture DB Parameters — set heading off set line 300 select * from ( select ‘NLS_LANGUAGE =>...
Below function can be used to configure the session manager for the session management websphere #——————————————————————————— #– Configuring session manager...
Using below function we can configure the java thread pool properties in websphere #—————————————————————————- #–Configuring thread pool properties for Web...
Use this task to change the transaction log properties, to move your transaction logs to a new location, or to...
This script is designed to get complete IBM WAS server status details and OS details . Its designed to help...
Below script shows how we can install an application and start an application server using JACL scripts. #————————————————————————— #– Install...
Below JACL script can be used to modify the configurations of IBM WAS application Server. #——————————————————————— #–Modify the Configuration of...
Below JACL script can be used to manage application server life cycle like start stop install etc. #——————————————————————— #–Manage Applications...