Please enter search query.
Search <book_title>...
Veritas Access Appliance Release Notes
Last Published:
2022-12-29
Product(s):
Appliances (7.4.2)
Platform: 3340
- Overview of Veritas Access
- Software limitations
- Limitations related to installation and upgrade
- Limitation related to replication
- Known issues
- Veritas Access known issues
- Access Appliance issues
- Access Appliance operational notes
- Admin issues
- CIFS issues
- General issues
- GUI issues
- Installation and configuration issues
- Internationalization (I18N) issues
- Networking issues
- NFS issues
- ObjectAccess issues
- OpenDedup issues
- OpenStack issues
- Replication issues
- SDS known issues
- Storage issues
- System issues
- Target issues
- Upgrade issues
- Veritas Data Deduplication issues
- Access Appliance issues
- Veritas Access known issues
- Getting help
NLMGroup service goes into a FAULTED state when the private IP (x.x.x.2) is not free
The Veritas installer assigns the 172.16.0.2 IP as the NLM master IP in the /etc/VRTSvcs/conf/config/main.cf
file. It does not select it from the private IP range that is provided by the user. The installer does not check if the 172.16.0.2 IP is pingable or not. If that IP has already been used, the NLMGroup service goes into FAULTED state post-installation.
(IA-14577)
Workaround:
Execute the following commands on any node to replace the IP address on all the cluster nodes:
haconf -makerw
hares -modify nlmmasterIP IP_address
Where IP_address is the free private IP.
haconf -dump -makero
Clear the fault using the following command:
hagrp -clear NLMGroup
Bring the service group online on the desired node using the following command:
hagrp -online NLMGroup -sys target_node
Where target_node is the target node