Please enter search query.
 
              Search <book_title>...
            
 
          Veritas InfoScale™ 8.0 Installation and Upgrade Guide - Windows
                Last Published: 
				2021-12-21
                
              
              
                Product(s): 
				InfoScale & Storage Foundation (8.0)
                 
              
              
                Platform: Windows
              
            - Preinstallation and planning
- About the Veritas InfoScale product suite
 - Supported hardware and software
 - Disk space requirements
 - Installation requirements
 - Requirements for installing InfoScale Storage in a Microsoft Failover Cluster
 - Recommendations and best practices
 - About InfoScale licenses
 - About telemetry data collection in InfoScale
 
 - Installing the Veritas InfoScale products
- About installing the InfoScale products
 - About the co-existence of InfoScale products
 - Installing the server components using the installation wizard
 - Applying the selected installation and product options to multiple systems
 - Installing the server components using the command-line installer
 - Parameters for Setup.exe
 - Available product options and supported DMP DSMs
 - Registering the InfoScale Storage resource DLLs
 - Installing the client components
 
 - Upgrading to InfoScale products
 - Performing the post upgrade tasks
- Deployment scenarios and applicable post upgrade tasks
 - Re-enabling Volume Replicator in a non-clustered environment
 - Re-enabling Volume Replicator in a Microsoft failover cluster environment
 - Reconnecting DMP DSM paths after the upgrade
 - Reconfiguring the Veritas InfoScale Messaging Service
 - Importing the configured rules
 - Upgrading clusters for stronger security
 - Reinstalling the custom agents
 - Including custom resources
 
 - 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
 
Associating the updated Oracle database with the listener
To associate the database with the listener
- Ensure that the initialization parameter file contains the following entries:
SERVICE_NAMES (the name of the database service)
INSTANCE_NAME (the name of the database instance)
These parameters are created during installation or database creation.
 - Use one of the following procedures  to configure the new attribute listener_alias:
Run the following SQL command:
SQL> ALTER SYSTEM SET LOCAL_LISTENER='<listener_alias>' scope=spfile;
OR
Add the following entry to the initialization parameter file (pfile or spfile):
LOCAL_LISTENER = <listener_alias>
 - Define the parameter listener_alias. If your Oracle configuration uses the file 
tnsnames.ora, edit the file as instructed below. The default location oftnsnames.orais %ORACLE_HOME%\NETWORK\ADMIN.Add the following to
tnsnames.orafile:<listener_alias>= (DESCRIPTION = (ADDRESS=(Protocol=TCP)(HOST=virtual_IP_address)(Port=1521)) )
 - Stop and restart the database.
The listener_alias parameter gets appended by the default domain name that is specified in the file
sqlnet.ora.