Veritas Access Appliance Administrator's Guide
- Section I. Introducing Access Appliance
- Section II. Configuring Access Appliance
- Managing users
- Configuring the network
- Configuring authentication services
- Configuring user authentication using digital certificates or smart cards
- Section III. Managing Access Appliance storage
- Configuring storage
- Managing disks
- Access Appliance as an iSCSI target
- Configuring storage
- Section IV. Managing Access Appliance file access services
- Configuring the NFS server
- Setting up Kerberos authentication for NFS clients
- Using Access Appliance as a CIFS server
- About configuring CIFS for Active Directory (AD) domain mode
- About setting trusted domains
- About managing home directories
- About CIFS clustering modes
- About migrating CIFS shares and home directories
- About managing local users and groups
- Using Access Appliance as an Object Store server
- Configuring the NFS server
- Section V. Managing Access Appliance security
- Section VI. Monitoring and troubleshooting
- Configuring event notifications and audit logs
- About alert management
- Appliance log files
- Configuring event notifications and audit logs
- Section VII. Provisioning and managing Access Appliance file systems
- Creating and maintaining file systems
- Considerations for creating a file system
- About managing application I/O workloads using maximum IOPS settings
- Modifying a file system
- Managing a file system
- Creating and maintaining file systems
- Section VIII. Provisioning and managing Access Appliance shares
- Creating shares for applications
- Creating and maintaining NFS shares
- About the NFS shares
- Creating and maintaining CIFS shares
- About the CIFS shares
- About managing CIFS shares for Enterprise Vault
- Integrating Access Appliance with Data Insight
- Section IX. Managing Access Appliance storage services
- Configuring episodic replication
- Episodic replication job failover and failback
- Configuring continuous replication
- How Access Appliance continuous replication works
- Continuous replication failover and failback
- Using snapshots
- Using instant rollbacks
- Configuring episodic replication
- Section X. Reference
Configuring Access Appliance in IPv4 and IPv6 mixed mode
Access Appliance supports both IPv4 and IPv6 addresses. You can configure the Access Appliance cluster in an IPv4 environment, or an IPV6 environment, or in a mixed mode environment where you have both IPv4 and IPv6 addresses. You can use the Access Appliance services from the client by using IPv4 as well as IPv6 addresses but there are some limitations for specific services. When you configure Access Appliance in mixed mode, you are required to add both IPv4 and IPv6 physical IPs to the NIC(s) of all the cluster nodes.
Note:
If you want to use the Access Appliance service over an IPv4 address, then you must configure the IPv4 address on both Access Appliance and the client. Similarly, if you want to use the Access Appliance service over an IPv6 address, then you must configure the IPv6 address on both Access Appliance and the client. Access Appliance does not convert IPV4 addresses to IPV6 addresses and vice versa for communication.
You can use the below mentioned steps to convert an IPv4 Access Appliance cluster to mixed mode.
To convert an IPv4 Access Appliance cluster to mixed mode
- Install a Access Appliance cluster with IPv4 addresses.
- Connect to the cluster using the primary user credentials using the physical or primary IP of the cluster.
network> ip addr show IP Netmask/Prefix Device Node Type Status -- -------------- ------ ---- ---- ------ 192.168.30.10 255.255.252.0 pubeth0 vascan_01 Physical 192.168.30.11 255.255.252.0 pubeth0 vascan_02 Physical 192.168.30.12 255.255.252.0 pubeth0 vascan_02 Virtual ONLINE (Con IP) 192.168.30.13 255.255.252.0 pubeth0 vascan_02 Virtual ONLINE 192.168.30.14 255.255.252.0 pubeth0 vascan_01 Virtual ONLINE
- Add the physical IPv6 IP.
network> ip addr add 2001:0:0:0::11 64 physical pubeth0 vascan_01 ACCESS ip addr WARNING V-493-10-1027 Default gateway for IPv6 is not configured. ACCESS ip addr SUCCESS V-493-10-1381 ip addr add successful. network> ip addr add 2001:0:0:0::12 64 physical pubeth0 vascan_02 ACCESS ip addr WARNING V-493-10-1027 Default gateway for IPv6 is not configured. ACCESS ip addr SUCCESS V-493-10-1381 ip addr add successful.
- Add the virtual IPV6 IP.
network> ip addr add 2001:0:0:0::13 64 virtual pubeth0 ACCESS ip addr WARNING V-493-10-1027 Default gateway for IPv6 is not configured. ACCESS ip addr SUCCESS V-493-10-1381 ip addr add successful. network> ip addr add 2001:0:0:0::14 64 virtual pubeth0 ACCESS ip addr WARNING V-493-10-1027 Default gateway for IPv6 is not configured. ACCESS ip addr SUCCESS V-493-10-1381 ip addr add successful.
- Add the IPv6 default gateway.
network> ip route add all :: 0 via 2001:0:0:0::1
- Check the cluster configuration in mixed mode.
IP Netmask/Prefix Device Node Type Status -- -------------- ------ ---- ---- ------ 192.168.30.10 255.255.252.0 pubeth0 vascan_01 Physical 192.168.30.11 255.255.252.0 pubeth0 vascan_02 Physical 2001:0:0:0:0:0:0:11 64 pubeth0 vascan_01 Physical 2001:0:0:0:0:0:0:12 64 pubeth0 vascan_02 Physical 192.168.30.12 255.255.252.0 pubeth0 vascan_02 Virtual ONLINE (Con IP) 192.168.30.13 255.255.252.0 pubeth0 vascan_02 Virtual ONLINE 192.168.30.14 255.255.252.0 pubeth0 vascan_01 Virtual ONLINE 2001:0:0:0:0:0:0:13 64 pubeth0 vascan_01 Virtual ONLINE 2001:0:0:0:0:0:0:14 64 pubeth0 vascan_02 Virtual ONLINE
You can use the below mentioned steps to convert an IPv6 Access Appliance cluster to mixed mode.
To convert an IPv6 Access Appliance cluster to mixed mode
- Install a Access Appliance cluster with IPv6 addresses.
- Connect to the cluster using the primary user credentials using the physical or primary IP of the cluster.
network> ip addr show IP Netmask/Prefix Device Node Type Status -- -------------- ------ ---- ---- ------ 2001:0:0:0:0:0:0:112 64 pubeth0 vascan_01 Physical 2001:0:0:0:0:0:0:113 64 pubeth1 vascan_02 Physical 2001:0:0:0:0:0:0:114 64 pubeth0 vascan_01 Virtual ONLINE (Con IP) 2001:0:0:0:0:0:0:116 64 pubeth1 vascan_01 Virtual ONLINE
- Add the physical IPv4 IP.
network> ip addr add 192.168.30.10 255.255.252.0 physical pubeth0 vascan_01 ACCESS ip addr SUCCESS V-493-10-1381 ip addr add successful. network> ip addr add 192.168.30.11 255.255.252.0 physical pubeth1 vascan_02 ACCESS ip addr SUCCESS V-493-10-1381 ip addr add successful.
- Add the virtual IPV4 IP.
network> ip addr add 192.168.30.12 255.255.252.0 virtual pubeth0 ACCESS ip addr SUCCESS V-493-10-1381 ip addr add successful.1381 ip addr add successful. network> ip addr add 192.168.30.13 255.255.252.0 virtual pubeth1 ACCESS ip addr SUCCESS V-493-10-1381 ip addr add successful.
- Add the IPv4 default gateway.
network> ip route add all 0.0.0.0 0.0.0.0 via 192.168.30.1
- Check the cluster configuration in mixed mode.
network> ip addr show IP Netmask/Prefix Device Node Type Status -- -------------- ------ ---- ---- ------ 192.168.30.10 255.255.252.0 pubeth0 vascan_01 Physical 192.168.30.11 255.255.252.0 pubeth1 vascan_02 Physical 2001:0:0:0:0:0:0:112 64 pubeth0 vascan_01 Physical 2001:0:0:0:0:0:0:113 64 pubeth1 vascan_02 Physical 2001:0:0:0:0:0:0:114 64 pubeth0 vascan_01 Virtual ONLINE (Con IP) 192.168.30.12 255.255.252.0 pubeth0 vascan_01 Virtual ONLINE 192.168.30.13 255.255.252.0 pubeth1 vascan_02 Virtual ONLINE 2001:0:0:0:0:0:0:116 64 pubeth1 vascan_01 Virtual ONLINE