|
Running multiple OES Administration Servers on one machine may be useful in development environments. This can be done by installing the additional servers in separate BEA_HOMES and then modifying the Window’s service names of the added server and SCM to unique values.
| Note: | In these instructions, the new BEA_HOME is BEA_HOME2. |
| Note: | During installation, be sure to clear the Install Database Schema checkbox. |
BEA_HOME2/SCM_INSTALL/bin/WLESscm.bat in an editor and change the SCM service name in line 13 to a unique name. For example:set SERVICENAME="ALES Service Control Manager2"
BEA_HOME2/SCM_INSTALL/config/WLESscm.conf in an editor and specify unique values as described below:
line 145 — wrapper.ntservice.name=SCM2
line 148 — wrapper.ntservice.displayname=ALES Service Control Manager2
line 151 — wrapper.ntservice.description=ALES Service Control Manager2
BEA_HOME2/SCM_INSTALL/bin and run the following: WLESscm.bat register
If the registration is successful, the new service will appear in the Window’s Services applet.
BEA_HOME2/ales32-admin/bin/WLESadmin.bat and change line 13 to specify the same value set in the service name from step 3 above. For example:set SCMSERVICENAME="ALES Service Control Manager2"
BEA_HOME2/ales32-admin/config/WLESWebLogic.conf and modify the following lines as shown:
line 186 — wrapper.ntservice.name=ALES.WLS2.<host>
line 189 — wrapper.ntservice.displayname=ALES WLS2.<host>
line 192 — wrapper.ntservice.disscription=ALES WeblogicServer - WLS2.<host>
BEA_HOME2/ales32-admin/config/WLESTomcat.conf:
line 191 — wrapper.ntservice.name=ALES.TOMCAT2.<host>
line 194 — wrapper.ntservice.displayname=ALES TOMCAT2.<host>
line 197 — wrapper.ntservice.description=ALES Tomcat Server2
BEA_HOME2/ales32-admin/bin and run the following:WLESadmin.bat register
If the registration is successful, the new service will appear in the Window’s Services applet.
BEA_HOME2/ales32-admin/bin, run the following to install the initial policies:install_ales_schema.bat <dbuser> <dbuser_password>
|