How Tos

     Previous  Next    Open TOC in new window    View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Host Name or IP Address Change

This section describes how to reconfigure ALES after the initial installation. The following topics are described:

 


Configuration for New Host Name

This section describes how to reconfigure components if you change the host name of the system on which the Administration server is installed. The steps you follow depend on whether you are enrolling the SSM instance in demo or secure mode:

Admin Server and SSM on Same WLS System, SSM Instance in Demo Mode

In this scenario, the Admin server and the SSM are both installed on the same system, and the platform is WebLogic Server.

Follow these steps to reconfigure ALES:

  1. Shut down all ALES services, including the ALES Administration Server and the SCM:
    1. BEA_HOME/ales30-admin/bin/WLESadmin.sh stop
    2. BEA_HOME/ales30-scm/bin/WLESscm.sh stop
    3. Stop the SSM instance.
    4. If any of these components was started in console mode, type CTRL-C to stop it.

  2. Modify BEA_HOME/ales30-scm/apps/scm-asi/sar-inf/config.xml to replace the old host name with the new host name:
    1. <listener host="<OLD HOSTNAME>" port="7013" protocol="https">
    2. <proxy best="<OLD HOSTNAME>" port="7011" protocol="https">
    3. <pd best="<OLD HOSTNAME>" port="7011" protocol="https">
    4. )<scm domain="asi" localName="adminconfig", instanceName="SCM.<OLD HOSTNAME>.asi"/>
  3. Modify BEA_HOME/ales30-admin/config/WLESadmin.bat to replace the old host name with the new host name:
    1. Change https://<OLD-HOSTNAME>:7011/services/ManagedServer
    2. Change https://<OLD-HOSTNAME>:7013 to https://<NEW-HOSTNAME>:7013.
    3. Change https://<OLD-HOSTNAME>:7013
  4. Modify BEA_HOME/ales30-admin/config/WLESWebLogic.conf to replace the old host name with the new host name:
    1. Change https://<OLD-HOSTNAME> to https://<NEW-HOSTNAME>.
  5. Modify BEA_HOME/ales30-admin/config/WLESarme.properties to replace the old host name with the new host name:
    1. Change PDAddress = https://<OLD-HOSTNAME> to PDADDRESS = https://<NEW-HOSTNAME>.
    2. Change instanceName = ARME.admin.server.asi.<OLD-HOSTNAME> to instanceName = ARME.admin.server.asi.<NEW-HOSTNAME>.
  6. Modify BEA_HOME/ales30-admin/config/WLESblm.properties to replace the old host name with the new host name:
    1. Change BLM.host = <OLD-HOSTNAME> to BLM.host = <NEW-HOSTNAME>.
  7. Modify BEA_HOME/ales30-admin/config/asi.properties to replace the old host name with the new host name:
    1. Change ASI.BLMAddresses to replace the old host name with the new host name.
    2. Change ASI.ARMEAddresses to replace the old host name with the new host name.
    3. Change ASI.PDAddresses to replace the old host name with the new host name.
  8. Modify BEA_HOME/ales30-ssm/<ssm>/adm/ssm_install.properties to replace the old host name with the new host name:
    1. Change host.name = <OLD-HOSTNAME> to host.name = <NEW-HOSTNAME>.
    2. Change scm.primary.admin.url = https://<OLD-HOSTNAME>:7010 to scm.primary.admin.url = https://<NEW-HOSTNAME>:7010.
    3. Change scm.backup.admin.url = https://<OLD-HOSTNAME>:7010 to scm.backup.admin.url = https://<NEW-HOSTNAME>:7010.
    4. If the host name of the Admin server is changed, change admin.host.
  9. If the host name of the SSM is changed, modify BEA_HOME/ales30-ssm/<ssm>/adm/silient_install_ssm.xml as follows:
    1. Change <data-value name="SCM_PRIMARY_ADMIN_URL" value="https://<old ssm host name>:7010/" />
    2. Change <data-value name="SCM_BACKUP_ADMIN_URL" value="https://<old ssm host name>:7010/" />
  10. Modify BEA_HOME/ales30-ssm/<ssm>/template/adm/ssm_instance.properties to replace the old host name with the new host name:
    1. Change host.name = <OLD-HOSTNAME> to host.name = <NEW-HOSTNAME>.
    2. If the host name of the ALES Administration host is also changed, then change admin.host = <OLD-HOSTNAME> to admin.host = <NEW-HOSTNAME>.
  11. If the WLS 8.1 or WLS SSM, modify BEA_HOME/ales30-ssm/<ssm>/template/bin/set-wls-env.bat to replace the old host name with the new host name:
    1. Change -Dwles.config.signer=<OLD-HOSTNAME> to -Dwles.config.signer=<NEW-HOSTNAME>.
  12. Modify BEA_HOME/ales30-ssm/<ssm>/template/config/WLESWeblogic.conf or WLESws.wrapper.conf to replace the old host name with the new host name.
  13. Modify BEA_HOME/ales30-ssm/<ssm>/template/config/WLESarme.properties to replace the old host name with the new host name:
    1. Change PDAddress = https://<OLD-HOSTNAME> to PDADDRESS = https://<NEW-HOSTNAME>.
    2. Change instanceName = ARME.....asi.<OLD-HOSTNAME> to instanceName = ARME....asi.<NEW-HOSTNAME>.
  14. Modify the policy database (Oracle and Sybase) to specify the new IP address.
  15. For Sybase, assuming a username of wles, a password of password, and a sybase server name of MYHOST, perform the following steps:

    1. Start one command window and run isql -Dwles -Ppassword -SMYHOST.
    2. Run select * from engine_addresses to verify the old address are being used.
    3. Delete the records in the engnie_addresses table that refer to the old address.
    4. For Oracle, the steps are similar to those for Sybase:

    5. sqlplus wles/password@ASI
    6. select * from engine_address;
    7. truncate table engine_addresses;

