Please enter search query.
Search <book_title>...
InfoScale™ 9.0 Cluster Server Implementation Guide for Oracle - Windows
Last Published:
2025-04-13
Product(s):
InfoScale & Storage Foundation (9.0)
Platform: Windows
- Introducing the VCS agents for Oracle and NetApp
- Installing and configuring VCS
- Installing and configuring Oracle
- Prerequisites for installing Oracle
- Managing storage using Windows Logical Disk Manager
- Managing storage using NetApp filer
- Configuring Oracle on the first node
- Associating the database with the listener
- Configuring the Oracle database
- Configuring the Oracle service group
- Administering the Oracle service group
- Troubleshooting
- Appendix A. Resource type definitions
- Appendix B. Sample configuration
- Appendix C. Oracle Enterprise Manager 10g Grid Control with VCS
- Making the additional agent highly available
Configuring the listeners to use the virtual IP address
In the file listener.ora file, change the host name to the virtual IP address that you created. This is the same IP address that you specified for the IP (in case of IPv4) or IPv6 (in case of IPv6) resource in the temporary service group.
To configure listeners to use the virtual IP address
- From the Oracle Home, open the file listener.ora.
Typically, the default location of the file listener.ora is <ORACLE_HOME>\NETWORK\ADMIN\
- Edit the entry in listener.ora as follows:
Replace
HOST=machine_name
with
HOST=virtual_IP_address
- Save and close the listener.ora file.
- Restart the listener service from the Windows Services console.