Configure Secure Communication between Fabric Components in FMHA

IMPORTANT: After upgrading GigaVUE-FM to version 6.10 or later, complete the following steps before upgrading the Fabric Components to version 6.10 or later.

Follow these steps to configure secure communication in FMHA mode:

  1. Access the active GigaVUE-FM via CLI.
  2. Archive the stepCA directory using the following commands:
    sudo su
    cd /var/lib
    tar -cvf /home/admin/stepca.tar stepca
  1. Change the permissions of the tar file using the following commands:
    chmod 666 /home/admin/stepca.tar
  1. Copy the tar file to all standby instances in the /home/admin/ directory using scp:
    scp /home/admin/stepca.tar <standby-node>:/home/admin/
  2. Download the runstepca_fmha script from Community Portal.
  3. Access the standby instance using CLI.
  4. Copy the script in the standby instance in the /home/admin directory and execute it using the following command:
    sh /home/admin/runstepca_fmha