Admin Server and SSM on Same WLS System, SSM Instance in Secure Mode

In this scenario, the Admin server and the SSM are both installed on the same system, and the platform is WebLogic Server.

Follow these steps to reconfigure ALES:

  1. Run unenroll.bat secure before you change the host name.
  2. Shut down all ALES services, including the ALES Administration Server and the SCM:
    1. BEA_HOME/ales30-admin/bin/WLESadmin.sh stop
    2. BEA_HOME/ales30-scm/bin/WLESscm.sh stop
    3. Stop the SSM instance.
    4. If any of these components was started in console mode, type CTRL-C to stop it.

  3. Modify BEA_HOME/ales30-scm/apps/scm-asi/sar-inf/config.xml to replace the old host name with the new host name:
    1. <listener host="<OLD HOSTNAME>" port="7013" protocol="https">
    2. <proxy best="<OLD HOSTNAME>" port="7011" protocol="https">
    3. <pd best="<OLD HOSTNAME>" port="7011" protocol="https">
    4. )<scm domain="asi" localName="adminconfig", instanceName="SCM.<OLD HOSTNAME>.asi"/>
  4. Modify BEA_HOME/ales30-admin/bin/WLESadmin.bat to replace the old host name with the new host name:
    1. Change https://<OLD-HOSTNAME>:7011/services/ManagedServer
    2. Change https://<OLD-HOSTNAME>:7013 to https://<NEW-HOSTNAME>:7013.
    3. Change https://<OLD-HOSTNAME>:7013
  5. Modify BEA_HOME/ales30-admin/config/WLESWebLogic.conf to replace the old host name with the new host name:
    1. Change https://<OLD-HOSTNAME> to https://<NEW-HOSTNAME>.
  6. Modify BEA_HOME/ales30-admin/config/WLESarme.properties to replace the old host name with the new host name:
    1. Change PDAddress = https://<OLD-HOSTNAME> to PDADDRESS = https://<NEW-HOSTNAME>.
    2. Change instanceName = ARME.admin.server.asi.<OLD-HOSTNAME> to instanceName = ARME.admin.server.asi.<NEW-HOSTNAME>.
  7. Modify BEA_HOME/ales30-admin/config/WLESblm.properties to replace the old host name with the new host name:
    1. Change BLM.host = <OLD-HOSTNAME> to BLM.host = <NEW-HOSTNAME>.
  8. Modify BEA_HOME/ales30-admin/config/asi.properties to replace the old host name with the new host name:
    1. Change ASI.BLMAddresses to replace the old host name with the new host name.
    2. Change ASI.ARMEAddresses to replace the old host name with the new host name.
    3. Change ASI.PDAddresses to replace the old host name with the new host name.
  9. Modify BEA_HOME/ales30-ssm/<ssm>/adm/ssm_install.properties to replace the old host name with the new host name:
    1. Change host.name = <OLD-HOSTNAME> to host.name = <NEW-HOSTNAME>.
    2. Change scm.primary.admin.url = https://<OLD-HOSTNAME>:7010 to scm.primary.admin.url = https://<NEW-HOSTNAME>:7010.
    3. Change scm.backup.admin.url = https://<OLD-HOSTNAME>:7010 to scm.backup.admin.url = https://<NEW-HOSTNAME>:7010.
    4. If the host name of the Admin server is changed, change admin.host.
  10. If the host name of the SSM is changed, modify BEA_HOME/ales30-ssm/<ssm>/adm/silient_install_ssm.xml as follows:
    1. Change <data-value name="SCM_PRIMARY_ADMIN_URL" value="https://<old ssm host name>:7010/" />
    2. Change <data-value name="SCM_BACKUP_ADMIN_URL" value="https://<old ssm host name>:7010/" />
  11. Modify BEA_HOME/ales30-ssm/<ssm>/template/adm/ssm_instance.properties to replace the old host name with the new host name:
    1. Change host.name = <OLD-HOSTNAME> to host.name = <NEW-HOSTNAME>.
    2. If the host name of the ALES Administration host is also changed, then change admin.host = <OLD-HOSTNAME> to admin.host = <NEW-HOSTNAME>.
  12. If the WLS 8.1 or WLS SSM, modify BEA_HOME/ales30-ssm/<ssm>/template/bin/set-wls-env.bat to replace the old host name with the new host name:
    1. Change -Dwles.config.signer=<OLD-HOSTNAME> to -Dwles.config.signer=<NEW-HOSTNAME>.
  13. Modify BEA_HOME/ales30-ssm/<ssm>/template/config/WLESWeblogic.conf or WLESws.wrapper.conf to replace the old host name with the new host name.
  14. Modify BEA_HOME/ales30-ssm/<ssm>/template/config/WLESarme.properties to replace the old host name with the new host name:
    1. Change PDAddress = https://<OLD-HOSTNAME> to PDADDRESS = https://<NEW-HOSTNAME>.
    2. Change instanceName = ARME.....asi.<OLD-HOSTNAME> to instanceName = ARME....asi.<NEW-HOSTNAME>.
  15. Modify the policy database (Oracle and Sybase) to specify the new IP address.
  16. For Sybase, assuming a username of wles, a password of password, and a sybase server name of MYHOST, perform the following steps:

    1. Start one command window and run isql -Dwles -Ppassword -SMYHOST.
    2. Run select * from engine_addresses to verify the old address are being used.
    3. Delete the records in the engnie_addresses table that refer to the old address.
    4. For Oracle, the steps are similar to those for Sybase:

    5. sqlplus wles/password@ASI
    6. select * from engine_address;
    7. truncate table engine_addresses;
  17. Run enroll.bat secure to enroll the SSM instance with the new host name.

