Common Maintenance Activities
This section provides frequently-used commands that you use to perform common maintenance activities, such as starting and stopping the environment and thread pool worker, modifying the configuration items.
Run the following commands to perform these common tasks:
To Initialize the Environment
1. Go the directory <install_dir>/bin.
2. Run the following command:
Linux/UNIX
./splenviron.sh -e <Env_Name>
 
Windows Server
splenviron.cmd -e <Env_Name>
To Start the WebLogic Server
1. Initialize the environment.
2. Navigate to the respective domain's bin folder.
3. Execute the WebLogic Domain Startup command.
To Stop the WebLogic Server
1. Initialize the environment.
2. Navigate to the respective domain's bin folder.
3. Execute the WebLogic Domain Stop command.
To Start the Thread Pool Worker
1. Initialize the environment.
2. Run the following command:
Linux/UNIX
$SPLEBASE/bin/threadpoolworker.sh -d Y -p DEFAULT=20 L2OFF=1 -l2 OFF
 
Windows
%SPLEBASE%\bin\threadpoolworker.cmd -d Y -p DEFAULT=20 L2OFF=1 -l2 OFF
To Stop the Thread Pool Worker
1. Initialize the environment.
2. Run the following command:
Linux/UNIX
./spl.sh -b stop
 
Windows
spl.cmd -b stop
To Modify the Configuration Values
1. Initialize the environment.
2. Run the following command:
Linux/UNIX
configureEnv.sh
 
Windows
configureEnv.cmd
 
The configuration utility launches menu items. Select any menu option.
3. Change the menu values.
4. After you change the menu values, press P to write the changes to the configuration file.
5. To apply changes to the environment, run the initial setup script:
Linux/UNIX
./initialSetup.sh
 
Windows
initialSetup.cmd
To Modify the Advanced Menu Option Values
1. Initialize the environment.
The configuration utility launches menu items.
 
2. Run the following command:
Linux/UNIX
configureEnv.sh -a
 
Windows
configureEnv.cmd -a
 
3. Select any menu option.
4. Change the menu values.
5. To apply the changes to the environment, run initial setup script:
initialSetup.sh