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
Modifying the ServiceName attribute for the netlsnr resource
Perform the following steps to modify the ServiceName attribute for the Netlsnr resource.
To modify the ServiceName attribute
- Start the high availability daemon (HAD).
Type the following on the command prompt:
hastart
- Take the Netlsnr resource offline.
Type the following on the command prompt:
hares -offline resource_name -sys system_name
- Modify the ServiceName attribute for the Netlsnr resource.
Type the following on the command prompt:
hares -modify resource_name attribute_name attribute_value
For example, to modify the ServiceName attribute of the Netlsnr resource, Netlsnr_res, type:
hares -modify Netlsnr_res ServiceName attribute_value
where, attribute_value is the name of the listener service in Oracle 9i or 10g versions.
- Bring the Netlsnr resource online.
Type the following on the command prompt:
hares -online resource_name -sys system_name