Admin Server and SSM on Same Tomcat System, SSM Instance in Demo Mode

In this scenario, the Admin server and the SSM are both installed on the same system, and the platform is Apache Tomcat.

Follow these steps to reconfigure ALES:

  1. Shut down all ALES services, including the ALES Administration Server and the SCM:
    1. BEA_HOME/ales30-admin/bin/WLESadmin.sh stop
    2. BEA_HOME/ales30-scm/bin/WLESscm.sh stop
    3. Stop the SSM instance.
    4. If any of these components was started in console mode, type CTRL-C to stop it.

  2. Modify BEA_HOME/ales30-scm/apps/scm-asi/sar-inf/config.xml to replace the old host name with the new host name:
    1. <listener host="<OLD HOSTNAME>" port="7013" protocol="https">
    2. <proxy best="<OLD HOSTNAME>" port="7011" protocol="https">
    3. <pd best="<OLD HOSTNAME>" port="7011" protocol="https">
    4. )<scm domain="asi" localName="adminconfig", instanceName="SCM.<OLD HOSTNAME>.asi"/>
  3. Modify BEA_HOME/ales30-admin/bin/WLESadmin.bat to replace the old host name with the new host name:
    1. Change https://<OLD-HOSTNAME>:7011/services/ManagedServer
    2. Change https://<OLD-HOSTNAME>:7013 to https://<NEW-HOSTNAME>:7013.
    3. Change https://<OLD-HOSTNAME>:7013
  4. Modify BEA_HOME/ales30-admin/config/WLESTomcat.conf to replace the old host name with the new host name:
    1. Change https://<OLD-HOSTNAME> to https://<NEW-HOSTNAME>.
  5. Modify BEA_HOME/ales30-admin/config/WLESarme.properties to replace the old host name with the new host name:
    1. Change PDAddress = https://<OLD-HOSTNAME> to PDADDRESS = https://<NEW-HOSTNAME>.
    2. Change instanceName = ARME.admin.server.asi.<OLD-HOSTNAME> to instanceName = ARME.admin.server.asi.<NEW-HOSTNAME>.
  6. Modify BEA_HOME/ales30-admin/config/WLESblm.properties to replace the old host name with the new host name:
    1. Change BLM.host = <OLD-HOSTNAME> to BLM.host = <NEW-HOSTNAME>.
  7. Modify BEA_HOME/ales30-admin/config/asi.properties to replace the old host name with the new host name:
    1. Change ASI.BLMAddresses to replace the old host name with the new host name.
    2. Change ASI.ARMEAddresses to replace the old host name with the new host name.
    3. Change ASI.PDAddresses to replace the old host name with the new host name.
  8. Modify BEA_HOME/ales30-ssm/<ssm>/adm/ssm_install.properties to replace the old host name with the new host name:
    1. Change host.name = <OLD-HOSTNAME> to host.name = <NEW-HOSTNAME>.
    2. Change scm.primary.admin.url = https://<OLD-HOSTNAME>:7010 to scm.primary.admin.url = https://<NEW-HOSTNAME>:7010.
    3. Change scm.backup.admin.url = https://<OLD-HOSTNAME>:7010 to scm.backup.admin.url = https://<NEW-HOSTNAME>:7010.
    4. If the host name of the Admin server is changed, change admin.host.
  9. If the host name of the SSM is changed, modify BEA_HOME/ales30-ssm/<ssm>/adm/silent_install_ssm.xml as follows:
    1. Change <data-value name="SCM_PRIMARY_ADMIN_URL" value="https://<old ssm host name>:7010/" />
    2. Change <data-value name="SCM_BACKUP_ADMIN_URL" value="https://<old ssm host name>:7010/" />
  10. Modify BEA_HOME/ales30-ssm/<ssm>/template/adm/ssm_instance.properties to replace the old host name with the new host name:
    1. Change host.name = <OLD-HOSTNAME> to host.name = <NEW-HOSTNAME>.
    2. If the host name of the ALES Administration host is also changed, then change admin.host = <OLD-HOSTNAME> to admin.host = <NEW-HOSTNAME>.
  11. If the WLS 8.1 or WLS SSM, modify BEA_HOME/ales30-ssm/<ssm>/template/bin/set-wls-env.bat to replace the old host name with the new host name:
    1. Change -Dwles.config.signer=<OLD-HOSTNAME> to -Dwles.config.signer=<NEW-HOSTNAME>.
  12. Modify BEA_HOME/ales30-ssm/<ssm>/template/config/WLESTomcat.conf or WLESws.wrapper.conf to replace the old host name with the new host name.
  13. Modify BEA_HOME/ales30-ssm/<ssm>/template/config/WLESarme.properties to replace the old host name with the new host name:
    1. Change PDAddress = https://<OLD-HOSTNAME> to PDADDRESS = https://<NEW-HOSTNAME>.
    2. Change instanceName = ARME.....asi.<OLD-HOSTNAME> to instanceName = ARME....asi.<NEW-HOSTNAME>.
  14. Modify the policy database (Oracle and Sybase) to specify the new IP address.
  15. For Sybase, assuming a username of wles, a password of password, and a sybase server name of MYHOST, perform the following steps:

    1. Start one command window and run isql -Dwles -Ppassword -SMYHOST.
    2. Run select * from engine_addresses to verify the old address are being used.
    3. Delete the records in the engnie_addresses table that refer to the old address.
    4. For Oracle, the steps are similar to those for Sybase:

    5. sqlplus wles/password@ASI
    6. select * from engine_address;
    7. truncate table engine_addresses;

