Searching...
Filters
SmallMediumLarge
Home Print Show Topic URL Previous Next

Configuring Veritas Access in IPv4 and IPv6 mixed mode

Veritas Access Administrator's Guide

Veritas Access supports both IPv4 and IPv6 addresses. You can configure the Veritas Access 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 Veritas Access services from the client by using IPv4 as well as IPv6 addresses but there are some limitations for specific services. When you configure Veritas Access in mixed mode, you are required to add both IPv4 and IPv6 physical IPs to the NIC(s) of all the cluster nodes.

If you want to use the Veritas Access service over an IPv4 address, then you must configure the IPv4 address on both Veritas Access and the client. Similarly, if you want to use the Veritas Access service over an IPv6 address, then you must configure the IPv6 address on both Veritas Access and the client. Veritas Access does not convert IPV4 addresses to IPV6 addresses and vice versa for communication.

Converting an IPv4 Veritas Access cluster to mixed mode

You can use the below mentioned steps to convert an IPv4 Veritas Access cluster to mixed mode.

To convert an IPv4 Veritas Access cluster to mixed mode

  1. Install a Veritas Access cluster with IPv4 addresses.

  2. Connect to the cluster using the master user credentials using the physical or master 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
  3. 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.
  4. 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.
  5. Add the IPv6 default gateway.

    network> ip route add all :: 0 via 2001:0:0:0::1
                      
    
  6. 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
    

Converting an IPv6 Veritas Access cluster to mixed mode

You can use the below mentioned steps to convert an IPv6 Veritas Access cluster to mixed mode.

To convert an IPv6 Veritas Access cluster to mixed mode

  1. Install a Veritas Access cluster with IPv6 addresses.

  2. Connect to the cluster using the master user credentials using the physical or master 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
  3. 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.
  4. 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.
  5. Add the IPv4 default gateway.

    network> ip route add all 0.0.0.0 0.0.0.0 via 192.168.30.1
                      
    
  6. 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