<?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>Professional VMware &#187; guest OS</title> <atom:link href="http://professionalvmware.com/category/guest-os/feed/" rel="self" type="application/rss+xml" /><link>http://professionalvmware.com</link> <description>How Many Turtles Can You Fit On A Rock?</description> <lastBuildDate>Thu, 24 May 2012 13:39:29 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>VIXated with VMware&#8217;s VIX</title><link>http://professionalvmware.com/2008/12/vixated-with-vmwares-vix/</link> <comments>http://professionalvmware.com/2008/12/vixated-with-vmwares-vix/#comments</comments> <pubDate>Thu, 18 Dec 2008 20:20:00 +0000</pubDate> <dc:creator>bunchc</dc:creator> <category><![CDATA[administration]]></category> <category><![CDATA[API]]></category> <category><![CDATA[ESX]]></category> <category><![CDATA[esx 3.5]]></category> <category><![CDATA[guest OS]]></category> <category><![CDATA[VI3]]></category> <category><![CDATA[Virtual Infrastructure]]></category> <category><![CDATA[VIX]]></category> <category><![CDATA[VMware]]></category> <guid
isPermaLink="false">http://professionalvmware.com/2008/12/18/vixated-with-vmwares-vix/</guid> <description><![CDATA[Since my first few posts on this got a bit of attention, I thought I&#8217;d add some more to this. In today&#8217;s post we&#8217;ll cover adding or deleting a route, and setting a default route. I’ve got requests for others that will keep the next few weeks worth of VIX posts busy. We’ll cover this [...]]]></description> <content:encoded><![CDATA[<p></p><p>Since my first few posts on this got a bit of attention, I thought I&#8217;d add some more to this. In today&#8217;s post we&#8217;ll cover adding or deleting a route, and setting a default route. I’ve got requests for others that will keep the next few weeks worth of VIX posts busy.</p><p>We’ll cover this against both a Windows and a Linux guest, because well… VIX is flexible like that. Remember, if you have any trouble, check that your VMware Tools are running, your command syntax is correct, and that you have the right user &amp; password settings.</p><h3>On Windows:</h3><p>Traditionally this would be done by logging into the guest OS, and running one of the following commands:</p><p>Adding: <br
/>Temporary Route: <font
face="Courier New">route add 192.168.100.0 mask 255.255.255.0 192.168.15.1 1 <br
/></font>Permanent Route: <font
face="Courier New">route add -p 192.168.100.0 mask 255.255.255.0 192.168.15.1 1</font></p><p>Deleting: <br
/><font
face="Courier New">route delete 192.168.100.0</font></p><p>Doing this in VIX is as simple as:</p><p>Before: <br
/><a
href="http://professionalvmware.com/wp-content/uploads/2008/12/20081215-2039.png"><img
title="2008-12-15_2039" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="125" alt="2008-12-15_2039" src="http://professionalvmware.com/wp-content/uploads/2008/12/20081215-2039-thumb.png" width="244" border="0" /></a></p><p>Adding: <br
/><font
face="Courier New">vmrun -T esx -h </font><a
href="https://esx/sdk"><font
face="Courier New">https://esx/sdk</font></a><font
face="Courier New"> -u cody.bunch -p password -gu guest.user -gp guest.password runProgramInGuest &quot;[datastore] vm/vmx.vmx&quot; c:\windows\system32\route.exe add -p 192.168.100.0 mask 255.255.255.0 192.168.15.1</font></p><p><a
href="http://professionalvmware.com/wp-content/uploads/2008/12/20081215-2049.png"><img
title="2008-12-15_2049" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="125" alt="2008-12-15_2049" src="http://professionalvmware.com/wp-content/uploads/2008/12/20081215-2049-thumb.png" width="244" border="0" /></a></p><p>Deleting: <br
/><font
face="Courier New">vmrun -T esx -h </font><a
href="https://esx/sdk"><font
face="Courier New">https://esx/sdk</font></a><font
face="Courier New"> -u cody.bunch -p password -gu guest.user -gp guest.password runProgramInGuest &quot;[datastore] vm/vmx.vmx&quot; c:\windows\system32\route.exe delete 192.168.100.0 </font></p><p><font
face="Courier New"><a
href="http://professionalvmware.com/wp-content/uploads/2008/12/20081215-2054.png"><img
title="2008-12-15_2054" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="125" alt="2008-12-15_2054" src="http://professionalvmware.com/wp-content/uploads/2008/12/20081215-2054-thumb.png" width="244" border="0" /></a></font></p><p>Setting the default was accomplished back in our setting the <a
href="http://professionalvmware.com/2008/12/12/vmware-vix-changing-ips-of-a-guest-vm/">IP address post.</a></p><p><font
face="Courier New">C:\Program Files\VMware\VMware VIX&gt;vmrun -T esx -h </font><a
href="https://esx.example.com/sdk"><font
face="Courier New">https://esx.example.com/sdk</font></a><font
face="Courier New"> -u nerv\cody.bunch -p apassword -gu Administrator -gp anotherpassword&#160; runProgramInGuest “[sanstorage1] test/test.vmx” c:\windows\system32\netsh int ip set address “Local Area Connection” static 192.168.15.25 255.255.255.0 192.1</font></p><p>&#160;</p></p><h3>On Linux</h3><p>On Linux, where my knowledge is quite limited, I’ve come to understand (thanks Google) that it’s as simple as the “route add –net” commands to add and delete routes. I did find however, that for making this route persistent, can vary across distro of choice, and thus I’ve not included it here.</p><p>Adding: <br
/><font
face="Courier New">route add –net 192.168.100.0/24 gw 192.168.15.1</font></p><p>Deleting: <br
/><font
face="Courier New">route del –net 192.168.100.0/24 gw 192.168.15.1</font></p><p>In VIX:</p><p>Before:</p><p><a
href="http://professionalvmware.com/wp-content/uploads/2008/12/20081215-2106.png"><img
title="2008-12-15_2106" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="153" alt="2008-12-15_2106" src="http://professionalvmware.com/wp-content/uploads/2008/12/20081215-2106-thumb.png" width="244" border="0" /></a></p><p>Adding: <br
/><font
face="Courier New">vmrun -T esx -h </font><a
href="http://dc01.nerv.local/sdk"><font
face="Courier New">http://dc01.nerv.local/sdk</font></a><font
face="Courier New"> -u user -p password -gu root -gp rootpassword runProgramInGuest &quot;[Local <br
/> Storage] shell.nerv.local/shell.nerv.local.vmx&quot; /sbin/route add -net 192.168.10 <br
/>0.0/24 gw 192.168.15.1</font></p><p><font
face="to">Deleting: <br
/></font><font
face="Courier New">vmrun -T esx -h </font><a
href="http://dc01.nerv.local/sdk"><font
face="Courier New">http://dc01.nerv.local/sdk</font></a><font
face="Courier New"> -u user -p password -gu root -gp rootpassword runProgramInGuest &quot;[Local <br
/> Storage] shell.nerv.local/shell.nerv.local.vmx&quot; /sbin/route add -net 192.168.10 <br
/>0.0/24 gw 192.168.15.1</font></p><p><font
face="to">See! <br
/><a
href="http://professionalvmware.com/wp-content/uploads/2008/12/20081215-2112.png"><img
title="2008-12-15_2112" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="153" alt="2008-12-15_2112" src="http://professionalvmware.com/wp-content/uploads/2008/12/20081215-2112-thumb.png" width="244" border="0" /></a> </font></p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2008/12/vixated-with-vmwares-vix/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Even More VIX Awesomeness</title><link>http://professionalvmware.com/2008/12/even-more-vix-awesomeness/</link> <comments>http://professionalvmware.com/2008/12/even-more-vix-awesomeness/#comments</comments> <pubDate>Tue, 16 Dec 2008 13:00:00 +0000</pubDate> <dc:creator>bunchc</dc:creator> <category><![CDATA[guest OS]]></category> <category><![CDATA[VIX]]></category> <category><![CDATA[VM]]></category> <category><![CDATA[VMware]]></category> <guid
isPermaLink="false">http://professionalvmware.com/2008/12/16/even-more-vix-awesomeness/</guid> <description><![CDATA[I will really have to install this soon to give a few examples as to how it all works. Until then, here are some examples from VMware’s VIX Blog team. Use case: Restarting a service on Windows. This one&#8217;s really easy so I&#8217;ll just show it without explanation. &#160;&#160;&#160; Example 3: Restart a service on [...]]]></description> <content:encoded><![CDATA[<p></p><p>I will really have to install this soon to give a few examples as to how it all works. Until then, here are some examples from <a
href="http://blogs.vmware.com/vix/2008/12/managing-vm-guests-using-vmrun.html">VMware’s VIX Blog team.</a></p><blockquote><p>Use case: Restarting a service on Windows.</p><p>This one&#8217;s really easy so I&#8217;ll just show it without explanation.</p><p>&#160;&#160;&#160; Example 3: Restart a service on Windows. <br
/><font
face="Courier New">&#160;&#160;&#160; vmrun -T esx -h </font><a
href="https://esx.example.com/sdk"><font
face="Courier New">https://esx.example.com/sdk</font></a><font
face="Courier New"> -u root -p secretpw -gu user -gp userpw runProgramInGuest &quot;[storage1] Windows/Windows.vmx&quot; c:\windows\system32\net.exe restart dhcp</font></p></blockquote><p>Note: That example should be all on one line.</p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2008/12/even-more-vix-awesomeness/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Guest OS Install Guide Updates</title><link>http://professionalvmware.com/2008/12/guest-os-install-guide-updates/</link> <comments>http://professionalvmware.com/2008/12/guest-os-install-guide-updates/#comments</comments> <pubDate>Mon, 08 Dec 2008 14:41:00 +0000</pubDate> <dc:creator>bunchc</dc:creator> <category><![CDATA[ESX]]></category> <category><![CDATA[esx 3.5]]></category> <category><![CDATA[guest OS]]></category> <category><![CDATA[support]]></category> <category><![CDATA[VMware]]></category> <guid
isPermaLink="false">http://professionalvmware.com/2008/12/08/guest-os-install-guide-updates/</guid> <description><![CDATA[From the Guest Install Guide blog @ VMware. These are the changes or updates made to the Guest Operating System Installation Guide since it was last published: Added support for 32-bit NetWare 6.5 Server, Support Pack 8 on ESX Server 3.0.2, 3.0.3, and 3.5 Update 3. See “NetWare 6.5 Server” on page 302. Added support [...]]]></description> <content:encoded><![CDATA[<p></p><p>From the <a
href="http://blogs.vmware.com/guestosguide/2008/12/latest-update-1.html">Guest Install Guide blog</a> @ VMware.</p><p>These are the changes or updates made to the Guest Operating System Installation Guide since it was last published:</p><ul><li>Added support for 32-bit NetWare 6.5 Server, Support Pack 8 on ESX Server 3.0.2, 3.0.3, and 3.5 Update 3. See “NetWare 6.5 Server” on page 302.</li></ul><ul><li>Added support for Novell Open Enterprise Server 2, Support Pack 1 with 32-bit and 64-bit SUSE Linux Enterprise Server 10, Service Pack 2 on ESX Server 3.0.2, 3.0.3, and 3.5 Update 3. See “SUSE Linux Enterprise Server 10” on page 180. Also added support for Novell Open Enterprise Server 2, Support Pack 1 with 32-bit NetWare 6.5 Server, Support Pack 8 on ESX Server 3.0.2, 3.0.3, and 3.5 Update 3. See “NetWare 6.5 Server” on page 302.</li></ul><p>PDF: <a
href="http://www.vmware.com/pdf/GuestOS_guide.pdf">http://www.vmware.com/pdf/GuestOS_guide.pdf</a></p><p>HTML: <a
href="http://pubs.vmware.com/guestnotes/wwhelp/wwhimpl/js/html/wwhelp.htm">http://pubs.vmware.com/guestnotes/</a></p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2008/12/guest-os-install-guide-updates/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
