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
If you use a PFILE (initSID.ora)
Configure the PFILE to use the virtual IP address for the service group and set the database to use the OS authentication model of Oracle.
To configure the PFILE follow these steps:
- Edit the dispatchers parameter by adding or editing the HOST parameter. If the ADDRESS tag does not appear, add it. The edited dispatchers parameter should look like:
dispatchers = '(ADDRESS=(Protocol=TCP) (HOST=virtual_IP_address) (other entries))'
The variable virtual_IP_address represents the virtual IP address that you created. For example:
dispatchers = '(ADDRESS=(Protocol=TCP) (HOST=10.100.101.102)(SERVICE=Data1XDB)'
- Configure the attribute remote_login_passwordfile. Arctera recommends setting the attribute to NONE so that the database uses the operating system authentication and the configuration does not require a password file.
A sample entry appears as: remote_login_passwordfile = 'NONE'