Configuring Network Interfaces for Replication
530-0267-00 Rev 02
7700 Flash Storage Platform Installation Guide 7.6.3.x
131
11.
Re-enable HA, by issuing the following commands:
12.
Inspect HA, by issuing the following commands:
Configuring Site 2, 7700 FSP Controller A
1.
Log into the site2 7700 FSP Controller A CLI by using its login credentials.
2.
Disable HA by issuing the following command:
3.
Configure
rep0
by issuing the following commands:
For example:
4.
Add a replication route from
rep0
to Site2 by setting a static replication route for each
replication interface, as shown:
For example:
5.
Inspect the static replication route, as shown:
6.
Make the replication route persistent by creating or editing an existing route file to reload the
route after a 7700 FSP Controller reboot.
Use vi (or any text editor) to add a line, insert, write, quit, and then confirm the file access rights
as shown:
[controller-a ~]# isscli enableha -s <site1-cont-a-ipaddress> -u root -
p <password> -S <site1-cont-b-ipaddress> -U root -P <password> -pcu
admin -pcp admin -ar -X 60
[controller-a ~]# sms
[controller-a ~]# isscli getfailoverstatus
[controller-a ~]# isscli disableha -s <site2-cont-a-ipaddress> -u root
-p <password> -S <site2-cont-b-ipaddress> -U root -P <password>
[controller-a ~]# networkconfig.sh initialize
[controller-a ~]# networkconfig.sh setnic rep0 no 1500 1 -1 <site2-rep-
ipaddress> <site2-netmask>
networkconfig.sh setnic rep0 no 1500 1 -1 192.168.2.11 255.255.255.248
[mg-a ~]# networkconfig.sh finalize
[mg-a ~]# networkconfig.sh restart 1 1 1
[mg-a ~]# concerto start update
[mg-a ~]# ifconfig rep0 up
[controller-a ~]# ip route add <site1-rep-network> via <site2-rep-
gateway> dev rep0
ip route add 192.168.1.8 via 192.168.2.9 dev rep0
[controller-a ~]# ip route
[controller-a ~]# ping -I rep0 <site1-rep0-ipaddress> -c 5 -s 1500
[controller-a ~]# traceroute <site1-rep0-ipaddress>
[controller-a ~]# vi /etc/sysconfig/network-scripts/route-rep0
[controller-a ~]# chmod a+rx route-rep0