Download and install Cisco FC switch RCF files in a MetroCluster FC configuration
You must download the reference configuration file (RCF) to each switch in the MetroCluster fabric configuration.
This task requires file transfer software, such as FTP, Trivial File Transfer Protocol (TFTP), SFTP, or Secure Copy Protocol (SCP), to copy the files to the switches.
These steps must be repeated on each of the Cisco FC switches in the MetroCluster fabric configuration.
You must use the supported switch software version.
There are four RCFs, one for each of the four switches in the MetroCluster fabric configuration. You must use the correct RCFs for the switch model you are using.
Switch |
RCF |
|---|---|
FC_switch_A_1 |
|
FC_switch_A_2 |
|
FC_switch_B_1 |
|
FC_switch_B_2 |
|
|
|
The outputs shown are for Cisco IP switches; however, these steps are also applicable for Cisco FC switches. |
-
Download the Cisco FC RCFs from the MetroCluster RCF download page.
-
Copy the RCFs to the switches.
-
Copy the RCF to the first switch:
copy sftp://root@FTP-server-IP-address/tftpboot/switch-specific-RCF bootflash: vrf managementIn this example, the
NX3232_v1.80_Switch-A1.txtRCF is copied from the SFTP server at10.10.99.99to the local bootflash. You must use the IP address of your TFTP/SFTP server and the file name of the RCF that you need to install.IP_switch_A_1# copy sftp://root@10.10.99.99/tftpboot/NX3232_v1.8T-X1_Switch-A1.txt bootflash: vrf management root@10.10.99.99's password: password sftp> progress Progress meter enabled sftp> get /tftpboot/NX3232_v1.80_Switch-A1.txt /bootflash/NX3232_v1.80_Switch-A1.txt Fetching /tftpboot/NX3232_v1.80_Switch-A1.txt to /bootflash/NX3232_v1.80_Switch-A1.txt /tftpboot/NX3232_v1.80_Switch-A1.txt 100% 5141 5.0KB/s 00:00 sftp> exit Copy complete, now saving to disk (please wait)... IP_switch_A_1#
-
Repeat the previous substep for each of the other three switches, being sure to copy the matching RCF to the corresponding switch.
-
-
Verify on each switch that the RCF is present in each switch's
bootflashdirectory:dir bootflash:The following example shows that the files are present on IP_switch_A_1:
IP_switch_A_1# dir bootflash: . . . 5514 Jun 13 22:09:05 2017 NX3232_v1.80_Switch-A1.txt . . . Usage for bootflash://sup-local 1779363840 bytes used 13238841344 bytes free 15018205184 bytes total IP_switch_A_1# -
Copy the matching RCF from the local bootflash to the running configuration on each switch:
copy bootflash:switch-specific-RCF.txt running-config -
Copy the RCFs from the running configuration to the startup configuration on each switch:
copy running-config startup-configYou should see output similar to the following:
IP_switch_A_1# copy bootflash:NX3232_v1.80_Switch-A1.txt running-config IP_switch_A_1# copy running-config startup-config
-
Reload the switch:
reloadIP_switch_A_1# reload
-
Repeat the previous steps on the other three switches in the MetroCluster IP configuration.