Deploying a WebLogic Service on SUSE Linux Enterprise Server 11 SP3
System environment setup
Target system: SUSE Linux Enterprise Server 11 SP3.
User and group preparation
Create a dedicated group and user for running the application, along with necessary directory structures.
# Create group named wlgroup
/usr/sbin/groupadd wlgroup
# Create home directory for the service account
mkdir -p /opt/wluser
# Add use ...
Posted on Fri, 28 Aug 2026 16:37:47 +0000 by padma
Resolving WebLogic Installation Script Execution Errors Due to Encoding Issues
When setting up a WebLogic server environment with all prerequisites fulfilled and installation packages uploaded, executing the install_wls1213.sh script resulted in multiple errors:
install_wls1213.sh: line 1: rectory: command not found
: command not found line 3:
: command not found line 6:
: command not found line 9:
: command not found ...
Posted on Wed, 17 Jun 2026 17:54:02 +0000 by Square1