Please enter search query.
Search <book_title>...
Veritas InfoScale 7.0 Installation and Upgrade Guide - Windows
Last Published:
2018-09-04
Product(s):
InfoScale & Storage Foundation (7.0)
Platform: Windows
- Preinstallation and planning
- Installing the Infoscale products
- Installing the server components using the product installer
- Installing the server components using CLI
- Upgrading to InfoScale products
- Performing the post upgrade tasks
- Administering InfoScale product installation
- Uninstalling InfoScale products
- Performing application upgrades in an InfoScale environment
- Upgrading Microsoft SQL Server
- Upgrading SQL Server 2008 to SQL Server 2008 R2
- Upgrading to later versions of SQL Server
- Upgrading SQL Server 2008 to SQL Server 2008 R2
- Upgrading Oracle
- Upgrading application service packs in an InfoScale environment
- Upgrading Microsoft SQL Server
- Appendix A. Services and ports
- Appendix B. Migrating from 3rd party multi-pathing solution to Dynamic Multi-pathing
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 HAD. Type the following on the command prompt:
C:\> hastart
- Offline the Netlsnr resource. Type the following on the command prompt:
C:\> hares -offline resource_name -sys system_name
- Modify the ServiceName attribute for the Netlsnr resource. Type the following on the command prompt:
C:\> hares -modify resource_name attribute_name attribute_value
For example, to modify the ServiceName attribute of the Netlsnr resource, Netlsnr_res, type:
C:\> hares -modify Netlsnr_res ServiceName attribute_value
where, attribute_value is the name of the listener service in Oracle 9i or 10g versions.
- Online the Netlsnr resource. Type the following on the command prompt:
C:\> hares -online resource_name -sys system_name