<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; MinIO</title>
	<atom:link href="http://www.osyunwei.com/archives/category/framework/bigdata/minio/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>minio从旧集群导出桶再上传到新集群导入桶</title>
		<link>https://www.osyunwei.com/archives/17060.html</link>
		<comments>https://www.osyunwei.com/archives/17060.html#comments</comments>
		<pubDate>Thu, 19 Mar 2026 16:18:57 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[MinIO]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=17060</guid>
		<description><![CDATA[在旧集群上操作 1、配置旧集群别名 旧集群别名：oldminio #进入安装目录 cd /data/server/minio/bin #设置旧集群别名 ./mc alias set oldminio http://192.168.253.8:6901 admin admin123 #检测别名 ./mc alias list 2、下载数据到新建临时目录 创建一个临时目录，比如 /tmp/minio_temp，然后执行递归拷贝 mkdir -p /tmp/minio_temp # 下载整个桶的内容 (保持目录结构) cd /data/server/minio/bin ./mc cp -r oldminio/filemanagementpublic /tmp/minio_temp 3、验证下载完整性 cd /data/server/minio/bin ./mc du oldminio/filemanagementpublic/ du -sh /tmp/minio_temp/filemanagementpublic # 查看本地下载的文件列表 ls -lh /tmp/minio_temp/filemanagementpublic ls -lhR /tmp/minio_temp/filemanagementpublic # 查看源端的文件列表 ./mc ls [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/17060.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/17060.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>不同网段的2个minio集群进行数据迁移</title>
		<link>https://www.osyunwei.com/archives/15615.html</link>
		<comments>https://www.osyunwei.com/archives/15615.html#comments</comments>
		<pubDate>Wed, 26 Mar 2025 16:15:24 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[MinIO]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15615</guid>
		<description><![CDATA[Linux下MinIO分布式安装部署 https://www.osyunwei.com/archives/13787.html 1、源集群和目的集群之间的网络要打通，集群之间要能互访，权限要正常 2、使用MinIO自带的mc命令进行数据迁移 3、在源集群或者目的集群中的任意1个节点上面执行mc命令操作 具体操作： 1、添加minio源集群和目的集群的别名 源集群别名：srcminio 目的集群别名：destminio #进入安装目录 cd /data/server/minio/bin #设置源集群别名 ./mc alias set srcminio http://192.168.128.196:6901 admin admin123 #设置目的集群别名 ./mc alias set destminio http://192.168.253.8:6901 admin admin123 #检测别名 ./mc alias list 2、进行数据同步 cd /data/server/minio/bin ./mc mirror --watch srcminio/ destminio/ #在后台执行 nohup ./mc mirror --watch srcminio/ destminio/ &#62; /data/server/minio/logs/mirror_all_buckets.log 2&#62;&#38;1 &#38; #查看日志 tail -f /data/server/minio/logs/mirror_all_buckets.log [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15615.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15615.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux下MinIO分布式安装部署</title>
		<link>https://www.osyunwei.com/archives/13787.html</link>
		<comments>https://www.osyunwei.com/archives/13787.html#comments</comments>
		<pubDate>Tue, 06 Jun 2023 06:21:22 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[MinIO]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=13787</guid>
		<description><![CDATA[MinIO简单说明： 1、MinIO是一个轻量的对象存储服务，非常适合于存储大容量非结构化的数据，例如图片、视频、日志文件、备份数据和容器/虚拟机镜像等。 2、MinIO使用简单，功能强大，支持各种平台，单个文件最大5TB，兼容 Amazon S3接口，提供了 Java、Python、GO等多版本SDK支持。 3、MinIO集群采用去中心化共享架构，每个结点是对等关系，通过Nginx可对MinIO进行负载均衡访问。 4、MinIO采用去中心化设计，在大数据领域，通常的设计理念都是无中心和分布式。 5、Minio分布式模式可以搭建一个高可用的对象存储服务，你可以使用这些存储设备，而不用考虑其真实物理位置。 6、Minio分布式模式将分布在不同服务器上的多块硬盘组成一个对象存储服务，由于硬盘分布在不同的节点上，分布式Minio避免了单点故障。 7、MinIO分布式模式下根目录/不可以做为MinIO的数据目录，MinIO官方建议MinIO集群最少4个节点。 8、分布式Minio使用的数据目录必须是干净的，里面不能有数据。 官方网站：https://min.io/ 下载地址（二进制包安装）：https://dl.min.io/server/minio/release/linux-amd64/minio MinIO客户端mc（二进制包安装）：https://dl.min.io/client/mc/release/linux-amd64/mc 安装部署 在所有节点执行操作 操作系统：CentOS-7.x 1、关闭SELINUX vi /etc/selinux/config #SELINUX=enforcing #注释掉 #SELINUXTYPE=targeted #注释掉 SELINUX=disabled #增加 :wq! #保存退出 setenforce 0 #使配置立即生效 2、开启防火墙 系统默认使用的是firewall作为防火墙，这里改为iptables防火墙。 MinIO默认API通信端口是9000，Console端口随机生成，生产环境建议修改。 API端口：6900 Console端口：6901 2.1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum remove firewalld [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/13787.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/13787.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux下MinIO单节点安装部署</title>
		<link>https://www.osyunwei.com/archives/13709.html</link>
		<comments>https://www.osyunwei.com/archives/13709.html#comments</comments>
		<pubDate>Thu, 01 Jun 2023 01:37:00 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[MinIO]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=13709</guid>
		<description><![CDATA[MinIO简单说明： 1、MinIO是一个轻量的对象存储服务，非常适合于存储大容量非结构化的数据，例如图片、视频、日志文件、备份数据和容器/虚拟机镜像等。 2、MinIO使用简单，功能强大，支持各种平台，单个文件最大5TB，兼容 Amazon S3接口，提供了 Java、Python、GO等多版本SDK支持。 3、MinIO集群采用去中心化共享架构，每个结点是对等关系，通过Nginx可对MinIO进行负载均衡访问。 4、MinIO采用去中心化设计，在大数据领域，通常的设计理念都是无中心和分布式。 5、Minio分布式模式可以搭建一个高可用的对象存储服务，你可以使用这些存储设备，而不用考虑其真实物理位置。 6、Minio分布式模式将分布在不同服务器上的多块硬盘组成一个对象存储服务，由于硬盘分布在不同的节点上，分布式Minio避免了单点故障。 7、MinIO分布式模式下根目录/不可以做为MinIO的数据目录，MinIO官方建议MinIO集群最少4个节点。 官方网站：https://min.io/ 下载地址（二进制包安装）：https://dl.min.io/server/minio/release/linux-amd64/minio MinIO客户端mc（二进制包安装）：https://dl.min.io/client/mc/release/linux-amd64/mc 安装部署 操作系统：CentOS-7.x 1、关闭SELINUX vi /etc/selinux/config #SELINUX=enforcing #注释掉 #SELINUXTYPE=targeted #注释掉 SELINUX=disabled #增加 :wq! #保存退出 setenforce 0 #使配置立即生效 2、开启防火墙 系统默认使用的是firewall作为防火墙，这里改为iptables防火墙。 MinIO默认API通信端口是9000，Console端口随机生成，生产环境建议修改。 API端口：6900 Console端口：6901 2.1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum remove firewalld 2.2、安装iptables防火墙 yum [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/13709.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/13709.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