Admin Server and SSM on Same Tomcat System, SSM Instance in Secure Mode

In this scenario, the Admin server and the SSM are both installed on the same system, and the platform is Apache Tomcat.

Follow these steps to reconfigure ALES:

  1. Run unenroll.bat secure before you change the host name.
  2. Shut down all ALES services, including the ALES Administration Server and the SCM:
    1. BEA_HOME/ales30-admin/bin/WLESadmin.sh stop
    2. BEA_HOME/ales30-scm/bin/WLESscm.sh stop
    3. Stop the SSM instance.
    4. If any of these components was started in console mode, type CTRL-C to stop it.

  3. Modify BEA_HOME/ales30-scm/apps/scm-asi/sar-inf/config.xml to replace the old host name with the new host name:
    1. <listener host="<OLD HOSTNAME>" port="7013" protocol="https">
    2. <proxy best="<OLD HOSTNAME>" port="7011" protocol="https">
    3. <pd best="<OLD HOSTNAME>" port="7011" protocol="https">
    4. )<scm domain="asi" localName="adminconfig", instanceName="SCM.<OLD HOSTNAME>.asi"/>
  4. Modify BEA_HOME/ales30-admin/bin/WLESadmin.bat to replace the old host name with the new host name:
    1. Change https://<OLD-HOSTNAME>:7011/services/ManagedServer
    2. Change https://<OLD-HOSTNAME>:7013 to https://<NEW-HOSTNAME>:7013.
    3. Change https://<OLD-HOSTNAME>:7013
  5. Modify BEA_HOME/ales30-admin/bin/WLESTomcat.conf to replace the old host name with the new host name:
    1. Change https://<OLD-HOSTNAME> to https://<NEW-HOSTNAME>.
  6. Modify BEA_HOME/ales30-admin/config/WLESarme.properties to replace the old host name with the new host name:
    1. Change PDAddress = https://<OLD-HOSTNAME> to PDADDRESS = https://<NEW-HOSTNAME>.
    2. Change instanceName = ARME.admin.server.asi.<OLD-HOSTNAME> to instanceName = ARME.admin.server.asi.<NEW-HOSTNAME>.
  7. Modify BEA_HOME/ales30-admin/config/WLESblm.properties to replace the old host name with the new host name:
    1. Change BLM.host = <OLD-HOSTNAME> to BLM.host = <NEW-HOSTNAME>.
  8. Modify BEA_HOME/ales30-admin/config/asi.properties to replace the old host name with the new host name:
    1. Change ASI.BLMAddresses to replace the old host name with the new host name.
    2. Change ASI.ARMEAddresses to replace the old host name with the new host name.
    3. Change ASI.PDAddresses to replace the old host name with the new host name.
  9. Modify BEA_HOME/ales30-ssm/<ssm>/adm/ssm_install.properties to replace the old host name with the new host name:
    1. Change host.name = <OLD-HOSTNAME> to host.name = <NEW-HOSTNAME>.
    2. Change scm.primary.admin.url = https://<OLD-HOSTNAME>:7010 to scm.primary.admin.url = https://<NEW-HOSTNAME>:7010.
    3. Change scm.backup.admin.url = https://<OLD-HOSTNAME>:7010 to scm.backup.admin.url = https://<NEW-HOSTNAME>:7010.
    4. If the host name of the Admin server is changed, change admin.host.
  10. If the host name of the SSM is changed, modify BEA_HOME/ales30-ssm/<ssm>/adm/silient_install_ssm.xml as follows:
    1. Change <data-value name="SCM_PRIMARY_ADMIN_URL" value="https://<old ssm host name>:7010/" />
    2. Change <data-value name="SCM_BACKUP_ADMIN_URL" value="https://<old ssm host name>:7010/" />
  11. Modify BEA_HOME/ales30-ssm/<ssm>/template/adm/ssm_instance.properties to replace the old host name with the new host name:
    1. Change host.name = <OLD-HOSTNAME> to host.name = <NEW-HOSTNAME>.
    2. If the host name of the ALES Administration host is also changed, then change admin.host = <OLD-HOSTNAME> to admin.host = <NEW-HOSTNAME>.
  12. If the WLS 8.1 or WLS SSM, modify BEA_HOME/ales30-ssm/<ssm>/template/bin/set-wls-env.bat to replace the old host name with the new host name:
    1. Change -Dwles.config.signer=<OLD-HOSTNAME> to -Dwles.config.signer=<NEW-HOSTNAME>.
  13. Modify BEA_HOME/ales30-ssm/<ssm>/template/config/WLESTomcat.conf or WLESws.wrapper.conf to replace the old host name with the new host name.
  14. Modify BEA_HOME/ales30-ssm/<ssm>/template/config/WLESarme.properties to replace the old host name with the new host name:
    1. Change PDAddress = https://<OLD-HOSTNAME> to PDADDRESS = https://<NEW-HOSTNAME>.
    2. Change instanceName = ARME.....asi.<OLD-HOSTNAME> to instanceName = ARME....asi.<NEW-HOSTNAME>.
  15. Modify the policy database (Oracle and Sybase) to specify the new IP address.
  16. For Sybase, assuming a username of wles, a password of password, and a sybase server name of MYHOST, perform the following steps:

    1. Start one command window and run isql -Dwles -Ppassword -SMYHOST.
    2. Run select * from engine_addresses to verify the old address are being used.
    3. Delete the records in the engnie_addresses table that refer to the old address.
    4. For Oracle, the steps are similar to those for Sybase:

    5. sqlplus wles/password@ASI
    6. select * from engine_address;
    7. truncate table engine_addresses;
  17. Run enroll.bat secure to enroll the SSM instance with the new host name.

