• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to install and configure MinIO with daemon services on Rocky Linux 8.6

  • 00:34 cat /etc/os-release
  • 00:45 useradd -s /bin/bash -d /opt/minio minio
  • 01:08 mkdir -p /opt/minio/bin
  • 01:29 wget https://dl.minio.io/server/minio/release/linux-amd64/minio
  • 01:48 chmod +x /opt/minio/bin/minio
  • 02:02 chown -R minio:minio /opt/minio/bin/minio
  • 02:23 vim /opt/minio/minio.conf
  • 03:03 vim /etc/systemd/system/minio.service
  • 03:34 systemctl disable firewalld.service
  • 03:45 setenforce 0
  • 03:55 systemctl status minio.service
  • 06:00 cd /opt/minio/data/
  • 06:05 ls -la
{{postValue.id}}

To Install And Configure MinIO With Daemon Services On Rocky Linux 8.6

Introduction:

MinIO is software-defined high-performance object storage licensed under the GNU Affero General Public License v3.0. MinIO is compatible with Amazon's S3 cloud storage service. MinIO provides high-performance infrastructure for machine learning, analytics, and application data workloads.

Installation Procedure:

Step 1: Check the installed version of OS by using the below command

[root@linuxhelp ~]# cat /etc/os-release 
NAME="Rocky Linux"
VERSION="8.6 (Green Obsidian)"
ID="rocky"
ID_LIKE="rhel centos fedora"
VERSION_ID="8.6"

Step 2: Add user for MinIO in Specific directory by using the below command

[root@linuxhelp ~]# useradd -s /bin/bash -d /opt/minio minio

Step 3: Create the directory for download MinIO by using the below command

[root@linuxhelp ~]# mkdir -p /opt/minio/bin

Step 4: Switch the directory by using the below command

[root@linuxhelp ~]# cd /opt/minio/bin/

Step 5: Download MinIO Package by using the below command

[root@linuxhelp bin]# wget https://dl.minio.io/server/minio/release/linux-amd64/minio
--2022-06-29 00:43:36--  https://dl.minio.io/server/minio/release/linux-amd64/minio
Resolving dl.minio.io (dl.minio.io)... 178.128.69.202, 138.68.11.125
Connecting to dl.minio.io (dl.minio.io)|178.128.69.202|:443... connected.

HTTP request sent, awaiting response... 200 OK
Length: 95862784 (91M) [application/octet-stream]
Saving to: ‘minio’
minio                   100%[=============================>]  91.42M  6.86MB/s    in 30s     

Step 6: Change the permission and ownership for downloaded MinIO fire by using the below command

[root@linuxhelp bin]# chmod +x /opt/minio/bin/minio
[root@linuxhelp bin]# chown -R minio:minio /opt/minio/bin/minio

Step 7: List the MinIO to check ownership and permission by using the below command

[root@linuxhelp bin]# ls -la
total 93616
drwxr-xr-x. 2 root  root        19 Jun 29 00:43 .
drwx------. 4 minio minio       89 Jun 29 00:42 ..
-rwxr-xr-x. 1 minio minio 95862784 Jun 26 11:50 minio

Step 8: Create the MinIO volumes configuration file by using the below command

[root@linuxhelp bin]# vim /opt/minio/minio.conf
MINIO_VOLUMES=/opt/minio/data

Step 9: Add Minio systemd service file by using the below command

[root@linuxhelp bin]# vim /etc/systemd/system/minio.service

Step 10: Disable firewalld services by using the below command

[root@linuxhelp bin]# systemctl disable firewalld.service 
Removed /etc/systemd/system/multi-user.target.wants/firewalld.service.
Removed /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service.

Step 11: Disable SE-Linux by using the below command

[root@linuxhelp bin]# setenforce 0

Step 12: Enable MinIO services by using the below command

[root@linuxhelp bin]# systemctl enable minio
Created symlink /etc/systemd/system/multi-user.target.wants/minio.service → /etc/systemd/system/minio.service.

Step 13: Start MinIO services by using the below command

[root@linuxhelp bin]# systemctl start minio.service

Step 14: Check MinIO status by using the below command

[root@linuxhelp bin]# systemctl status  minio.service 
● minio.service - Minio
   Loaded: loaded (/etc/systemd/system/minio.service; enabled; vendor preset: disabled)
   Active: active (running) since Wed 2022-06-29 00:46:50 EDT; 11s ago
     Docs: https://docs.minio.io
Process: 39684 ExecStartPre=/bin/bash -c [ -n "${MINIO_VOLUMES}" ] || echo "Variable MINIO_>
 Main PID: 39685 (minio)

    Tasks: 7 (limit: 17274)
   Memory: 72.3M

Step 15: Go to the browser and search IP with MinIO port number as shown in the below image snap 1

Step 16: Login console as shown in the below image snap 2

Step 17: This is the Dashboard page of MinIO snap 3

Step 18: Click on create bucket as shown in the below image snap 4

Step 19: Enter the name and click create bucket as shown in the below image snap 5

Step 20: To check this go to the MinIO volumes on terminal by using the below command

[root@linuxhelp ~]# cd /opt/minio/data/

Step 21: List the directory by using the below command

[root@linuxhelp data]# ls -la
total 0
drwxr-xr-x. 4 minio minio  36 Jun 29 00:49 .

drwx------. 6 minio minio 133 Jun 29 00:46 ..
drwxr-xr-x. 8 minio minio 108 Jun 29 00:46 .minio.sys
drwxr-xr-x. 2 minio minio   6 Jun 29 00:49 test

test is the bucket which we create in minio 

Conclusion:

We have reached the end of this article. In this guide, we have walked you through the steps required to install and configure MinIO with daemon services on Rocky Linux 8.6. Your feedback is much welcome.

Tags:
connor
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

What is meant by MinIO?

A

MinIO is an open-source object storage server, which has the fastest serves that perform high and it is widely used to store unstructured data.

Q

What is the use of Deploying MinIO on Kubernetes?

A

MinIO usually performs at a high rate and while deploying on Kubernetes it provides a cloud-native environment.

Q

What are the components of the MinIO Storage stack?

A

MinIO storage stacks have three components, which are MinIO Server, MinIO Client, and MinIO Client SDK

Q

What is the use of MinIO Client?

A

The alternate source of UNIX commands is been provided and it also holds up the file system and Amazon S3-compatible cloud storage service.

Q

What is the usage of MinIO Client SDK?

A

Its major purpose is to execute bucket and object operations that is available to any of the Amazon S3-compatible cloud storage service.

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help keel johnston ?
Unhide the folders on windows Explorer

Give any solutions to unhide folder using command prompt?

forum3

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.