Configure Secure Communication between Fabric Components in FMHA

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

Follow these steps:

  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
  3. Set the permissions of the tar file using the following commands:
    chmod 666 /home/admin/stepca.tar
  4. Copy the tar file to all standby instances in the /home/admin/ directory using scp:
    scp /home/admin/stepca.tar <standby-node>:/home/admin/
  5. Download the runstepca_fmha script from the Community Portal.
  6. Log in to the standby instance using CLI.
  7. Copy the script in the standby instance in the /home/admin directory and execute it using the following command:
    sh /home/admin/runstepca_fmha