Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

These instructions assume Swarm packages the Swarm zip file- downloaded from here- that looks like Swarm-v<version>-<date>.zip are unzipped to a new directory called /root/datacore.

  1. Install the EPEL release.

    1. Download the latest EPEL package.

      Code Block
      languagebash
      curl -fLO https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
    2. Install the downloaded RPM.

      Code Block
      languagebash
      yum install -y epel-release-latest-7.noarch.rpm
  2. If running Red Hat, enable the server extras repository.

    Code Block
    languagebash
    subscription-manager repos --enable=rhel-7-server-extras-rpms
  3. Copy '/root/datacore/Swarm-<version>/SCS/podman-packages-scs-<version>.tar and place it into the folder ‘/root/datacore’.

    Code Block
    cp /root/datacore/Swarm-<version>/SCS/podman-packages-scs-<version>.tar /root/datacore/
  4. Extract the file ‘podman-packages-scs-<version>.tar’.

    Code Block
    languagebash
    tar xvfcd /root/datacore/
    tar xvf podman-packages-scs-<version>.tar

...