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
include "types.cf" cluster cluskj ( UserNames = { a = annH } Administrators = { a } ) system KRN-EX1 ( ) group sgkj ( SystemList = { KRN-EX1 = 0 } AutoStartList = { KRN-EX1 } ) IP sgkj-IP ( Address = "10.217.57.32" SubNetMask = "255.255.252.0" MACAddress @KRN-EX1 = 00-50-56-8D-56-AA ) MountV sgkj-MountV ( MountPath = "K:" VolumeName = OraVol VMDGResName = sgkj-VMDg ) NIC sgkj-NIC ( MACAddress @KRN-EX1 = 00-50-56-8D-56-AA ) Netlsnr Netlsnr-LISTENER ( ServiceName = OracleOraDb11g_home1TNSListener ) Oracle Oracle-DB1 ( ServiceName = OracleServiceDB1 Domain = "vcsnetapp.com" SID = DB1 UserName = administrator EncryptedPasswd = FTLrITiNFlGLhLIlJ ) VMDg sgkj-VMDg ( DiskGroupName = OraDG DGGuid = 2c9d16a8-cbf1-452a-a0d9-e05abfa1912e ) Oracle-DB1 requires Netlsnr-LISTENER Oracle-DB1 requires sgkj-MountV Netlsnr-LISTENER requires sgkj-IP sgkj-MountV requires sgkj-VMDg sgkj-IP requires sgkj-NIC