<?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>iSCSI | KC's Blog</title>
	<atom:link href="https://www.kjctech.net/tag/iscsi/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kjctech.net</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2023 18:21:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/12/cropped-KC-Logo.png?fit=32%2C32&#038;ssl=1</url>
	<title>iSCSI | KC's Blog</title>
	<link>https://www.kjctech.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">24634607</site>	<item>
		<title>How To Create a RAM DISK in Windows Server</title>
		<link>https://www.kjctech.net/how-to-create-a-ram-disk-in-windows-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-create-a-ram-disk-in-windows-server</link>
					<comments>https://www.kjctech.net/how-to-create-a-ram-disk-in-windows-server/#comments</comments>
		
		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Tue, 29 Aug 2017 00:15:40 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[RAMDisk]]></category>
		<category><![CDATA[windows server]]></category>
		<guid isPermaLink="false">https://www.kjctech.net/?p=3613</guid>

					<description><![CDATA[<p>I love RAM DISK and have been using it for quite some time on my Windows 10. But I didn&#8217;t know that I can set it up as well on Windows Server, thanks to Mounia Rachidi for sharing. Would definitely try some day. Here is a step-by-step Walkthrough: Add iSCSI Target Server role on Windows Server. Adjust the firewall rules [&#8230;]</p>
The post <a href="https://www.kjctech.net/how-to-create-a-ram-disk-in-windows-server/">How To Create a RAM DISK in Windows Server</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>I love <a href="https://www.nextofwindows.com/speeding-up-your-windows-with-a-ram-disk" target="_blank" rel="noopener">RAM DISK</a> and have been using it for quite some time on my Windows 10. But I didn&#8217;t know that I can set it up as well on Windows Server, thanks to Mounia Rachidi for <a href="https://blogs.technet.microsoft.com/windowsinternals/2017/08/25/how-to-create-a-ram-disk-in-windows-server/" target="_blank" rel="noopener">sharing</a>. Would definitely try some day.</p>
<p><a href="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/RAM-Splash.png?ssl=1" data-rel="lightbox-image-0" data-rl_title="" data-rl_caption="" title=""><img data-recalc-dims="1" fetchpriority="high" decoding="async" class="alignnone size-large wp-image-3616" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/RAM-Splash.png?resize=600%2C253&#038;ssl=1" alt="RAM Splash" width="600" height="253" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/RAM-Splash.png?resize=600%2C253&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/RAM-Splash.png?resize=250%2C105&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/RAM-Splash.png?resize=450%2C190&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/RAM-Splash.png?resize=768%2C323&amp;ssl=1 768w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/RAM-Splash.png?resize=700%2C295&amp;ssl=1 700w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/RAM-Splash.png?resize=520%2C219&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/RAM-Splash.png?resize=360%2C152&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/RAM-Splash.png?resize=100%2C42&amp;ssl=1 100w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/RAM-Splash.png?w=990&amp;ssl=1 990w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<h2>Here is a step-by-step Walkthrough:</h2>
<ol>
<li>Add <strong>iSCSI Target Server</strong> role on Windows Server.</li>
<li>Adjust the firewall rules to allow <strong>iSCSI service</strong> to go through.</li>
<li>Add a registry value <strong>AllowLoopBack = 1</strong> to <strong>HKLM\Software\Microsoft\iSCSI Target </strong>to make sure the iSCSI Target allows the LoopBack mode</li>
<li>Create a virtual disk as a RAMDisk
<ol>
<li><code>New-IscsiVirtualDisk -Path "ramdisk:testRAM.vhdx" -Size 1GB</code></li>
</ol>
</li>
<li>Create a target iSCSI
<ol>
<li><code>New-IscsiServerTarget -TargetName targetRAM -InitiatorIds @("IPAddress:X.X.X.")</code></li>
</ol>
</li>
<li>Launch the iSCSI Initiator for the Server Manager console.</li>
<li>Connect to the iSCSI target created in Step 5.</li>
</ol>

<a href='https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/Windows-Server-add-iSCSI-Target-Server.png?fit=800%2C567&ssl=1' title="" data-rl_title="" class="rl-gallery-link" data-rl_caption="" data-rel="lightbox-gallery-1"><img decoding="async" width="250" height="177" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/Windows-Server-add-iSCSI-Target-Server.png?resize=250%2C177&amp;ssl=1" class="attachment-thumbnail size-thumbnail" alt="Windows Server - add iSCSI Target Server" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/Windows-Server-add-iSCSI-Target-Server.png?w=800&amp;ssl=1 800w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/Windows-Server-add-iSCSI-Target-Server.png?resize=250%2C177&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/Windows-Server-add-iSCSI-Target-Server.png?resize=450%2C319&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/Windows-Server-add-iSCSI-Target-Server.png?resize=768%2C544&amp;ssl=1 768w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/Windows-Server-add-iSCSI-Target-Server.png?resize=600%2C425&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/Windows-Server-add-iSCSI-Target-Server.png?resize=700%2C496&amp;ssl=1 700w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/Windows-Server-add-iSCSI-Target-Server.png?resize=520%2C369&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/Windows-Server-add-iSCSI-Target-Server.png?resize=360%2C255&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/Windows-Server-add-iSCSI-Target-Server.png?resize=100%2C71&amp;ssl=1 100w" sizes="(max-width: 250px) 100vw, 250px" /></a>
<a href='https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/Windows-Server-launch-iSCSI-initiator.png?fit=491%2C336&ssl=1' title="" data-rl_title="" class="rl-gallery-link" data-rl_caption="" data-rel="lightbox-gallery-1"><img decoding="async" width="250" height="171" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/Windows-Server-launch-iSCSI-initiator.png?resize=250%2C171&amp;ssl=1" class="attachment-thumbnail size-thumbnail" alt="Windows Server - launch iSCSI initiator" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/Windows-Server-launch-iSCSI-initiator.png?w=491&amp;ssl=1 491w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/Windows-Server-launch-iSCSI-initiator.png?resize=250%2C171&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/Windows-Server-launch-iSCSI-initiator.png?resize=450%2C308&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/Windows-Server-launch-iSCSI-initiator.png?resize=360%2C246&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/Windows-Server-launch-iSCSI-initiator.png?resize=100%2C68&amp;ssl=1 100w" sizes="(max-width: 250px) 100vw, 250px" /></a>
<a href='https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/082517_1510_Howtocreate1.png?fit=643%2C105&ssl=1' title="" data-rl_title="" class="rl-gallery-link" data-rl_caption="" data-rel="lightbox-gallery-1"><img loading="lazy" decoding="async" width="250" height="41" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/082517_1510_Howtocreate1.png?resize=250%2C41&amp;ssl=1" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/082517_1510_Howtocreate1.png?w=643&amp;ssl=1 643w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/082517_1510_Howtocreate1.png?resize=250%2C41&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/082517_1510_Howtocreate1.png?resize=450%2C73&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/082517_1510_Howtocreate1.png?resize=600%2C98&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/082517_1510_Howtocreate1.png?resize=520%2C85&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/082517_1510_Howtocreate1.png?resize=360%2C59&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/08/082517_1510_Howtocreate1.png?resize=100%2C16&amp;ssl=1 100w" sizes="auto, (max-width: 250px) 100vw, 250px" /></a>

<p>Sounds like a very interesting idea to set up a RAMDisk through iSCSI target.</p>The post <a href="https://www.kjctech.net/how-to-create-a-ram-disk-in-windows-server/">How To Create a RAM DISK in Windows Server</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kjctech.net/how-to-create-a-ram-disk-in-windows-server/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3613</post-id>	</item>
	</channel>
</rss>
