Rate This Document
Findability
Accuracy
Completeness
Readability

Deploying BeeGFS on n1

  1. Go to the installation directory.
    /root/v7-7.2.2
  2. Install the RPM packages.
    rpm -ivh beegfs-common-7.2.2-el7.noarch.rpm beegfs-mgmtd-7.2.2-el7.aarch64.rpm
  3. Configure the node.
    /opt/beegfs/sbin/beegfs-setup-mgmtd -p /data/beegfs/beegfs_mgmtd
  4. Start the service and enable it to start as the system boots.
    systemctl start beegfs-mgmtd
    systemctl enable beegfs-mgmtd