Please enter search query.
Search <book_title>...
Veritas InfoScale 7.3.1 Release Notes - Windows
Last Published:
2017-12-15
Product(s):
InfoScale & Storage Foundation (7.3.1)
- Release notes for Veritas InfoScale
- Limitations
- Deployment limitations
- Cluster management limitations
- Storage management limitations
- Multi-pathing limitations
- Replication limitations
- Solution configuration limitations
- Internationalization and localization limitations
- Interoperability limitations
- Known issues
- Deployment issues
- Cluster management issues
- Cluster Server (VCS) issues
- Cluster Manager (Java Console) issues
- Global service group issues
- VMware virtual environment-related issues
- Cluster Server (VCS) issues
- Storage management issues
- Storage Foundation
- VEA console issues
- Snapshot and restore issues
- Snapshot scheduling issues
- Storage Foundation
- Multi-pathing issues
- Replication issues
- Solution configuration issues
- Disaster recovery (DR) configuration issues
- Fire drill (FD) configuration issues
- Quick recovery (QR) configuration issues
- Internationalization and localization issues
- Interoperability issues
- Miscellaneous issues
- Fibre Channel adapter issues
- Deployment issues
HTC resource probe operation fails and reports an UNKNOWN state
This issue occurs after successfully installing the HTC agent and creating a HTC resource. If you try to probe the HTC resource, the probe operation fails and the state is reported as UNKNOWN. This is because the existing HTC.dll in the VCS bin needs to be replaced with the updated Default50Agent.dll
Workaround: To resolve this issue, you need to replace the HTC.dll with Default50Agent.dll
Perform the following steps using the CLI:
- Stop the HTC agent using the following CLI command:
haagent -stop HTC -sys <systemname>
- Delete the existing HTC.dll from %vcs_home%\bin\HTC
- Copy Default50Agent.dll from %vcs_home%\bin to %vcs_home%\bin\HTC
- Rename Default50Agent.dll to HTC.dll in the %vcs_home%\bin\HTC folder.
- Start the HTC agent using the following CLI command:
haagent -start HTC -sys <systemname>