centOS7 安装minio

编程知识 更新时间:2023-05-01 23:52:47

一、下载:minio
https://dl.min.io/server/minio/release/linux-amd64/minio

二、设置静态IP

三、上到服务器:/data/minio 目录下 

chmod -R 777 /data/minio
cd /data/minio
./minio server /data/miniodata --console-address :9002 --address :9001

##############启动后输出如下###################
WARNING: Detected Linux kernel version older than 4.0.0 release, there are some known potential performance problems with this kernel version. MinIO recommends a minimum of 4.x.x linux kernel version for best performance
Formatting 1st pool, 1 set(s), 1 drives per set.
Automatically configured API requests per node based on available memory on the system: 39
Finished loading IAM sub-system (took 0.0s of 0.1s to load data).
Status:         1 Online, 0 Offline. 
API: http://192.168.31.103:9001  http://172.31.0.1:9001  http://127.0.0.1:9001           
RootUser: minioadmin 
RootPass: minioadmin 

Console: http://192.168.31.103:9002 http://172.31.0.1:9002 http://127.0.0.1:9002      
RootUser: minioadmin 
RootPass: minioadmin 

Command-line: https://docs.min.io/docs/minio-client-quickstart-guide
   $ mc alias set myminio http://192.168.31.103:9001 minioadmin minioadmin

Documentation: https://docs.min.io
#################################

#放开防火墙端口:

firewall-cmd --zone=public --add-port=9001/tcp --permanent
firewall-cmd --zone=public --add-port=9002/tcp --permanent
firewall-cmd --reload

#浏览器输入:
http://192.168.31.103:9001

 

更多推荐

centOS7 安装minio

本文发布于:2023-04-24 15:14:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/218caff779cb874b8092561df0ec133d.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:minio

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!

  • 100933文章数
  • 26080阅读数
  • 0评论数