Deploying BeeGFS on n1
- Go to the installation directory.
/root/v7-7.2.2
- Install the RPM packages.
rpm -ivh beegfs-common-7.2.2-el7.noarch.rpm beegfs-mgmtd-7.2.2-el7.aarch64.rpm
- Configure the node.
/opt/beegfs/sbin/beegfs-setup-mgmtd -p /data/beegfs/beegfs_mgmtd
- Start the service and enable it to start as the system boots.
systemctl start beegfs-mgmtd systemctl enable beegfs-mgmtd
Parent topic: Node-specific Deployment