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
The OpenDedup> volume list command may not show the node IP for a volume
In some cases, the Opendedup> volume list command does not display the node IP for the OpenDedup volume.
(IA-11232)
Workaround:
You can get the associated node IP for the OpenDedup volume using the following command.
# hares -display $(grep <OpenDedup_volume_name> /opt/VRTSnas/conf/odd_vipgrp_map.conf | awk '{ print $2 }' | tr -d 'group') -attribute Address | tail -1 | awk '{ print $NF }'
Where <OpenDedup_volume_name> is the name of the OpenDedup volume whose node IP does not get displayed.