Veritas InfoScale™ 7.4.1 Installation and Upgrade Guide - Windows
- Preinstallation and planning
- About InfoScale licenses
- Installing the Veritas InfoScale products
- Upgrading to InfoScale products
- Performing the post upgrade tasks
- Administering the InfoScale product installation
- Uninstalling the InfoScale products
- Performing application upgrades in an InfoScale environment
- Upgrading Microsoft SQL Server
- Upgrading Oracle
- Upgrading application service packs in an InfoScale environment
- Appendix A. Services and ports
- Appendix B. Migrating from a third-party multi-pathing solution to DMP
Configuring the Oracle database and listener to use the virtual IP address
All databases and listeners configured must use the same virtual IP. Update the Oracle files to set the virtual IP address.
Setting the virtual IP address involves the following tasks:
Creating a virtual IP address.
Verifying the initialization file settings.
Updating the Oracle configuration files.
Use the following procedures to configure the Oracle database and listener.
To create a virtual IP address
- Open the Network Connections.
- Right-click the public network connection to be used and click Properties.
- Select Internet Protocol (TCP/IP) and click Properties.
- Click Advanced.
- In the IP Settings tab, click Add to add a virtual IP address and subnet mask.
To verify the initialization file settings, if a PFILE is used
- Open the Registry Editor.
From the Start menu, choose Run. In the Open field, enter regedit and click OK.
- Double-click the ORA_SID_PFILE registry key at HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME_ID\.
The variable SID represents the database instance.
- Verify that the Value data field specifies the correct path at which the initialization file, init.ora, is located.
To verify the initialization file settings, if an SPFILE is used
- Run sqlplus.exe.
- Connect to the database.
- Verify the following query returns the correct path of the SPFILE.
select value from v$parameter where name = 'spfile'
To update the Oracle configuration files
- In the
listener.ora
andtnsnames.ora
files, change the host name for all the TCP protocol address databases to the virtual IP address that you created.Replace
HOSTNAME=machine_name
with
HOSTNAME=virtual_IP_address
- In the initialization file, change the dispatchers parameter.
Oracle requires an initialization file, a PFILE or an SPFILE, to start database instances. Choose the appropriate reference depending on the initialization file you use.
- Restart the Oracle and listener services.