Admin Server and SSM on Different System, Hostname of Admin Server Changed, SSM Instance in Demo Mode

In this scenario, the Admin server and the SSM are both installed on the same system, and the platform is WebLogic Server.

Follow these steps to reconfigure ALES:

  1. Shut down all ALES services, including the ALES Administration Server and the SCM:
    1. BEA_HOME/ales30-admin/bin/WLESadmin.sh stop
    2. BEA_HOME/ales30-scm/bin/WLESscm.sh stop
    3. Stop the SSM instance.
    4. If any of these components was started in console mode, type CTRL-C to stop it.

  2. Modify BEA_HOME/ales30-scm/apps/scm-asi/sar-inf/config.xml to replace the old host name with the new host name:
    1. <listener host="<OLD HOSTNAME>" port="7013" protocol="https">
    2. <proxy best="<OLD HOSTNAME>" port="7011" protocol="https">
    3. <pd best="<OLD HOSTNAME>" port="7011" protocol="https">
    4. )<scm domain="asi" localName="adminconfig", instanceName="SCM.<OLD HOSTNAME>.asi"/>
  3. Modify BEA_HOME/ales30-admin/bin/WLESadmin.bat to replace the old host name with the new host name:
    1. Change https://<OLD-HOSTNAME>:7011/services/ManagedServer
    2. Change https://<OLD-HOSTNAME>:7013 to https://<NEW-HOSTNAME>:7013.
    3. Change https://<OLD-HOSTNAME>:7013
  4. Modify BEA_HOME/ales30-admin/config/WLESWebLogic.conf to replace the old host name with the new host name:
    1. Change https://<OLD-HOSTNAME> to https://<NEW-HOSTNAME>.
  5. Modify BEA_HOME/ales30-admin/config/WLESarme.properties to replace the old host name with the new host name:
    1. Change PDAddress = https://<OLD-HOSTNAME> to PDADDRESS = https://<NEW-HOSTNAME>.
    2. Change instanceName = ARME.admin.server.asi.<OLD-HOSTNAME> to instanceName = ARME.admin.server.asi.<NEW-HOSTNAME>.
  6. Modify BEA_HOME/ales30-admin/config/WLESblm.properties to replace the old host name with the new host name:
    1. Change BLM.host = <OLD-HOSTNAME> to BLM.host = <NEW-HOSTNAME>.
  7. Modify BEA_HOME/ales30-admin/config/asi.properties to replace the old host name with the new host name:
    1. Change ASI.BLMAddresses to replace the old host name with the new host name.
    2. Change ASI.ARMEAddresses to replace the old host name with the new host name.
    3. Change ASI.PDAddresses to replace the old host name with the new host name.
  8. Modify BEA_HOME/ales30-ssm/<ssm>/adm/ssm_install.properties to replace the old host name with the new host name:
    1. If the host name of the Admin server is changed, change admin.host.
  9. Modify BEA_HOME/ales30-ssm/<ssm>/template/adm/ssm_instance.properties to replace the old host name with the new host name:
    1. If the host name of the ALES Administration host is also changed, then change admin.host = <OLD-HOSTNAME> to admin.host = <NEW-HOSTNAME>.
  10. Modify BEA_HOME/ales30-ssm/<ssm>/template/config/WLESarme.properties to replace the old host name with the new host name:
    1. Change PDAddress = https://<OLD-HOSTNAME> to PDADDRESS = https://<NEW-HOSTNAME>.
    2. Change instanceName = ARME.....asi.<OLD-HOSTNAME> to instanceName = ARME....asi.<NEW-HOSTNAME>.
  11. Modify the policy database (Oracle and Sybase) to specify the new IP address.
  12. For Sybase, assuming a username of wles, a password of password, and a sybase server name of MYHOST, perform the following steps:

    1. Start one command window and run isql -Dwles -Ppassword -SMYHOST.
    2. Run select * from engine_addresses to verify the old address are being used.
    3. Delete the records in the engnie_addresses table that refer to the old address.
    4. For Oracle, the steps are similar to those for Sybase:

    5. sqlplus wles/password@ASI
    6. select * from engine_address;
    7. truncate table engine_addresses;

