Please enter search query.
Search <book_title>...
Veritas Access Appliance Release Notes
Last Published:
2023-05-21
Product(s):
Appliances (8.0)
Platform: Access Appliance OS,Veritas 3340,Veritas 3350
- Overview of Access Appliance
- Changes in this release
- Fixed issues
- Software limitations
- Limitations related to installation and upgrade
- Limitation related to replication
- Known issues
- Access Appliance known issues
- Admin issues
- CIFS issues
- General issues
- GUI issues
- Infrastructure issues
- Installation and configuration issues
- Internationalization (I18N) issues
- MSDP-C issues
- Networking issues
- NFS issues
- ObjectAccess issues
- Replication issues
- STIG issues
- Storage issues
- System issues
- Upgrade issues
- Veritas Data Deduplication issues
- Access Appliance operational notes
- Access Appliance 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