Please enter search query.
Search <book_title>...
Veritas InfoScale™ 7.4.1 Installation and Upgrade Guide - Windows
Last Published:
2019-04-18
Product(s):
InfoScale & Storage Foundation (7.4.1)
Platform: Windows
- Preinstallation and planning
- About InfoScale licenses
- Installing the Veritas InfoScale products
- Upgrading to InfoScale products
- Performing the post upgrade tasks
- 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