<?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; openEuler</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/openeuler/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>Sun, 10 May 2026 14:53:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>欧拉操作系统openEuler 24.03-LTS-SP1安装配置图解教程</title>
		<link>https://www.osyunwei.com/archives/14957.html</link>
		<comments>https://www.osyunwei.com/archives/14957.html#comments</comments>
		<pubDate>Mon, 20 Jan 2025 06:43:07 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[国产化OS]]></category>
		<category><![CDATA[openEuler]]></category>
		<category><![CDATA[国产化]]></category>
		<category><![CDATA[欧拉]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=14957</guid>
		<description><![CDATA[1、EulerOS是华为内部高性能计算项目，华为作为创始企业发起了openEuler开源社区，并将EulerOS相关的能力贡献到openEuler社区，后续EulerOS将基于openEuler进行演进，华为将欧拉开源操作系统（openEuler）正式捐赠给开放原子开源基金会。 2、openEuler是一个开源、免费的 Linux 发行版平台,将通过开放的社区形式与全球的开发者共同构建一个开放、多元和架构包容的软件生态体系。同时,openEuler 也是一个创新的平台,鼓励任何人在该平台上。 3、openEuler社区：https://www.openeuler.org/ 4、下载地址：https://mirrors.pku.edu.cn/openeuler/openEuler-24.03-LTS-SP1/ISO/x86_64/openEuler-24.03-LTS-SP1-x86_64-dvd.iso 一、安装openEuler-24.03-LTS-SP1 成功引导系统后，会出现下面的界面 界面说明： Install openEuler 24.03-LTS-SP1 #安装 Test this media &#38; install openEuler 24.03 LTS SP1 #测试安装文件并安装 Troubleshooting #修复故障 这里选择第一项，安装openEuler 24.03 LTS SP1 回车，进入下面的界面 语言选择界面，正式生产服务器建议安装英文版本。 这里我们选择中文-简体中文 继续 系统-安装目的地，进入磁盘分区界面 存储配置下选择自定义选项，点左上角的“完成”，进入下面的界面 新挂载点将使用以下分区方案：LVM 点左下角的“+”号 挂载点：/boot #boot分区的设备类型只能使用标准分区，不能使用LVM 期望容量：1024MB 添加挂载点，如下图所示 继续添加分区 /boot/efi 容量1024 添加挂载点 继续点左下角的“+”号 挂载点：/ 期望容量：留空 #默认为剩余所有空间 添加挂载点 完成 接受更改 软件选择 界面说明： [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/14957.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/14957.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>openEuler 22.03 LTS SP1安装部署openGauss-5.0.0</title>
		<link>https://www.osyunwei.com/archives/13686.html</link>
		<comments>https://www.osyunwei.com/archives/13686.html#comments</comments>
		<pubDate>Thu, 25 May 2023 07:54:53 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[openGauss]]></category>
		<category><![CDATA[openEuler]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=13686</guid>
		<description><![CDATA[openGauss是由华为开源的一款关系型数据库，基于PostgreSQL数据库开发。 操作系统：openEuler 22.03 LTS SP1 官方网站：https://opengauss.org/zh/ 下载地址：https://opengauss.org/zh/download/ 注意：需要登录才能下载，要选择好操作系统和数据库对应的版本，这里我们选择openEuler 22.03对应的openGauss_5.0.0 企业版openGauss-5.0.0-openEuler-64bit-all.tar 操作系统安装： openEuler 22.03 LTS SP1安装配置图解教程 https://www.osyunwei.com/archives/13673.html 准备篇 1、关闭SELINUX vi /etc/selinux/config #SELINUX=enforcing #注释掉 #SELINUXTYPE=targeted #注释掉 SELINUX=disabled #增加 :wq! #保存退出 setenforce 0 #使配置立即生效 2、开启防火墙5432端口 系统默认使用的是firewall作为防火墙，这里改为iptables防火墙。 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 install iptables-services [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/13686.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/13686.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>openEuler 22.03 LTS SP1安装配置图解教程</title>
		<link>https://www.osyunwei.com/archives/13673.html</link>
		<comments>https://www.osyunwei.com/archives/13673.html#comments</comments>
		<pubDate>Wed, 24 May 2023 02:20:22 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[国产化OS]]></category>
		<category><![CDATA[openEuler]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=13673</guid>
		<description><![CDATA[1、EulerOS是华为内部高性能计算项目，华为作为创始企业发起了openEuler开源社区，并将EulerOS相关的能力贡献到openEuler社区，后续EulerOS将基于openEuler进行演进，华为将欧拉开源操作系统（openEuler）正式捐赠给开放原子开源基金会。 2、openEuler是一个开源、免费的 Linux 发行版平台,将通过开放的社区形式与全球的开发者共同构建一个开放、多元和架构包容的软件生态体系。同时,openEuler 也是一个创新的平台,鼓励任何人在该平台上。 3、openEuler社区：https://www.openeuler.org/ 4、下载地址：https://mirrors.nju.edu.cn/openeuler/openEuler-22.03-LTS-SP1/ISO/x86_64/openEuler-22.03-LTS-SP1-x86_64-dvd.iso 一、安装openEuler 22.03 LTS SP1 成功引导系统后，会出现下面的界面 界面说明： Install openEuler 22.03 LTS SP1 #安装 Test this media &#38; install openEuler 22.03 LTS SP1 #测试安装文件并安装 Troubleshooting #修复故障 这里选择第一项，安装openEuler 22.03 LTS SP1 回车，进入下面的界面 语言选择界面，正式生产服务器建议安装英文版本。 这里我们选择中文-简体中文 继续 系统-安装目的地，进入磁盘分区界面 存储配置下选择自定义选项，点左上角的“完成”，进入下面的界面 新挂载点将使用以下分区方案：LVM 点左下角的“+”号 挂载点：/boot  #boot分区的设备类型只能使用标准分区，不能使用LVM 期望容量：1024MB 添加挂载点，如下图所示 添加挂载点 分区前先规划好 / #剩余所有空间 备注：生产服务器建议单独再划分一个/data分区存放数据 继续点左下角的“+”号 挂载点：/ 期望容量：留空 #默认为剩余所有空间 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/13673.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/13673.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS-7.6迁移到openEuler20.03-LTS-SP1</title>
		<link>https://www.osyunwei.com/archives/13187.html</link>
		<comments>https://www.osyunwei.com/archives/13187.html#comments</comments>
		<pubDate>Thu, 19 Jan 2023 03:41:25 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[国产化OS]]></category>
		<category><![CDATA[openEuler]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=13187</guid>
		<description><![CDATA[1、x2openEuler工具是一款将源操作系统升级为目标操作系统的搬迁工具套件，当前支持将CentOS 7.x、CentOS 8.x升级至openEuler 22.03-LTS。 2、迁移工具下载 https://www.openeuler.org/zh/migration/ https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/x2openEuler/x86_64/Packages/x2openEuler-core-2.0.0-4.x86_64.rpm 3、迁移工具使用说明 https://docs.openeuler.org/zh/docs/20.03_LTS_SP1/docs/thirdparty_migration/x2openEuler-Userguide.html#%E7%89%B9%E6%80%A7%E6%8C%87%E5%8D%97 4、操作流程 4.1安装x2openEuler迁移工具 x2openEuler迁移工具需要安装在一台辅助机中（不进行系统升级的机器），辅助机控制需要系统迁移的机器进行升级，辅助机目前可采用CentOS7.x的系统，工具安装环境需开启工具TCP端口18082或者关闭防火墙，关闭SELinux。 注意： 切不可将 bclinux-x2openEuler 迁移工具安装在需要升级的机器中。 4.2安装迁移工具 #我们使用CentOS7.6作为辅助机 #安装迁移工具，在安装过程中需要下载安装依赖包，辅助机需要联网 yum install -y x2openEuler-core-2.0.0-4.x86_64.rpm 4.3运行启动脚本开启 web 服务 执行以下命令切换目录到 service 文件夹下： cd /usr/local/x2openEuler/portal/service sh service_start.sh 提示选择服务器网卡信息，根据需要进行设置，要保证辅助机和被迁移的机器能够互通。 端口设置，默认18082即可。 设置https，默认即可。 会提示设置gunicorn port，默认即可。 服务启动中，出现下面的界面说明web服务启动成功。 Web console is now running, go to: https://192.168.21.128:18082/x2openEuler/#/login 4.4进入web页面 需要一台能够访问辅助机的电脑，在Google浏览器中打开下面的地址 https://192.168.21.128:18082/x2openEuler/#/login 设置登录密码，需要数字、大小写字母、特殊符号 密码设置完成之后，登录系统 用户名默认为：x2openEulerAdmin 密码：之前设置的 选择新建任务-系统升级，会提示添加待升级的服务器信息 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/13187.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/13187.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
