Purging Oracle Infrastructure Web Services Data

15-2 Oracle Fusion Middleware Administrators Guide 3. Create a machine, which is a logical representation of the computer that hosts one or more WebLogic Servers, and point it to the new host. From the Home page, select Machines. Then, click New. Follow the directions in the Administration Console help. You must disable Host Name Verification on Administration Servers that access Node Manager, as described in the Help. 4. Change the Managed Server configuration to point to the new machine: a. From the left pane of the Console, expand Environment and then Servers. Then, select the name of the server. b. Select the Configuration tab, then the General tab. In the Machine field, select the machine to which you want to assign the server. c. Change Listen Address to the new host. Click Save. 5. Start the Managed Server. You can use the Oracle WebLogic Server Administration Console, WLST, or the following command: DOMAIN_NAMEbinstartManagedWeblogic.sh managed_server_name admin_url The Managed Server connects to the Administration Server and updates its configuration changes.

15.1.2 Changing the Network Configuration of Web Tier Components

If you change the host name, domain name, or IP address of a host that contains multiple Oracle instances, you must change the network configuration of each Oracle instance that resides on that host. You do not need to make changes to any system component that resides on another host. You can change the network configuration of Oracle HTTP Server and Oracle Web Cache by using the following command: UNIX ORACLE_HOMEchgipscriptschpiphost.sh Windows ORACLE_HOME\chgip\scripts\chpiphost.bat The format of the command is: chgiphost.sh | chgiphost.bat [-noconfig] [-version] [-help] [ -oldhost old_host_name -newhost new_host_name] [-oldip old_IP_address -newip new_IP_address] -instanceHome Instance_path The parameters have the following meanings: ■ noconfig: The default for changing the network parameters. ■ version: Displays the version of the chgiphost tool. ■ help: Displays help for the command. ■ oldhost: The fully qualified name of the old host. Use this parameter, with newhost, to change the host name or domain name, or both. ■ newhost: The fully qualified name of the new host. Use this parameter, with oldhost, to change the host name or domain name, or both. ■ oldip: The old IP address.