Please enter search query.
Search <book_title>...
Veritas Access Appliance 8.3 Release Notes
Last Published:
2025-04-11
Product(s):
Appliances (8.3)
Platform: Veritas 3360,Veritas 3350,Veritas 3340
- Overview of Access Appliance
- Changes in this release
- Software limitations
- Limitations related to installation and upgrade
- Limitation related to replication
- Known issues
- Access Appliance known issues
- CIFS issues
- General issues
- GUI issues
- Infrastructure issues
- Installation and configuration issues
- MSDP-C issues
- Networking issues
- NFS issues
- ObjectAccess issues
- Replication issues
- STIG issues
- Storage issues
- Upgrade issues
- Veritas Data Deduplication issues
- Access Appliance operational notes
- CIFS issues
- Access Appliance known issues
- Getting help
CIFS share created on Access Appliance 8.x version may not be accessible if all the virtual IPs are on a VLAN device
If you create a CIFS share on Access Appliance 8.x where all the virtual IPs are on a VLAN device, the CIFS share created may not be accessible. This occurs because a dedicated IP has not been specified to be used for the share. For example:
cifs> share add <share path> sharename <share_options>
If a virtual IP is provided in the share name (segregated CIFS share) , then the created CIFS share is accessible.
(IA-45708)
Workaround:
If you want to create a CIFS share on Access Appliance 8.x, where all the virtual IPs are on a VLAN device, you can use any of following two methods:
cifs> share add <share path> sharename[@virtual_ip] <share_options>
For example:
cifs> share add fs_cifs share1@192.168.10.142 rw,full_acl
OR
cifs> share add <share path> sharename share_options,ip=<virtual_ip>
For example:
cifs> share add fs_cifs share1 rw,full_acl,ip=192.168.10.142