• 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 Minio on Opensuse15.1

  • 00:32 cat /etc/os-release
  • 00:36 wget https://dl.minio.io/server/minio/release/linux-amd64/minio
  • 01:08 chmod +x minio
  • 01:18 ./minio server /mnt/
{{postValue.id}}

How to Install Minio on Opensuse15.1

Use the below command To check the installed version of operating system

LinuxHelp:~ # cat /etc/os-release 
NAME="openSUSE Leap"
VERSION="15.1 "
ID="opensuse-leap"
ID_LIKE="suse opensuse"
VERSION_ID="15.1"
PRETTY_NAME="openSUSE Leap 15.1"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:leap:15.1"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org/"

Use this link to download the minio from the official site

LinuxHelp:~ # wget https://dl.minio.io/server/minio/release/linux-amd64/minio
--2019-11-09 03:42:36--  https://dl.minio.io/server/minio/release/linux-amd64/minio
Resolving dl.minio.io (dl.minio.io)... 178.128.69.202
Connecting to dl.minio.io (dl.minio.io)|178.128.69.202|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 43855872 (42M) [application/octet-stream]
Saving to: ‘minio’
minio                        100%[==============================================>]  41.82M   231KB/s    in 2m 54s  
2019-11-09 03:45:31 (246 KB/s) - ‘minio’ saved [43855872/43855872]

Long listing the current directory

LinuxHelp:~ # ll
total 42840
-rw------- 1 root root     1332 Oct 22 04:54 .ICEauthority
-rw------- 1 root root      176 Oct 22 04:52 .bash_history
drwx------ 1 root root      250 Oct 20 22:25 .cache
drwxr-xr-x 1 root root      176 Oct 20 22:22 .config
drwx------ 1 root root       66 Oct 20 22:22 .gnupg
drwx------ 1 root root       10 Oct 20 22:22 .local
drwx------ 1 root root        0 Oct 20 22:22 .ssh
drwxr-xr-x 1 root root       20 Oct 20 22:34 .vim
-rw------- 1 root root     2629 Oct 22 04:52 .viminfo
drwxr-xr-x 1 root root        0 Oct 20 22:22 Desktop
drwxr-xr-x 1 root root        0 Oct 20 22:22 Documents
drwxr-xr-x 1 root root        0 Oct 20 22:22 Downloads
drwxr-xr-x 1 root root        0 Oct 20 22:22 Music
drwxr-xr-x 1 root root        0 Oct 20 22:22 Pictures
drwxr-xr-x 1 root root        0 Oct 20 22:22 Public
drwxr-xr-x 1 root root        0 Oct 20 22:22 Templates
drwxr-xr-x 1 root root        0 Oct 20 22:22 Videos
drwxr-xr-x 1 root root        0 Mar 11  2019 bin
drwxr-xr-x 1 root root       36 Oct 21 03:26 inst-sys
-rw-r--r-- 1 root root 43855872 Oct 12 07:10 minio

Give execute permission for the minio

LinuxHelp:~ # chmod +x minio 

Use the below command to start the minio server

LinuxHelp:~ # ./minio server /mnt/
Endpoint:  http://192.168.7.231:9000  http://127.0.0.1:9000    
AccessKey: OMASHWGKQQUQLQAHUEVV 
SecretKey: fl2UqAtvLFfhDi26KxVw44qWWT+WNYjfW3RoS0DH 
Browser Access:
   http://192.168.7.231:9000  http://127.0.0.1:9000    
Command-line Access: https://docs.min.io/docs/minio-client-quickstart-guide
   $ mc config host add myminio http://192.168.7.231:9000 OMASHWGKQQUQLQAHUEVV fl2UqAtvLFfhDi26KxVw44qWWT+WNYjfW3RoS0DH
Object API (Amazon S3 compatible):
   Go:         https://docs.min.io/docs/golang-client-quickstart-guide
   Java:       https://docs.min.io/docs/java-client-quickstart-guide
   Python:     https://docs.min.io/docs/python-client-quickstart-guide
   JavaScript: https://docs.min.io/docs/javascript-client-quickstart-guide
   .NET:       https://docs.min.io/docs/dotnet-client-quickstart-guide

Then navigate the browser to open the minio without stoping the currently running minio server 1

In-Browser Address bar, give Endpoint Details, which has copied from minio terminal 2

In-Browser, Copy and paste the Access Key and Secret Key credential from the minio terminal 3

Then click on login option to open a minio storage location in the browser, where you can store unstructured Databases 4

with this, Method to Install Minio on opensuse15.1 comes to end

Tags:
michael
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

What is meant by Minio in Linux?

A

Minio is a cloud storage server compatible with Amazon S3, released under Apache License v2. which is mainly used to store unstructured data like photos, videos, log files, backups and container images as objects.

Q

How to configure multiple locations on minio?

A

For configure multiple locations on minio, use the following link as given below "https://www.linuxhelp.com/how-to-configure-multiple-locations-on-minio-in-centos/"

Q

What is Amazon S3 Bucket?

A

Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance.

Q

What is the object size limit in minio?

A

The object size limit in minio is 5TB

Q

Is a minio opensource?

A

Yes, Minio is an opensource object storage server

Load more

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 Lucas ?
Various options in Top command

Am using Top command only to view the load average, what are the various options in Top command..??

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.