<?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>Virtualization &#8211; Arun&#8217;s blog</title>
	<atom:link href="https://arunns.net/category/virtualization/feed/" rel="self" type="application/rss+xml" />
	<link>https://arunns.net</link>
	<description>Arun&#039;s blog</description>
	<lastBuildDate>Wed, 12 Mar 2014 08:26:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>
	<item>
		<title>Monitor VMware ESXi hardware without root (Nagios)</title>
		<link>https://arunns.net/monitor-vmware-esxi-hardware-without-root-nagios/</link>
					<comments>https://arunns.net/monitor-vmware-esxi-hardware-without-root-nagios/#comments</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Wed, 12 Mar 2014 08:26:32 +0000</pubDate>
				<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Nagios]]></category>
		<category><![CDATA[Monitor VMware ESXi hardware without root (Nagios)]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=791</guid>

					<description><![CDATA[Download and configure the plugin: https://exchange.nagios.org/directory/Plugins/Operating-Systems/*-Virtual-Environments/VMWare/check_esxi_hardware-2Epy/ &#8211; Create a new user in ESXi with no access privilege, you need to login to the ESXi directly to do that. &#8211; Enable SSH, and add nagios user to root group: # vi /etc/group root:x:0:root,nagios &#8211; Check from the command line, if it works ./check_esxi_hardware.py --host https://esxihost:5989 --user [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Download and configure the plugin: <a href="https://exchange.nagios.org/directory/Plugins/Operating-Systems/*-Virtual-Environments/VMWare/check_esxi_hardware-2Epy/" target="_blank" rel="noopener noreferrer">https://exchange.nagios.org/directory/Plugins/Operating-Systems/*-Virtual-Environments/VMWare/check_esxi_hardware-2Epy/</a></p>
<p>&#8211; Create a new user in ESXi with no access privilege, you need to login to the ESXi directly to do that.</p>
<p>&#8211; Enable SSH, and add nagios user to root group:<br />
<code># vi /etc/group<br />
root:x:0:root,nagios</code></p>
<p>&#8211; Check from the command line, if it works<br />
<code>./check_esxi_hardware.py --host https://esxihost:5989 --user file:credentials.txt --pass file:credentials.txt<br />
OK - Server: Cisco Systems Inc.....<br />
</code><br />
&#8211; Configure the credentials files to use the nagios user credentials.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/monitor-vmware-esxi-hardware-without-root-nagios/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Could not connect to vmware console https://vcenter_address:7331/</title>
		<link>https://arunns.net/could-not-connect-to-vmware-console-httpsvcenter_address7331/</link>
					<comments>https://arunns.net/could-not-connect-to-vmware-console-httpsvcenter_address7331/#respond</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Mon, 10 Feb 2014 10:40:17 +0000</pubDate>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Could not connect to https://vcenter_address:7331/]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=781</guid>

					<description><![CDATA[This usually happens from the vSphere web client while opening a console session with virtual machine. and the log (/var/log/vmware/vsphere-client/logs/vsphere_client_virgo.log) shows something like: [ERROR] Thread-42 System.err INFO:oejsh.ContextHandler:started o.e.j.w.WebApp Context{/console,file:/tmp/jetty-0.0.0.0-7331-console.war-_console-any-/webapp/},/usr/lib/vmware-vsphere-client/server/work/tmp/console-distro/webapps/console.war To fix this set the environment variable VMWARE_JAVA_HOME to proper path: &#8211; SSH to vcenter # vi /usr/lib/vmware-vsphere-client/server/wrapper/conf/wrapper.conf &#8211; Under Environment variables add: set.default.VMWARE_JAVA_HOME=/usr/java/jre-vmware &#8211; Restart [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>This usually happens from the vSphere web client while opening a console session with virtual machine.</p>
<p>and the log (/var/log/vmware/vsphere-client/logs/vsphere_client_virgo.log) shows something like: </p>
<p><code>[ERROR] Thread-42                     System.err<br />
INFO:oejsh.ContextHandler:started o.e.j.w.WebApp Context{/console,file:/tmp/jetty-0.0.0.0-7331-console.war-_console-any-/webapp/},/usr/lib/vmware-vsphere-client/server/work/tmp/console-distro/webapps/console.war<br />
</code></p>
<p>To fix this set the environment variable VMWARE_JAVA_HOME to proper path:</p>
<p>&#8211; SSH to vcenter<br />
<code># vi /usr/lib/vmware-vsphere-client/server/wrapper/conf/wrapper.conf<br />
</code><br />
&#8211; Under Environment variables add:<br />
<code>set.default.VMWARE_JAVA_HOME=/usr/java/jre-vmware<br />
</code><br />
&#8211; Restart vsphere-client<br />
<code># /etc/init.d/vsphere-client restart<br />
Stopping VMware vSphere Web Client...<br />
Stopped VMware vSphere Web Client.<br />
Starting VMware vSphere Web Client...<br />
Intializing registration provider...<br />
Getting SSL certificates<br />
Service with name was updated.<br />
Return code is: Success<br />
Waiting for VMware vSphere Web Client......<br />
running: PID:</code></p>
<p>Reference: http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&#038;cmd=displayKC&#038;externalId=2060604</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/could-not-connect-to-vmware-console-httpsvcenter_address7331/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Convert Linux Physical Server to VMware virtual machine</title>
		<link>https://arunns.net/convert-linux-physical-server-to-vmware-virtual-machine/</link>
					<comments>https://arunns.net/convert-linux-physical-server-to-vmware-virtual-machine/#comments</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Fri, 17 Jan 2014 22:08:29 +0000</pubDate>
				<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[P2V]]></category>
		<category><![CDATA[X Convert Linux Physical Server to VMware virtual machine]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=775</guid>

					<description><![CDATA[Download and install vCenter Converter on a windows machine. http://www.vmware.com/products/converter Unfortunately this tool does not have a Linux / MAC version. vCenter Converter In case you see an error: “Permission to perform this operation was denied”, right click and run the program as Administrator. Provide the source and destination information, the source is the physical [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Download and install vCenter Converter on a windows machine.<br />
<a href="http://www.vmware.com/products/converter" target="_blank" rel="noopener">http://www.vmware.com/products/converter</a><br />
Unfortunately this tool does not have a Linux / MAC version.</p>
<p><a href="http://letushare.com/wp-content/uploads/2014/01/converter.png"><img fetchpriority="high" decoding="async" alt="vCenter Converter" src="http://letushare.com/wp-content/uploads/2014/01/converter-300x234.png" width="300" height="234" /></a></p>
<p>vCenter Converter</p>
<p>In case you see an error: “Permission to perform this operation was denied”, right click and run the program as Administrator.</p>
<div>
<dl id="attachment_854">
<dt><a href="http://letushare.com/wp-content/uploads/2014/01/Permission.png"><img decoding="async" alt="Permission to perform this operation was denied" src="http://letushare.com/wp-content/uploads/2014/01/Permission-300x233.png" width="300" height="233" /></a></dt>
<dt></dt>
<dt>Provide the source and destination information, the source is the physical server to be converted and the destination vCenter.</dt>
</dl>
</div>
<p><a href="http://letushare.com/wp-content/uploads/2014/01/source.png"><img decoding="async" alt="vCenter Converter" src="http://letushare.com/wp-content/uploads/2014/01/source-300x231.png" width="300" height="231" /></a></p>
<p>vCenter Converter</p>
<p><a href="http://letushare.com/wp-content/uploads/2014/01/destination.png"><img loading="lazy" decoding="async" alt="vCenter Converter" src="http://letushare.com/wp-content/uploads/2014/01/destination-300x230.png" width="300" height="230" /></a></p>
<p>vCenter Converter</p>
<p>Follow the steps, to do the conversion , a temporary OS will be started on the destination, by default it try to get an IP address from the DHCP server so that it can connect to the source machine and fetch the files required. But in case if you don’t have DHCP server you might see error like: “Unable to obtain the IP address of the helper virtual machine” . Fix this issue by setting up a static IP to the helper virtual machine during the conversion setup. Basically the helper VM IP should be able to communicate with the source machine which needs to be migrated</p>
<p><a href="http://letushare.com/wp-content/uploads/2014/01/StaticIP.png"><img loading="lazy" decoding="async" alt="vCenter Converter Static IP" src="http://letushare.com/wp-content/uploads/2014/01/StaticIP-300x235.png" width="300" height="235" /></a></p>
<p>vCenter Converter Static IP</p>
<p>Proceed with the conversion, the duration will be based on the size of the VM and the connectivity if it belongs to another site/LAN.</p>
<p>You may need to change the network configuration (eg: HWADDR) and the MAC address mapping (/etc/udev/rules.d) to get it connected.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/convert-linux-physical-server-to-vmware-virtual-machine/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>ESXi host fails with a purple diagnostic screen PSOD</title>
		<link>https://arunns.net/esxi-host-fails-with-a-purple-diagnostic-screen/</link>
					<comments>https://arunns.net/esxi-host-fails-with-a-purple-diagnostic-screen/#respond</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Mon, 10 Jun 2013 18:13:13 +0000</pubDate>
				<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[PF Exception 14 in world 8243:helper13-1 IP 0x41802b880a1e addr 0x410401503020]]></category>
		<category><![CDATA[PSOD]]></category>
		<category><![CDATA[vCenter]]></category>
		<category><![CDATA[VMware NOT_IMPLEMENTED bora/vmkernel/sched/memsched.c:17724]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=759</guid>

					<description><![CDATA[This happened while converting KVM VMs to VMware and power them on (method used: http://arunnsblog.com/2013/06/10/migrate-kvm-virtual-machines-to-vmware-esxi/) . It works for a while but then the ESXi crashes with PSOD. Version : 5.1.0-799733 There were two sort of PSOD messages observed: 1) Crashed while the VM was running VMware NOT_IMPLEMENTED bora/vmkernel/sched/memsched.c:17724 Code start: 0x41802b200000 VMK uptime: 10:19:25:27.335 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>This happened while converting KVM VMs to VMware and power them on (method used: <a href="http://arunnsblog.com/2013/06/10/migrate-kvm-virtual-machines-to-vmware-esxi/">http://arunnsblog.com/2013/06/10/migrate-kvm-virtual-machines-to-vmware-esxi/</a>) . It works for a while but then the ESXi crashes with PSOD.</p>
<p>Version : 5.1.0-799733</p>
<p>There were two sort of PSOD messages observed:<br />
1) Crashed while the VM was running</p>
<pre> VMware NOT_IMPLEMENTED bora/vmkernel/sched/memsched.c:17724
 Code start: 0x41802b200000 VMK uptime: 10:19:25:27.335
 cpu4:8243)0x412200cdbaf0:[0x41802b27abff]PanicvPanicInt@vmkernel#nover+0x56 stack: 0x3000000008
 cpu4:8243)0x412200cdbbd0:[0x41802b27b4a7]Panic@vmkernel#nover+0xae stack: 0x100000000000000
 cpu4:8243)0x412200cdbc50:[0x41802b3d88eb]MemSched_WorldCleanup@vmkernel#nover+0x426 stack: 0x4100018a4fb0
 cpu4:8243)0x412200cdbef0:[0x41802b3033b8]WorldCleanup@vmkernel#nover+0x1cb stack: 0x4700cdbf40
 cpu4:8243)0x412200cdbf60:[0x41802b303829]WorldReap@vmkernel#nover+0x318 stack: 0x0
 cpu4:8243)0x412200cdbff0:[0x41802b2483c8]helpFunc@vmkernel#nover+0x517 stack: 0x0
 cpu4:8243)0x412200cdbff8:[0x0] stack: 0x0
 cpu4:8243)base fs=0x0 gs=0x418041000000 Kgs=0x0</pre>
<figure id="attachment_760" aria-describedby="caption-attachment-760" style="width: 300px" class="wp-caption aligncenter"><a href="http://arunnsblog.com/2013/06/10/esxi-host-fails-with-a-purple-diagnostic-screen/vmware_esxi_psod/" rel="attachment wp-att-760"><img loading="lazy" decoding="async" class="size-medium wp-image-760" alt="VMWare_ESXi_PSOD" src="http://arunnsblog.com/wp-content/uploads/2013/06/VMWare_ESXi_PSOD-300x134.png" width="300" height="134" /></a><figcaption id="caption-attachment-760" class="wp-caption-text">VMWare_ESXi_PSOD</figcaption></figure>
<p>2) Crashed during ESXi reboot.</p>
<pre>#PF Exception 14 in world 8243:helper13-1 IP 0x41802b880a1e addr 0x410401503020</pre>
<figure id="attachment_760" aria-describedby="caption-attachment-760" style="width: 300px" class="wp-caption aligncenter"><a href="http://arunnsblog.com/2013/06/10/esxi-host-fails-with-a-purple-diagnostic-screen/vmware_esxi_psod/" rel="attachment wp-att-760"><img loading="lazy" decoding="async" class="size-medium wp-image-760" alt="VMWare_ESXi_PSOD" src="http://arunnsblog.com/wp-content/uploads/2013/06/VMWare_ESXi_PSOD-300x134.png" width="300" height="134" /></a><figcaption id="caption-attachment-760" class="wp-caption-text">VMWare_ESXi_PSOD</figcaption></figure>
<p>This seems to be a known issue in VMware ESXi 5.1 and is resolved in patch ESXi510-201212401-BG (Build 914609).<br />
Ref: <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=2038767" target="_blank" rel="noopener">http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=2038767</a></p>
<p>To work around this issue, SSH to the ESXi host and increase the MinZeroCopyBufferLength to 512.</p>
<pre># esxcli system settings advanced set -o /BufferCache/MinZeroCopyBufferLength -i 512</pre>
<p>To verify that the setting has been updated, run this command:</p>
<pre># esxcli system settings advanced list --option /BufferCache/MinZeroCopyBufferLength</pre>
<figure id="attachment_764" aria-describedby="caption-attachment-764" style="width: 300px" class="wp-caption aligncenter"><a href="http://arunnsblog.com/2013/06/10/esxi-host-fails-with-a-purple-diagnostic-screen/screen-shot-2013-06-03-at-3-46-00-pm/" rel="attachment wp-att-764"><img loading="lazy" decoding="async" class="size-medium wp-image-764" alt="Before and after change" src="http://arunnsblog.com/wp-content/uploads/2013/06/Screen-Shot-2013-06-03-at-3.46.00-PM-300x171.png" width="300" height="171" /></a><figcaption id="caption-attachment-764" class="wp-caption-text">Before and after change</figcaption></figure>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/esxi-host-fails-with-a-purple-diagnostic-screen/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Migrate KVM virtual machines to VMware ESXi</title>
		<link>https://arunns.net/migrate-kvm-virtual-machines-to-vmware-esxi/</link>
					<comments>https://arunns.net/migrate-kvm-virtual-machines-to-vmware-esxi/#comments</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Mon, 10 Jun 2013 17:37:57 +0000</pubDate>
				<category><![CDATA[KVM]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[convert KVM to VMware ESXi]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=757</guid>

					<description><![CDATA[&#8211; Shutdown the KVM guest &#8211; convert the QCOW2 or RAW format to VMDK format # qemu-img convert image.img -O vmdk image.vmdk &#8211; Upload this image to datastore &#8211; Create a new virtual machine with this disk image &#8211; There might be issues with network interface mapping, fix the network mapping at /etc/udev/rules.d/70-persistent-net.rules]]></description>
										<content:encoded><![CDATA[<p>&#8211; Shutdown the KVM guest<br />
&#8211; convert the QCOW2 or RAW format to VMDK format</p>
<blockquote><p># qemu-img convert image.img -O vmdk image.vmdk</p></blockquote>
<p>&#8211; Upload this image to datastore</p>
<p>&#8211; Create a new virtual machine with this disk image</p>
<p>&#8211; There might be issues with network interface mapping, fix the network mapping at /etc/udev/rules.d/70-persistent-net.rules</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/migrate-kvm-virtual-machines-to-vmware-esxi/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Create NAS/SAN storage with openfiler, work with VMware ESXi as shared storage</title>
		<link>https://arunns.net/create-nassan-storage-with-openfiler-work-with-vmware-esxi-as-shared-storage/</link>
					<comments>https://arunns.net/create-nassan-storage-with-openfiler-work-with-vmware-esxi-as-shared-storage/#respond</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Mon, 18 Feb 2013 20:39:45 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Create NAS/SAN storage with openfiler]]></category>
		<category><![CDATA[openfiler]]></category>
		<category><![CDATA[work with VMware ESXi as shared storage]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=674</guid>

					<description><![CDATA[&#8211; Download the openfiler installation ISO , download link I have downloaded the Installation ISO image (x86/64). Basically we need to create open filer as a virtual machine with say 20 GB thin provisioning, and attach another disk/datastore to the virtual machine to configure it as SAN. &#8211; Download and install  the Installation ISO image [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>&#8211; Download the openfiler installation ISO , <a href="http://www.openfiler.com/community/download/" target="_blank" rel="noopener">download link</a></p>
<p>I have downloaded the Installation ISO image (x86/64).</p>
<p>Basically we need to create open filer as a virtual machine with say 20 GB thin provisioning, and attach another disk/datastore to the virtual machine to configure it as SAN.</p>
<p>&#8211; Download and install  the Installation ISO image (x86/64) as a virtual machine, noting fancy here just do a normal installation.</p>
<p>&#8211; Once rebooted you get a web interface to login on port 446, https://&lt; ip &gt; :446/</p>
<p>&#8211; Login with username: <strong>openfiler</strong>, and password: <strong>password</strong></p>
<p><strong>Network access configuration:</strong></p>
<p>set up network access configuration, enter the Network/Host , who are allowed to access.</p>
<p>System &#8211;&gt; Network Access Configuration</p>
<figure id="attachment_683" aria-describedby="caption-attachment-683" style="width: 300px" class="wp-caption alignnone"><a href="http://arunnsblog.com/2013/02/12/create-nassan-storage-with-openfiler-work-with-vmware-esxi-as-shared-storage/screen-shot-2013-02-10-at-7-24-00-pm/" rel="attachment wp-att-683"><img loading="lazy" decoding="async" class="size-medium wp-image-683" alt="Network Access Config" src="http://arunnsblog.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-10-at-7.24.00-PM-300x101.png" width="300" height="101" /></a><figcaption id="caption-attachment-683" class="wp-caption-text">Network Access Config</figcaption></figure>
<figure id="attachment_682" aria-describedby="caption-attachment-682" style="width: 300px" class="wp-caption alignnone"><a href="http://arunnsblog.com/2013/02/12/create-nassan-storage-with-openfiler-work-with-vmware-esxi-as-shared-storage/screen-shot-2013-02-10-at-7-24-10-pm/" rel="attachment wp-att-682"><img loading="lazy" decoding="async" class="size-medium wp-image-682" alt="Network Access Config" src="http://arunnsblog.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-10-at-7.24.10-PM-300x132.png" width="300" height="132" /></a><figcaption id="caption-attachment-682" class="wp-caption-text">Network Access Config</figcaption></figure>
<p><strong>Create a new physical volume</strong></p>
<p>Volumes &#8211;&gt; Block devices</p>
<figure id="attachment_684" aria-describedby="caption-attachment-684" style="width: 300px" class="wp-caption alignnone"><a href="http://arunnsblog.com/2013/02/12/create-nassan-storage-with-openfiler-work-with-vmware-esxi-as-shared-storage/screen-shot-2013-02-10-at-7-25-11-pm/" rel="attachment wp-att-684"><img loading="lazy" decoding="async" class="size-medium wp-image-684" alt="Create Physical Volume" src="http://arunnsblog.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-10-at-7.25.11-PM-300x92.png" width="300" height="92" /></a><figcaption id="caption-attachment-684" class="wp-caption-text">Create Physical Volume</figcaption></figure>
<p>Click on Edit devices on the hard disk where we going to create new physical volume, this is the extra hard drive we added to the virtual machine at the beginning. (/dev/sdb)</p>
<p>&nbsp;</p>
<figure id="attachment_685" aria-describedby="caption-attachment-685" style="width: 300px" class="wp-caption alignnone"><a href="http://arunnsblog.com/2013/02/12/create-nassan-storage-with-openfiler-work-with-vmware-esxi-as-shared-storage/screen-shot-2013-02-10-at-7-25-34-pm/" rel="attachment wp-att-685"><img loading="lazy" decoding="async" class="size-medium wp-image-685" alt="Create Physical Volume" src="http://arunnsblog.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-10-at-7.25.34-PM-300x45.png" width="300" height="45" /></a><figcaption id="caption-attachment-685" class="wp-caption-text">Create Physical Volume</figcaption></figure>
<p>Select Physical volume as your partition type ( assuming that you are not using RAID), and set the mode to Primary, click create.</p>
<figure id="attachment_686" aria-describedby="caption-attachment-686" style="width: 300px" class="wp-caption alignnone"><a href="http://arunnsblog.com/2013/02/12/create-nassan-storage-with-openfiler-work-with-vmware-esxi-as-shared-storage/screen-shot-2013-02-10-at-7-25-56-pm/" rel="attachment wp-att-686"><img loading="lazy" decoding="async" class="size-medium wp-image-686" alt="Create Physical Volume" src="http://arunnsblog.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-10-at-7.25.56-PM-300x162.png" width="300" height="162" /></a><figcaption id="caption-attachment-686" class="wp-caption-text">Create Physical Volume</figcaption></figure>
<p><strong>Create new Volume Group</strong></p>
<p>Let us create a volume group for the physical volumes</p>
<p>Volumes &#8211;&gt; Volume groups , enter a group name and select the physical drive and click Add volume</p>
<figure id="attachment_687" aria-describedby="caption-attachment-687" style="width: 300px" class="wp-caption alignnone"><a href="http://arunnsblog.com/2013/02/12/create-nassan-storage-with-openfiler-work-with-vmware-esxi-as-shared-storage/screen-shot-2013-02-10-at-7-27-01-pm/" rel="attachment wp-att-687"><img loading="lazy" decoding="async" class="size-medium wp-image-687" alt="Create volume group" src="http://arunnsblog.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-10-at-7.27.01-PM-300x216.png" width="300" height="216" /></a><figcaption id="caption-attachment-687" class="wp-caption-text">Create volume group</figcaption></figure>
<p>&nbsp;</p>
<figure id="attachment_688" aria-describedby="caption-attachment-688" style="width: 300px" class="wp-caption alignnone"><a href="http://arunnsblog.com/2013/02/12/create-nassan-storage-with-openfiler-work-with-vmware-esxi-as-shared-storage/screen-shot-2013-02-10-at-7-27-14-pm/" rel="attachment wp-att-688"><img loading="lazy" decoding="async" class="size-medium wp-image-688" alt="Create volume group" src="http://arunnsblog.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-10-at-7.27.14-PM-300x63.png" width="300" height="63" /></a><figcaption id="caption-attachment-688" class="wp-caption-text">Create volume group</figcaption></figure>
<p><strong>Create the Volume</strong></p>
<p>Volume &#8211;&gt; Add Volume</p>
<p>Enter Volume Name , Description, required space and select File System block.</p>
<figure id="attachment_689" aria-describedby="caption-attachment-689" style="width: 300px" class="wp-caption alignnone"><a href="http://arunnsblog.com/2013/02/12/create-nassan-storage-with-openfiler-work-with-vmware-esxi-as-shared-storage/screen-shot-2013-02-10-at-7-28-09-pm/" rel="attachment wp-att-689"><img loading="lazy" decoding="async" class="size-medium wp-image-689" alt="Create Volume" src="http://arunnsblog.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-10-at-7.28.09-PM-300x147.png" width="300" height="147" /></a><figcaption id="caption-attachment-689" class="wp-caption-text">Create Volume</figcaption></figure>
<figure id="attachment_690" aria-describedby="caption-attachment-690" style="width: 300px" class="wp-caption alignnone"><a href="http://arunnsblog.com/2013/02/12/create-nassan-storage-with-openfiler-work-with-vmware-esxi-as-shared-storage/screen-shot-2013-02-10-at-7-28-17-pm/" rel="attachment wp-att-690"><img loading="lazy" decoding="async" class="size-medium wp-image-690" alt="Create Volume" src="http://arunnsblog.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-10-at-7.28.17-PM-300x52.png" width="300" height="52" /></a><figcaption id="caption-attachment-690" class="wp-caption-text">Create Volume</figcaption></figure>
<p>Now Enable and Add  iSCSI Target</p>
<p>Services &#8211;&gt; iSCSI Target Enable, Start</p>
<figure id="attachment_691" aria-describedby="caption-attachment-691" style="width: 300px" class="wp-caption alignnone"><a href="http://arunnsblog.com/2013/02/12/create-nassan-storage-with-openfiler-work-with-vmware-esxi-as-shared-storage/screen-shot-2013-02-10-at-7-28-46-pm/" rel="attachment wp-att-691"><img loading="lazy" decoding="async" class="size-medium wp-image-691" alt="Start iSCSI target" src="http://arunnsblog.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-10-at-7.28.46-PM-300x22.png" width="300" height="22" /></a><figcaption id="caption-attachment-691" class="wp-caption-text">Start iSCSI target</figcaption></figure>
<p>Volumes &#8211;&gt; iSCSI Targets &#8211;&gt; Target Configuration &#8211;&gt; Add new iSCSI Target</p>
<figure id="attachment_703" aria-describedby="caption-attachment-703" style="width: 300px" class="wp-caption alignnone"><a href="http://arunnsblog.com/2013/02/12/create-nassan-storage-with-openfiler-work-with-vmware-esxi-as-shared-storage/screen-shot-2013-02-10-at-7-29-26-pm/" rel="attachment wp-att-703"><img loading="lazy" decoding="async" class="size-medium wp-image-703" alt="Add new iSCSI target" src="http://arunnsblog.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-10-at-7.29.26-PM-300x109.png" width="300" height="109" /></a><figcaption id="caption-attachment-703" class="wp-caption-text">Add new iSCSI target</figcaption></figure>
<p>Setup the LUN Mapping and allow access to iSCSI target</p>
<figure id="attachment_704" aria-describedby="caption-attachment-704" style="width: 300px" class="wp-caption alignnone"><a href="http://arunnsblog.com/2013/02/12/create-nassan-storage-with-openfiler-work-with-vmware-esxi-as-shared-storage/screen-shot-2013-02-10-at-7-29-51-pm/" rel="attachment wp-att-704"><img loading="lazy" decoding="async" class="size-medium wp-image-704" alt="Setup LUN Mapping" src="http://arunnsblog.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-10-at-7.29.51-PM-300x62.png" width="300" height="62" /></a><figcaption id="caption-attachment-704" class="wp-caption-text">Setup LUN Mapping</figcaption></figure>
<p>&nbsp;</p>
<figure id="attachment_705" aria-describedby="caption-attachment-705" style="width: 300px" class="wp-caption alignnone"><a href="http://arunnsblog.com/2013/02/12/create-nassan-storage-with-openfiler-work-with-vmware-esxi-as-shared-storage/screen-shot-2013-02-10-at-7-30-10-pm/" rel="attachment wp-att-705"><img loading="lazy" decoding="async" class="size-medium wp-image-705" alt="Allow access to iSCSI target" src="http://arunnsblog.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-10-at-7.30.10-PM-300x102.png" width="300" height="102" /></a><figcaption id="caption-attachment-705" class="wp-caption-text">Allow access to iSCSI target</figcaption></figure>
<p>Now the open filer is ready to use.</p>
<p>In VMware ESXi</p>
<p>Create new VMKernel network adapter to use for iSCSI connection</p>
<figure id="attachment_706" aria-describedby="caption-attachment-706" style="width: 300px" class="wp-caption alignnone"><a href="http://arunnsblog.com/2013/02/12/create-nassan-storage-with-openfiler-work-with-vmware-esxi-as-shared-storage/screen-shot-2013-02-10-at-7-43-34-pm/" rel="attachment wp-att-706"><img loading="lazy" decoding="async" class="size-medium wp-image-706" alt="VMKernel Adapter" src="http://arunnsblog.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-10-at-7.43.34-PM-300x142.png" width="300" height="142" /></a><figcaption id="caption-attachment-706" class="wp-caption-text">VMKernel Adapter</figcaption></figure>
<figure id="attachment_707" aria-describedby="caption-attachment-707" style="width: 300px" class="wp-caption alignnone"><a href="http://arunnsblog.com/2013/02/12/create-nassan-storage-with-openfiler-work-with-vmware-esxi-as-shared-storage/screen-shot-2013-02-10-at-7-43-54-pm/" rel="attachment wp-att-707"><img loading="lazy" decoding="async" class="size-medium wp-image-707" alt="VMKernel Adapter" src="http://arunnsblog.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-10-at-7.43.54-PM-300x170.png" width="300" height="170" /></a><figcaption id="caption-attachment-707" class="wp-caption-text">VMKernel Adapter</figcaption></figure>
<figure id="attachment_709" aria-describedby="caption-attachment-709" style="width: 300px" class="wp-caption alignnone"><a href="http://arunnsblog.com/2013/02/12/create-nassan-storage-with-openfiler-work-with-vmware-esxi-as-shared-storage/screen-shot-2013-02-18-at-11-33-50-pm/" rel="attachment wp-att-709"><img loading="lazy" decoding="async" class="size-medium wp-image-709" alt="VMKernel Adapter" src="http://arunnsblog.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-18-at-11.33.50-PM-300x203.png" width="300" height="203" /></a><figcaption id="caption-attachment-709" class="wp-caption-text">VMKernel Adapter</figcaption></figure>
<p>Click on storage adapter &#8211;&gt; Add new</p>
<figure id="attachment_710" aria-describedby="caption-attachment-710" style="width: 300px" class="wp-caption alignnone"><a href="http://arunnsblog.com/2013/02/12/create-nassan-storage-with-openfiler-work-with-vmware-esxi-as-shared-storage/screen-shot-2013-02-18-at-11-35-00-pm/" rel="attachment wp-att-710"><img loading="lazy" decoding="async" class="size-medium wp-image-710" alt="Add storage adapter" src="http://arunnsblog.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-18-at-11.35.00-PM-300x150.png" width="300" height="150" /></a><figcaption id="caption-attachment-710" class="wp-caption-text">Add storage adapter</figcaption></figure>
<p>Click on properties, add the VMkernel switch and the discover the iSCSI target.</p>
<figure id="attachment_711" aria-describedby="caption-attachment-711" style="width: 256px" class="wp-caption alignnone"><a href="http://arunnsblog.com/2013/02/12/create-nassan-storage-with-openfiler-work-with-vmware-esxi-as-shared-storage/screen-shot-2013-02-18-at-11-35-32-pm/" rel="attachment wp-att-711"><img loading="lazy" decoding="async" class="size-medium wp-image-711" alt="Add VMKernel to iSCSI adapter" src="http://arunnsblog.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-18-at-11.35.32-PM-256x300.png" width="256" height="300" /></a><figcaption id="caption-attachment-711" class="wp-caption-text">Add VMKernel to iSCSI adapter</figcaption></figure>
<figure id="attachment_712" aria-describedby="caption-attachment-712" style="width: 256px" class="wp-caption alignnone"><a href="http://arunnsblog.com/2013/02/12/create-nassan-storage-with-openfiler-work-with-vmware-esxi-as-shared-storage/screen-shot-2013-02-18-at-11-35-44-pm/" rel="attachment wp-att-712"><img loading="lazy" decoding="async" class="size-medium wp-image-712" alt="Dynamic discovery" src="http://arunnsblog.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-18-at-11.35.44-PM-256x300.png" width="256" height="300" /></a><figcaption id="caption-attachment-712" class="wp-caption-text">Dynamic discovery</figcaption></figure>
<p>Now your ESXi will show the openfiler as a datastore <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<figure id="attachment_713" aria-describedby="caption-attachment-713" style="width: 300px" class="wp-caption alignnone"><a href="http://arunnsblog.com/2013/02/12/create-nassan-storage-with-openfiler-work-with-vmware-esxi-as-shared-storage/screen-shot-2013-02-18-at-11-40-29-pm/" rel="attachment wp-att-713"><img loading="lazy" decoding="async" class="size-medium wp-image-713" alt="Openfiler datastore" src="http://arunnsblog.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-18-at-11.40.29-PM-300x221.png" width="300" height="221" /></a><figcaption id="caption-attachment-713" class="wp-caption-text">Openfiler datastore</figcaption></figure>
<p>More information about Openfiler:</p>
<p>http://www.openfiler.com/products</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/create-nassan-storage-with-openfiler-work-with-vmware-esxi-as-shared-storage/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Performance issues with KVM &#8211; Redhat</title>
		<link>https://arunns.net/performance-issues-with-kvm-redhat/</link>
					<comments>https://arunns.net/performance-issues-with-kvm-redhat/#respond</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Tue, 22 Feb 2011 16:26:40 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[KVM]]></category>
		<category><![CDATA[KVM Disk I/O slow]]></category>
		<category><![CDATA[Redhat performance issue]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=426</guid>

					<description><![CDATA[The general performance issue with KVM is due to DISK I/O &#8211; by default the Redhat KVM guest are created with x86_64 architecuture, if you installed 32 bit operating system change this to i686. &#60;os&#62; &#60;type arch=&#8217;i686&#8242; machine=&#8217;rhel5.6.0&#8242;&#62;hvm&#60;/type&#62; &#60;boot dev=&#8217;hd&#8217;/&#62; &#8211; Make sure the hypervisor used is correct in the configuration , either qemu or [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The general performance issue with KVM is due to DISK I/O</p>
<p>&#8211; by default the Redhat KVM guest are created with x86_64 architecuture, if you installed 32 bit operating system change this to i686.</p>
<blockquote><p>&lt;os&gt;<br />
&lt;type arch=&#8217;i686&#8242; machine=&#8217;rhel5.6.0&#8242;&gt;hvm&lt;/type&gt;<br />
&lt;boot dev=&#8217;hd&#8217;/&gt;</p></blockquote>
<p>&#8211; Make sure the hypervisor used is correct in the configuration , either qemu or kvm</p>
<blockquote><p>&lt;domain type=&#8217;kvm&#8217;&gt;</p>
<p>or</p>
<p>&lt;domain type=&#8217;kvm&#8217;&gt;</p></blockquote>
<p>&#8211; Use virtio drivers if the guest is paravirtulized (<a href="http://www.ibm.com/developerworks/linux/library/l-virtio/index.html?ca=dgr-lnxw97Viriodth-LX&amp;S_TACT=105AGX59&amp;S_CMP=grlnxw97" target="_blank" rel="noopener">http://www.ibm.com/developerworks/linux/library/l-virtio/index.html?ca=dgr-lnxw97Viriodth-LX&amp;S_TACT=105AGX59&amp;S_CMP=grlnxw97 </a> , <a href="http://publib.boulder.ibm.com/infocenter/lnxinfo/v3r0m0/index.jsp?topic=/liaat/liaatbpparavirt.htm" target="_blank" rel="noopener"> http://publib.boulder.ibm.com/infocenter/lnxinfo/v3r0m0/index.jsp?topic=/liaat/liaatbpparavirt.htm</a>)</p>
<p>./arun</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/performance-issues-with-kvm-redhat/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Converting LVM virtual machine storage to image</title>
		<link>https://arunns.net/converting-lvm-virtual-machine-storage-to-image/</link>
					<comments>https://arunns.net/converting-lvm-virtual-machine-storage-to-image/#comments</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Mon, 06 Dec 2010 13:12:24 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[KVM]]></category>
		<category><![CDATA[LVM]]></category>
		<category><![CDATA[qcow2]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=411</guid>

					<description><![CDATA[To convert the LVM disk to qcow2 formatted disk image, Use lvdisplay to get the Logical volume name $ sudo lvdisplay Use qemu-img to convert to the required image format # qemu-img convert -O qcow2 /dev/mapper/lv_name &#60;destination_file&#62;.qcow2 eg: # qemu-img convert -O qcow2 /dev/mapper/disk1 disk1.qcow2 This will be useful to replicate the virtual machines to other [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>To convert the LVM disk to qcow2 formatted disk image,</p>
<p>Use lvdisplay to get the Logical volume name</p>
<blockquote><p>$ sudo lvdisplay</p></blockquote>
<p>Use qemu-img to convert to the required image format</p>
<blockquote><p># qemu-img convert -O qcow2 /dev/mapper/lv_name &lt;destination_file&gt;.qcow2</p></blockquote>
<p>eg:</p>
<blockquote><p># qemu-img convert -O qcow2 /dev/mapper/disk1 disk1.qcow2</p></blockquote>
<p>This will be useful to replicate the virtual machines to other hardware.</p>
<p>./arun</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/converting-lvm-virtual-machine-storage-to-image/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>IPv6 configuration for KVM guests</title>
		<link>https://arunns.net/ipv6-configuration-for-kvm-guests/</link>
					<comments>https://arunns.net/ipv6-configuration-for-kvm-guests/#respond</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Wed, 28 Jul 2010 10:00:55 +0000</pubDate>
				<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[kvm bridge ipv6]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=356</guid>

					<description><![CDATA[It is simple and straight forward to enable IPv6 on KVM guests Configure the host machine with IPv6 Address on the bridge interface cat ifcfg-br0 IPV6INIT=yes IPV6ADDR=xxxx.xx::10 IPV6_DEFAULTGW=xxxx.xx::1 IPV6_AUTOCONF=no Configure the interface on virutal machines with ipv6 address cat ifcfg-eth0 IPV6INIT=yes IPV6ADDR=xxxx.xx::11 IPV6_DEFAULTGW=xxxx.xx::1 IPV6_AUTOCONF=no Add the the necessary firewall rules to ip6tables on the host [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>It is simple and straight forward to enable IPv6 on KVM guests</p>
<p>Configure the host machine with IPv6 Address on the bridge interface</p>
<p>cat ifcfg-br0</p>
<blockquote><p>
IPV6INIT=yes<br />
IPV6ADDR=xxxx.xx::10<br />
IPV6_DEFAULTGW=xxxx.xx::1<br />
IPV6_AUTOCONF=no</p></blockquote>
<p>Configure the  interface on virutal machines with ipv6 address</p>
<p>cat ifcfg-eth0</p>
<blockquote><p>IPV6INIT=yes<br />
IPV6ADDR=xxxx.xx::11<br />
IPV6_DEFAULTGW=xxxx.xx::1<br />
IPV6_AUTOCONF=no</p></blockquote>
<p>Add the the necessary firewall rules to ip6tables on the host machine</p>
<blockquote><p>-A FORWARD -m physdev &#8211;physdev-is-bridged -j ACCEPT.</p></blockquote>
<p>./arun</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/ipv6-configuration-for-kvm-guests/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>NAT with port forwarding on Virtual Box</title>
		<link>https://arunns.net/nat-with-port-forwarding-for-virtual-box/</link>
					<comments>https://arunns.net/nat-with-port-forwarding-for-virtual-box/#respond</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Tue, 20 Jul 2010 13:27:50 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[NAT with virtual box]]></category>
		<category><![CDATA[portforwarding with virutal box]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=334</guid>

					<description><![CDATA[You can use the host-only-adapter networking, if you require the virtual machine to be accessible only from the host machine. In this case your virtual machine will not have access to anywhere outside the host. Read more about virtual box networking at http://www.virtualbox.org/manual/ch06.html On the other hand NAT enabled interface can communicate with clients outside [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: left;">You can use the host-only-adapter networking, if you require the virtual machine to be accessible only from the host machine. In this case your virtual machine will not have access to anywhere outside the host. Read more about virtual box networking at http://www.virtualbox.org/manual/ch06.html</p>
<p style="text-align: left;">On the other hand NAT enabled interface can communicate with clients outside the host, but the host cannot access the services on the virtual machine directly. We need to enabled port forwarding with NAT interface to achieve this.</p>
<p><strong>On Linux:</strong><br />
If you need to have ssh accessible from host machine to virtual machine,</p>
<blockquote><p><code>$ VBoxManage modifyvm "VM Name" --natpf1 "openssh,tcp,127.0.0.1,2222,,22"</code></p></blockquote>
<p>Where &#8211;natpf1 is for adapter1, openssh is just a anme, and you can also input the ip address of virtual machine like</p>
<blockquote><p><code>$ VBoxManage modifyvm "VM Name" --natpf1 "openssh,tcp,127.0.0.1,2222,10.0.2.20,22" </code></p></blockquote>
<p>(assume the virtual machine ip is 10.0.2.20)</p>
<p>Now you can make ssh connection from host like, <code>$ ssh localhost -p 2222</code></p>
<p>We can use same port number for port number about 1024 , say for a service running on port 8080 we can forward it with</p>
<blockquote><p><code>VBoxManage modifyvm "VM Name" --natpf1 "proxy,tcp,127.0.0.1,8080,10.0.2.20,8080"</code></p></blockquote>
<p>These rules will be added to the .VirtualBox/Machines/machine_name/machine_name.xml file like:<br />
<em><code>&lt; Forwarding name="openssh" proto="1" hostip="127.0.0.1" hostport="2222" guestip=10.0.2.20 guestport="2222"/&gt;</code></em></p>
<p>You can forward connection to any port on virtual host like this.</p>
<p>Make sure that the virtual machine interface is closed and the vm is not running while you change it, otherwise the changes will not take effect.</p>
<p><strong> On Windows:</strong></p>
<blockquote><p><code>VBoxManage setextradata "VM Name" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/Protocol" TCP</code><br />
<code>VBoxManage setextradata "VM Name" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/GuestPort" 22</code><br />
<code>VBoxManage setextradata "VM Name" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/HostPort" 2222</code></p></blockquote>
<p>* Replace VM Name with your virtual instance name</p>
<p>./arun</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/nat-with-port-forwarding-for-virtual-box/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
