<?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; iSCSI</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/iscsi/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>Wed, 01 Apr 2026 08:27:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>使用FreeNAS构建ESXI网络共享存储iSCSI</title>
		<link>https://www.osyunwei.com/archives/6865.html</link>
		<comments>https://www.osyunwei.com/archives/6865.html#comments</comments>
		<pubDate>Mon, 02 Sep 2013 16:35:26 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[FreeNAS]]></category>
		<category><![CDATA[ESXI]]></category>
		<category><![CDATA[iSCSI]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=6865</guid>
		<description><![CDATA[说明： ESXI版本：ESXI 5.1 FreeNAS版本：FreeNAS-9.1.1-RELEASE-x64 FreeNAS服务器IP：192.168.115.142 FreeNAS Web管理入口：http://192.168.115.142 默认管理员用户名、密码为空，直接可以登录 具体操作： 一、在FreeNAS中创建可用于ESXI的网络存储iSCSI 1、在客户端浏览器中打开http://192.168.115.142 如下图所示： 点左边的System-Settings language：选择Simplified Chinese  #修改语言为中文简体 TimeZone：选择Asia/Shanghai  #时区修改为亚洲/上海 Save #保存配置 在浏览器中重新打开管理界面可以看到网页已经变为简体中文了。 2、在系统中添加iSCSI存储设备 打开：存储器-查看磁盘，出现下面的界面： 可以看到da1、da2、da3三块硬盘 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容 版权所有,转载请注明出处及原文链接 打开-存储器-ZFS Volume Manager，出现下面的界面 Volume Name：ESXI 选中：Available disks Volume layout：RaidZ  选中三块硬盘 点：Add Extra Device 添加卷 添加完成之后，出现下面的界面： 打开服务-iSCSI 点后面的小扳手图标 出现下面的界面： 点 Portals，再点Add入口，出现下面界面： 注释：192.168.115.142  #根据需要添加 IP地址：选择192.168.115.142  #FreeNAS服务器地址 端口：3260   #默认端口 确定 添加完成之后，出现下面的界面： 点 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/6865.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/6865.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>使用Openfiler构建ESXI网络共享存储iSCSI</title>
		<link>https://www.osyunwei.com/archives/6781.html</link>
		<comments>https://www.osyunwei.com/archives/6781.html#comments</comments>
		<pubDate>Thu, 29 Aug 2013 15:44:21 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Openfiler]]></category>
		<category><![CDATA[ESXI]]></category>
		<category><![CDATA[iSCSI]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=6781</guid>
		<description><![CDATA[说明： ESXI版本：ESXI 5.1 Openfiler版本：openfileresa-2.99.1 Openfiler服务器IP：192.168.115.100 Openfiler Web管理入口：http://192.168.115.100:446 管理员用户名：Openfiler 管理员密码：password 具体操作： 一、在Openfiler中创建可用于ESXI的网络存储iSCSI 1、在客户端浏览器中打开http://192.168.115.100:446 如下图所示： 继续浏览此网站 确定，出现下面的界面： 管理员用户名：Openfiler 管理员密码：password Log In  登录 如下图所示： 2、点System选项，如下图所示： 添加允许访问Openfiler服务器的IP地址 Name：ESXI   #描述 192.168.115.0  255.255.255.0  Share   #允许ESXI主机所在的IP段访问 根据自己的网络填写相应的IP地址 设置好之后点 Update 添加成功，如下图所示： 3、点Volumes 选择右侧的Block Device 如下图所示： 相关术语操作说明： Block Device：物理磁盘 Physical volume：物理磁盘分区，是组成volume group的单元 Volume group：卷组，由一个或多个物理磁盘分区（Physical volume）组成，是组成Logical Volume的单元 Logical volume：逻辑卷 RAID array member：用做RAID的一块单独“硬盘” 如图/dev/sda用来安装Openfiler系统 其他三块磁盘是用来做Raid5，分别在/dev/sdb、/dev/sdc、/dev/sdd上创建同样大小的RAID array [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/6781.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/6781.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
