Please enter search query.
Search <book_title>...
Veritas Access Release Notes
Last Published:
2020-10-16
Product(s):
Access (7.4.2)
Platform: Linux
- Overview of Veritas Access
- Fixed issues
- Software limitations
- Flexible Storage Sharing limitations
- Limitations related to installation and upgrade
- Limitation related to replication
- Known issues
- Veritas Access known issues
- Admin issues
- Backup issues
- CIFS issues
- Deduplication issues
- FTP 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
- SmartIO issues
- Storage issues
- System issues
- Target issues
- Upgrade issues
- Veritas Data Deduplication 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.
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.