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
Sample configuration file using FC initiator
include "types.cf" cluster merlin277 ( SecureClus = 1 ) system VCSNET277 ( ) system VCSNET278 ( ) group ora-fc ( SystemList = { VCSNET277 = 0, VCSNET278 = 1 } ) IP ora-fc-IP ( Address = "10.255.254.253" SubNetMask = "255.255.255.0" MACAddress @VCSNET277 = "00-11-43-33-1B-07" MACAddress @VCSNET278 = "00-11-43-33-1B-60" ) NIC ora-fc-NIC ( MACAddress @VCSNET277 = "00-11-43-33-1B-07" MACAddress @VCSNET278 = "00-11-43-33-1B-60" ) NetAppFiler ora-fc-NetAppFiler ( FilerName = vcsnetapp1 StorageIP = "10.255.254.252" ) NetAppSnapDrive ora-fc-NetAppSnapDrive ( FilerResName = ora-fc-NetAppFiler VolumeName = vol1 ShareName = data01 LUN = "sri3.lun" MountPath = K Initiator @VCSNET277 = { "21:00:00:e0:8b:19:bf:eb" } Initiator @VCSNET278 = { "21:00:00:e0:8b:19:d0:30" } ) Netlsnr Netlsnr-LISTENER ( ServiceName = OracleOraDb10g_home1TNSListener ) Oracle Oracle-MerlinB ( ServiceName = OracleServiceMerlinB DetailMonitor = 1 Domain = zen SID = MerlinB UserName = Administrator EncryptedPasswd = ckpOhqEooOloQkcIdiEif SQLFile = "C:\\Program Files\\Veritas\\cluster server\\bin\\Oracle\\check.SQL" ) Oracle-MerlinB requires ora-fc-NetAppSnapDrive Oracle-MerlinB requires ora-fc-IP Netlsnr-LISTENER requires Oracle-MerlinB ora-fc-NetAppSnapDrive requires ora-fc-NetAppFiler ora-fc-IP requires ora-fc-NIC