Admin Server and SSM on Different System, Hostname of Admin Server Changed, SSM Instance in Secure Mode

In this scenario, the Admin server and the SSM are both installed on the same system, and the platform is WebLogic Server.

Follow these steps to reconfigure ALES:

  1. Shut down all ALES services, including the ALES Administration Server and the SCM:
    1. BEA_HOME/ales30-admin/bin/WLESadmin.sh stop
    2. BEA_HOME/ales30-scm/bin/WLESscm.sh stop
    3. Stop the SSM instance.
    4. If any of these components was started in console mode, type CTRL-C to stop it.

  2. Modify BEA_HOME/ales30-scm/apps/scm-asi/sar-inf/config.xml to replace the old host name with the new host name:
    1. <listener host="<OLD HOSTNAME>" port="7013" protocol="https">
    2. <proxy best="<OLD HOSTNAME>" port="7011" protocol="https">
    3. <pd best="<OLD HOSTNAME>" port="7011" protocol="https">
    4. )<scm domain="asi" localName="adminconfig", instanceName="SCM.<OLD HOSTNAME>.asi"/>
  3. Modify BEA_HOME/ales30-admin/bin/WLESadmin.bat to replace the old host name with the new host name:
    1. Change https://<OLD-HOSTNAME>:7011/services/ManagedServer
    2. Change https://<OLD-HOSTNAME>:7013 to https://<NEW-HOSTNAME>:7013.
    3. Change https://<OLD-HOSTNAME>:7013
  4. Modify BEA_HOME/ales30-admin/config/WLESWebLogic.conf to replace the old host name with the new host name:
    1. Change https://<OLD-HOSTNAME> to https://<NEW-HOSTNAME>.
  5. Modify BEA_HOME/ales30-admin/config/WLESarme.properties to replace the old host name with the new host name:
    1. Change PDAddress = https://<OLD-HOSTNAME> to PDADDRESS = https://<NEW-HOSTNAME>.
    2. Change instanceName = ARME.admin.server.asi.<OLD-HOSTNAME> to instanceName = ARME.admin.server.asi.<NEW-HOSTNAME>.
  6. Modify BEA_HOME/ales30-admin/config/WLESblm.properties to replace the old host name with the new host name:
    1. Change BLM.host = <OLD-HOSTNAME> to BLM.host = <NEW-HOSTNAME>.
  7. Modify BEA_HOME/ales30-admin/config/asi.properties to replace the old host name with the new host name:
    1. Change ASI.BLMAddresses to replace the old host name with the new host name.
    2. Change ASI.ARMEAddresses to replace the old host name with the new host name.
    3. Change ASI.PDAddresses to replace the old host name with the new host name.
  8. Run unenroll.bat secure before you change the host name.
  9. Modify BEA_HOME/ales30-ssm/<ssm>/adm/ssm_install.properties to replace the old host name with the new host name:
    1. If the host name of the Admin server is changed, change admin.host.
  10. Modify BEA_HOME/ales30-ssm/<ssm>/template/adm/ssm_instance.properties to replace the old host name with the new host name:
    1. If the host name of the ALES Administration host is also changed, then change admin.host = <OLD-HOSTNAME> to admin.host = <NEW-HOSTNAME>.
  11. Modify BEA_HOME/ales30-ssm/<ssm>/template/config/WLESarme.properties to replace the old host name with the new host name:
    1. Change PDAddress = https://<OLD-HOSTNAME> to PDADDRESS = https://<NEW-HOSTNAME>.
    2. Change instanceName = ARME.....asi.<OLD-HOSTNAME> to instanceName = ARME....asi.<NEW-HOSTNAME>.
  12. Modify the policy database (Oracle and Sybase) to specify the new IP address.
  13. For Sybase, assuming a username of wles, a password of password, and a sybase server name of MYHOST, perform the following steps:

    1. Start one command window and run isql -Dwles -Ppassword -SMYHOST.
    2. Run select * from engine_addresses to verify the old address are being used.
    3. Delete the records in the engnie_addresses table that refer to the old address.
    4. For Oracle, the steps are similar to those for Sybase:

    5. sqlplus wles/password@ASI
    6. select * from engine_address;
    7. truncate table engine_addresses;
  14. Run enroll.bat secure to enroll the SSM instance with the new host name.

