Editing Node Managers Properties File Setting Environment and Superuser Privileges for the wlsifconfig.sh Script
15. Click Next.
16. Deselect Supports Global Transactions.
17. Click Next.
18. Enter the service name, database name, host name, host port, database user name, and password for your leasing schema.19. Click Next.
20. Click Test Configuration and verify that the connection works.
21. Click Next.
22. Target the data source to the cluster assigned to the enterprise deployment component CLUSTER, and click Finish. 23. Select the data source and add it to the right screen.24. Click Create a New Data Source for the second instance of your Oracle RAC
database, target it to the cluster assigned to the EDG component CLUSTER, repeating the steps for the second instance of your Oracle RAC database. 25. Add the second data source to your multi-data source.26. Click Activate Changes.
10.4 Editing Node Managers Properties File
The third step is to edit Node Managers properties file. This needs to be done for the node managers in both nodes where server migration is being configured: Interface=eth0 NetMask=255.255.255.0 UseMACBroadcast=true ■ Interface: This property specifies the interface name for the floating IP for example, eth0. Do not specify the sub-interface, such as eth0:1 or eth0:2. This interface is to be used without :0 or :1. Node Managers scripts traverse the different :X-enabled IPs to determine which to add or remove. For example, the valid values in Linux environments are eth0, eth1, eth2, eth3, ethn, depending on the number of interfaces configured. ■ NetMask: This property specifies the net mask for the interface for the floating IP. The net mask should the same as the net mask on the interface; 255.255.255.0 is used as an example in this document. ■ UseMACBroadcast: This property specifies whether or not to use a nodes MAC address when sending ARP packets, that is, whether or not to use the -b flag in the arping command. Verify in Node Managers output shell where Node Manager is started that these properties are being used, or problems may arise during migration. You should see something like this in Node Managers output: ... StateCheckInterval=500 Interface=eth0 NetMask=255.255.255.0 ... Configuring Server Migration 10-5 1. Set the following property in the nodemanager.properties file: ■ StartScriptEnabled: Set this property to true. This is required for Node Manager to start the managed servers using start scripts. 2. Start Node Manager on HOST1 and HOST2 by running the startNodeManager.sh script, which is located in the WL_HOMEserverbin directory.10.5 Setting Environment and Superuser Privileges for the wlsifconfig.sh Script
The fourth step is to set environment and superuser privileges for the wlsifconfig.sh script for the oracle user: 1. Ensure that your PATH environment variable includes these files: 2. Grant sudo configuration for the wlsifconfig.sh script. ■ Configure sudo to work without a password prompt. ■ For security reasons, sudo should be restricted to the subset of commands required to run the wlsifconfig.sh script. For example, perform these steps to set the environment and superuser privileges for the wlsifconfig.sh script: a. Grant sudo privilege to the WebLogic user oracle with no password restriction, and grant execute privilege on the sbinifconfig and sbin arping binaries. b. Make sure the script is executable by the WebLogic user oracle. The following is an example of an entry inside etcsudoers granting sudo execution privilege for oracle and also over ifconfig and arping: oracle ALL=NOPASSWD: sbinifconfig,sbinarping Note: The steps below are not required if the server properties start properties have been properly set and Node Manager can start the servers remotely. Note: When running Node Manager from a shared storage installation, multiple nodes are started using the same nodemanager.properties file. However, each node may require different NetMask or Interface properties. In this case, specify individual parameters on a per-node basis using environment variables. For example, to use a different interface eth3 in HOSTn, use the Interface environment variable as follows: HOSTn export JAVA_OPTIONS=-DInterface=eth3 and start Node Manager after the variable has been set in the shell. Table 10–1 Files Required for the PATH Environment Variable File Located in this directory wlsifconfig.sh ORACLE_BASEadmindomain_namemserverdomain_name binserver_migration wlscontrol.sh WL_HOMEcommonbin nodemanager.domains WL_HOMEcommonnodemanager 10-6 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle ECM Suite10.6 Configuring Server Migration Targets
Parts
» Oracle Fusion Middleware Online Documentation Library
» What Is an Enterprise Deployment? About Oracle Enterprise Content Management Suite
» Built-In Security High Availability
» Terminology Oracle Fusion Middleware Online Documentation Library
» Oracle Identity Management Web Tier
» Abbreviations Hardware Requirements What to Install
» Installation Procedure Oracle Fusion Middleware Online Documentation Library
» Database Host Requirements Supported Database Versions Initialization Parameters
» Loading the Oracle Fusion Middleware Metadata Repository in the Oracle RAC Database
» ecm.mycompany.com admin.mycompany.com soainternal.mycompany.com ecminternal.mycompany.com
» IPs and Virtual IPs Firewalls and Ports
» Terminology for Directories and Directory Environment Variables
» Recommended Locations for the Different Directories
» Shared Storage Configuration Shared Storage and Recommended Directory Structure
» LDAP as Credential and Policy Store
» Configuring the Oracle Web Tier
» Enabling ADMINVHN on SOAHOST1 Running the Configuration Wizard on SOAHOST1 to Create a Domain
» Configuring Oracle HTTP Server for the Administration Server
» Assumptions and Procedure Manually Failing Over the Administration Server to SOAHOST2
» Validating Access Through Oracle HTTP Server Backing Up the Installation
» Configuring Oracle Coherence for Deploying Composites
» Configuring the Java Object Cache for Oracle Web Services Manager
» Configuring Oracle HTTP Server for the WLS_SOA Managed Servers
» Setting the Frontend HTTP Host and Port Validating Access Through Oracle HTTP Server
» Enabling High Availability for Oracle File and FTP Adapters
» About Adding Oracle UCM to a Domain Extending the Domain to Include Oracle UCM
» Restarting the Administration Server Configuring a JMS Persistence Store for Oracle IPM JMS
» Configuring BPEL CSF Credentials
» About Setting Up Node Manager
» Generating Self-Signed Certificates Using the utils.CertGen Utility
» Configuring Node Manager to Use the Custom Keystores
» Configuring Managed WLS Servers to Use the Custom Keystores
» Testing the Server Migration
» Create an LDIF file assumed to be jpstestnode.ldif in this example
» Cataloging Oracle Internet Directory Attributes
» Overview of Oracle Access Manager Integration Prerequisites for Oracle Access Manager
» Running the OAM Configuration Tool
» Installing and Configuring WebGate
» Back Up Configuration Files Setting the Order of Providers
» Move to the following directory under your Oracle Home for Webgate:
» Updating the OAM11gRequest File
» Monitoring the Topology Defining an Optimal Input File Strategy for Oracle IPM
» Configuring UMS Drivers Oracle Fusion Middleware Online Documentation Library
» Choose the Automatic Server Migration Enabled option. This enables Node Click Save.
» Performing Backups and Recoveries
» Page Not Found When Accessing soa-infra Application Through Load Balancer
Show more