Databases Reference
In-Depth Information
Changing the start/stop scripts
WebLogic Administrators who use the shell scripts provided in $DOMAIN_HOME/bin to start
and stop WebLogic Managed Servers must change the scripts to use the new Administration
Server hostname adminhost.domain.local :
1. Log in as a wls user to the prod01 shell and change to the $DOMAIN_HOME/bin
directory:
[wls@prod01]$ cd $DOMAIN_HOME/bin
2. Edit the startManagedWebLogic.sh , stopManagedWebLogic.sh , and
stopManagedWebLogic.sh files and replace all occurrences of the prod01
word to adminhost.domain.local and save the files:
[wls@prod01]$ sed -i 's/prod01/adminhost.domain.local/g'
startManagedWebLogic.sh stopManagedWebLogic.sh stopWebLogic.sh
3. Copy the changed files to the other machines in the domain:
[wls@prod01]$ scp startManagedWebLogic.sh stopManagedWebLogic.sh
stopWebLogic.sh wls@prod02:$DOMAIN_HOME/bin
See also
F Defining a Hostname/Alias for the Listen Address value
 
Search WWH ::




Custom Search