Admin Server and SSM on Different System, Hostname of SSM Changed, SSM Instance in Demo Mode

In this scenario, the Admin server and the SSM are installed different systems.

Follow these steps to reconfigure ALES:

  1. Modify BEA_HOME/ales30-ssm/<ssm>/adm/sil30ent_install_ssm.xml as follows:
    1. Change <data-value name="SCM_PRIMARY_ADMIN_URL" value="https://<old ssm host name>:7010/" />
    2. Change <data-value name="SCM_BACKUP_ADMIN_URL" value="https://<old ssm host name>:7010/" />
  2. Modify BEA_HOME/ales30-ssm/<ssm>/template/adm/ssm_instance.properties to replace the old host name with the new host name:
    1. Change host.name = <OLD-HOSTNAME> to host.name = <NEW-HOSTNAME>.
    2. If the host name of the ALES Administration host is also changed, then change admin.host = <OLD-HOSTNAME> to admin.host = <NEW-HOSTNAME>.
  3. If the WLS 8.1 or WLS SSM, modify BEA_HOME/ales30-ssm/<ssm>/template/bin/set-wls-env.bat to replace the old host name with the new host name:
    1. Change -Dwles.config.signer=<OLD-HOSTNAME> to -Dwles.config.signer=<NEW-HOSTNAME>.
  4. Modify BEA_HOME/ales30-ssm/<ssm>/template/WLESWeblogic.conf or WLESws.wrapper.conf to replace the old host name with the new host name.
  5. Modify BEA_HOME/ales30-ssm/<ssm>/template/config/WLESarme.properties to replace the old host name with the new host name:
    1. Change PDAddress = https://<OLD-HOSTNAME> to PDADDRESS = https://<NEW-HOSTNAME>.
    2. Change instanceName = ARME.....asi.<OLD-HOSTNAME> to instanceName = ARME....asi.<NEW-HOSTNAME>.

Admin Server and SSM on Different System, Hostname of SSM Changed, SSM Instance in Secure Mode

In this scenario, the Admin server and the SSM are installed different systems.

Follow these steps to reconfigure ALES:

  1. Run unenroll.bat secure before you change the host name.
  2. Modify BEA_HOME/ales30-ssm/<ssm>/adm/silent_install_ssm.xml as follows:
    1. Change <data-value name="SCM_PRIMARY_ADMIN_URL" value="https://<old ssm host name>:7010/" />
    2. Change <data-value name="SCM_BACKUP_ADMIN_URL" value="https://<old ssm host name>:7010/" />
  3. Modify BEA_HOME/ales30-ssm/<ssm>/template/adm/ssm_instance.properties to replace the old host name with the new host name:
    1. Change host.name = <OLD-HOSTNAME> to host.name = <NEW-HOSTNAME>.
    2. If the host name of the ALES Administration host is also changed, then change admin.host = <OLD-HOSTNAME> to admin.host = <NEW-HOSTNAME>.
  4. If the WLS 8.1 or WLS SSM, modify BEA_HOME/ales30-ssm/<ssm>/template/bin/set-wls-env.bat to replace the old host name with the new host name:
    1. Change -Dwles.config.signer=<OLD-HOSTNAME> to -Dwles.config.signer=<NEW-HOSTNAME>.
  5. Modify BEA_HOME/ales30-ssm/<ssm>/template/config/WLESWeblogic.conf or WLESws.wrapper.conf to replace the old host name with the new host name.
  6. Modify BEA_HOME/ales30-ssm/<ssm>/template/config/WLESarme.properties to replace the old host name with the new host name:
    1. Change PDAddress = https://<OLD-HOSTNAME> to PDADDRESS = https://<NEW-HOSTNAME>.
    2. Change instanceName = ARME.....asi.<OLD-HOSTNAME> to instanceName = ARME....asi.<NEW-HOSTNAME>.
  7. Run enroll.bat secure to enroll the SSM instance with the new host name.

 


Configuration for a New IP Address

This section describes how to reconfigure ALES components if the IP address is subsequently changed. The steps you follow depend on how the ALES components are installed:

Host IP of Admin Server and SCM Changed, Host IP of SSM Not Changed

If the host IP of the Admin server and SCM is changed but the host IP of the SSM is not changed, follow all of these steps.

  1. Shut down all ALES services, including the Admin server and the SCM.
    1. BEA_HOME/ales30-admin/bin/WLESadmin.sh stop
    2. BEA_HOME/ales30-scm/bin/WLESscm.sh stop
    3. Stop SSM instance.
    4. Note: If any of these components were started in console mode, you may need to type CTRL-C in a Command window to stop them.
  2. Modify BEA_HOME/ales30-scm/config/SCM.properties to replace the old IP address with the new IP address in the following line:
  3. OS.interface = 10.120.3.140

  4. Modify BEA_HOME/ales30-ssm/<ssm>/adm/ssm_install.properties to replace the old IP address with the new IP address in the following line:
  5. scm.interface.list = 10.120.3.140

  6. Restart the SCM , the Admin server, and the SSM.

SSM IP is Changed, IP of Admin Server and SCM Not Changed

If the host IP of the SSM is changed, follow these steps.

  1. Modify BEA_HOME/ales30-ssm/<ssm>/adm/ssm_install.properties to replace the old IP address with the new IP address in the following line:
  2. scm.interface.list = 10.120.3.140

  3. Restart the SCM , the Admin server, and the SSM.

SSM is on Same Host as Admin Server and SCM

If the Admin server, SCM, and SSM are all on the same host and the IP address is changed, follow these steps.

  1. Shut down all ALES services, including the Admin server and the SCM.
    1. BEA_HOME/ales30-admin/bin/WLESadmin.sh stop
    2. BEA_HOME/ales30-scm/bin/WLESscm.sh stop
    3. Stop SSM instance.
    4. Note: If any of these components were started in console mode, you may need to type CTRL-C in a Command window to stop them.
  2. Modify BEA_HOME/ales30-scm/config/SCM.properties to replace the old IP address with the new IP address in the following line:
  3. OS.interface = 10.120.3.140

  4. Modify BEA_HOME/ales30-ssm/<ssm>/adm/ssm_install.properties to replace the old IP address with the new IP address in the following line:
  5. scm.interface.list = 10.120.3.140

  6. Restart the SCM , the Admin server, and the SSM.

  Back to Top       Previous  Next