<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	>

<channel>
	<title>Watching The Net &#187; VMware Tips</title>
	<atom:link href="http://www.watchingthenet.com/category/vmware-tips/feed" rel="self" type="application/rss+xml" />
	<link>http://www.watchingthenet.com</link>
	<description>Computer - Internet - Technology Tips And Tutorials</description>
	<lastBuildDate>Mon, 09 Jan 2012 19:45:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	

		<copyright>2007 www.watchingthent.com</copyright>
		<itunes:author>Watching The Net</itunes:author>
		<itunes:summary>Tech Tips, Reviews and Interesting Sightings Around The Internet</itunes:summary>
		<itunes:explicit>No</itunes:explicit>
		<itunes:block>No</itunes:block>
		<itunes:category text="Technology" />
		<itunes:category text="Technology">
			<itunes:category text="Tech News" />
		</itunes:category>
		<itunes:category text="Technology">
			<itunes:category text="Software How-To" />
		</itunes:category>
		
		<item>
		<title>Top 10 Windows Built-In Command Line Tools</title>
		<link>http://www.watchingthenet.com/top-10-windows-command-prompt.html</link>
		<comments>http://www.watchingthenet.com/top-10-windows-command-prompt.html#comments</comments>
		<pubDate>Wed, 13 Aug 2008 06:00:43 +0000</pubDate>
		<dc:creator>Mike Boyds</dc:creator>
				<category><![CDATA[VMware Tips]]></category>
		<category><![CDATA[Windows Tips]]></category>
		<category><![CDATA[Windows Vista Tips]]></category>
		<category><![CDATA[command line tools]]></category>
		<category><![CDATA[command prompt]]></category>

		<guid isPermaLink="false">http://www.watchingthenet.com/?p=757</guid>
		<description><![CDATA[<p><img src="/wp-content/uploads/image/winlogo.jpg" alt="winlogo.jpg" width="125" height="86" align="right" />For many Windows users, the thought of using the <a href="http://www.watchingthenet.com/?s=windows+command+prompt"><strong>Command Prompt</strong></a> is either a scary experience or something that they will never need. But for some, the command prompt is a powerful tool that can be far more useful than many graphical tools available in Windows.</p>
<p><a href="http://www.watchingthenet.com/top-10-windows-command-prompt.html" class="more-link">read more: Top 10 Windows Built-In Command Line Tools</a></p>


<div>			<div class="textwidget"><br /></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/uploads/image/winlogo.jpg" alt="winlogo.jpg" width="125" height="86" align="right" />For many Windows users, the thought of using the <a href="http://www.watchingthenet.com/?s=windows+command+prompt"><strong>Command Prompt</strong></a> is either a scary experience or something that they will never need. But for some, the command prompt is a powerful tool that can be far more useful than many graphical tools available in Windows.</p>
<p>Being a System Administrator, I constantly use the command prompt, mostly because I access systems remotely and many tasks can be performed quickly with out the graphics over head (even though connecting via Terminal Server is very convenient).</p>
<p>So if you are an avid user of the command line, here are my top 10 built-in (non third party)<strong> command line tools</strong> for XP, Vista and WIndows server versions (remember these commands are not your typical tools, such as find, copy, move, dir, etc..).</p>
<p><span id="more-757"></span></p>

<p><strong>1 -</strong> <strong><em>systeminfo</em></strong> &#8211; Have a need to display operating system configuration information for a local or remote machine, including service pack levels? Then systeminfo is the tool to use. When I need to connect to a system that I am not familiar with, this is the first tool I run. The output of this command gives me all the info I need including: host name, OS type, version, product ID, install date, boot time and hardware info (processor and memory). Also knowing what hot fixes are installed can be a big help when troubleshooting problems. This tool can be used to connect to a machine remotely using the following syntax: <span style="color: #ff0000;"><em>SYSTEMINFO /S system /U user</em></span></p>
<p><a href="http://www.watchingthenet.com/wp-content/uploads/image/10cmdtools2.gif"><img class="aligncenter size-full wp-image-770" title="10cmdtools2" src="http://www.watchingthenet.com/wp-content/uploads/image/10cmdtools2.gif" alt="" width="500" height="218" /></a></p>
<p><strong>2 -</strong> <em><strong>ipconfig</strong></em> &#8211; This tool may be most useful tool for viewing and troubleshooting TCP/IP problems.  It&#039;s capability includes release or renew an adapter IP Address, display and flush DNS cache, re-register the system name in DNS. WIth Vista and some server versions, ipconfig includes support for IPv6.</p>
<p><a href="http://www.watchingthenet.com/wp-content/uploads/image/10cmdtools3.gif"><img class="aligncenter size-full wp-image-773" title="10cmdtools3" src="http://www.watchingthenet.com/wp-content/uploads/image/10cmdtools3.gif" alt="" width="500" height="252" /></a></p>
<p>Some examples when usinging ipconfig.</p>
<ul>
<li>To view all TCP/IP information, use: <span style="color: #ff0000;"><em>ipconfig /all </em></span> </li>
<li>To view the local DNS cache, use: <span style="color: #ff0000;"><em>ipconfig /displaydns</em></span></li>
<li>To delete the contents in the local DNS cache, use: <span style="color: #ff0000;"><em>ipconfig /flushdns</em></span></li>
</ul>
<p><strong>3 -</strong> <strong><em>tasklist</em></strong> and <strong><em>taskkill</em></strong> &#8211; If you are used to Windows Task<strong><em> </em></strong>Manager, then you&#039;ll find <strong><a href="http://www.watchingthenet.com/how-to-view-and-kill-processes-on-remote-windows-computers.html">tasklist</a></strong> very easy to use. This tool displays a list of currently running processes, including image name, PID (Process ID) and memory usage on local or remote machines. Using the <em><span style="color: #ff0000;">/V</span></em> switch displays more information in verbose mode that includes, CPU Time, user name, and modules. Tasklist includes a filter option to display a set of task based on the criteria specified. But the best use of the filter is using it to <a href="http://www.watchingthenet.com/how-to-identify-what-programs-started-svchostexe-in-windows.html">display programs running inside svchost.exe process</a>.</p>
<p><a href="http://www.watchingthenet.com/wp-content/uploads/image/10cmdtools4.gif"><img class="aligncenter size-full wp-image-772" title="10cmdtools4" src="http://www.watchingthenet.com/wp-content/uploads/image/10cmdtools4.gif" alt="" width="500" height="170" /></a></p>
<p>Of course, there will be times when a process needs to be killed and <a href="http://www.watchingthenet.com/how-to-view-and-kill-processes-on-remote-windows-computers.html"><strong>taskkill</strong> can be used to terminate those trouble processes</a>. A single or multiple processes can be killed using the PID (<span style="color: #ff0000;"><em>/PID </em></span>) or image name (<em><span style="color: #ff0000;">/IM</span></em> ). Here are two examples for doing just that:</p>
<p><em><span style="color: #ff0000;">T</span><span style="color: #ff0000;">ASKKILL /IM notepad.exe<br />
 TASKKILL /PID 1230 /PID 1241 /PID 1253 /T <br />
 </span></em></p>
<p>Both tasklist and taskkill can connect to remote systems using the <span style="color: #ff0000;">/S</span> (system name) <span style="color: #ff0000;">/U</span> (user name) switches.</p>
<p><strong>4 -</strong> <em><strong>netstat</strong></em> &#8211; Need to know who (or what) is making a connection to your computer? Then netstat is the tool you want to run. The output provides valuable information of all connections and listening ports, including the executable used in the connections. In additon to the above info, you can view Ethernet statistics, and resolve connecting host IP Addresses to a fully qualified domain name. I usually run the netstat command using the <span style="color: #ff0000;"><em>-a</em><em> </em></span>(displays all connection info),  <span style="color: #ff0000;"><em>-n</em></span> (sorts in numerical form) and <span style="color: #ff0000;"><em>-b</em></span> (displays executable name) switches.</p>
<p><a href="http://www.watchingthenet.com/wp-content/uploads/image/10cmdtools5.gif"><img class="aligncenter size-full wp-image-771" title="10cmdtools5" src="http://www.watchingthenet.com/wp-content/uploads/image/10cmdtools5.gif" alt="" width="500" height="215" /></a></p>
<p><strong>5 &#8211; <em>type</em></strong> &#8211; A lesser known tool to those who don&#039;t work with the command prompt. For Administrators, the type command is the perfect tool for viewing text files. But what many people don&#039;t know about the type tool, is it&#039;s capability to read multiple files at once. For example to view multiple text files, just separate each file with a space:</p>
<p><span style="color: #ff0000;"><em>type firstfile.txt  secondfile.txt  thirdfile.txt</em></span></p>
<p>For files that are large, you can <a href="http://www.watchingthenet.com/how-to-control-text-scrolling-when-using-windows-command-prompt.html">control text scrolling using the <em>more</em> command</a>.</p>
<p><strong>6 -</strong> <strong><em>net command</em></strong> &#8211; Although this tool is more known as a command, the net command is really like a power drill with different bits and is used to update, fix, or view the network or network settings.</p>
<p>It is mostly used for viewing (only services that are started), stopping and starting services:</p>
<ul>
<li><em><span style="color: #ff0000;">net stop server</span><br />
 </em></li>
<li><span style="color: #ff0000;">net start server</span></li>
<li><span style="color: #ff0000;">net start</span> (display running services) </li>
</ul>
<p>and for connecting (mapping) and disconnecting with shared network drives:</p>
<ul>
<li><span style="color: #ff0000;"><em>net use m: \\myserver\sharename <br />
 </em></span></li>
<li><span style="color: #ff0000;"><em>net use m: \\myserver\sharename /delete <br />
 </em></span></li>
</ul>
<p>Other commands used with net command are, <em>accounts</em> (manage user accounts), net print (manage print jobs), and net share (manage shares).</p>
<p>Below are all the options that can be used with the net command.</p>
<p><em>[ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |HELPMSG | LOCALGROUP | PAUSE | PRINT | SESSION | SHARE | START |STATISTICS | STOP | TIME | USE | USER | VIEW ]</em></p>
<p>To display the complete syntax for each command, just type <em>net help</em> followed by the command &#8211; <span style="color: #ff0000;"><em>net help use</em></span> .</p>
<p>7 &#8211; <strong>nslookup</strong> &#8211; With the Internet, DNS (Domain Name Service) is the key for allowing us to use friendly names when surfing the web instead of needing to remember IP Addresses. But when there are problems, nslookup can be a valuable tool for testing and troubleshooting DNS servers.</p>
<p>Nslookup can be run in two modes: interactive and noninteractive. Noninteractive mode is useful when only a single piece of data needs to be returned. For example, to resolve google.com:</p>
<p><a href="http://www.watchingthenet.com/wp-content/uploads/image/10cmdtools6.gif"><img class="aligncenter size-full wp-image-774" title="10cmdtools6" src="http://www.watchingthenet.com/wp-content/uploads/image/10cmdtools6.gif" alt="" width="335" height="149" /></a></p>
<p>To use the interactive mode, just type <em>nslookup</em> at the prompt. To see all available options, type <em>help</em> while in interactive mode.</p>
<p><a href="http://www.watchingthenet.com/wp-content/uploads/image/10cmdtools7.gif"><img class="aligncenter size-full wp-image-775" title="10cmdtools7" src="http://www.watchingthenet.com/wp-content/uploads/image/10cmdtools7.gif" alt="" width="500" height="219" /></a></p>
<p>Don&#039;t let the help results intimidate you. Nslookup is easy to use. Some of the options I use when troubleshooting are:</p>
<p><span style="color: #ff0000;"><strong><em>set ds</em></strong></span> (displays detailed debugging information of behind the scenes communication when resolving an host or IP Address).</p>
<p><span style="color: #ff0000;"><em><strong>set domain</strong></em></span> (sets the default domain to use when resolving, so you don&#039;t need to type the fully qualified name each time).</p>
<p><span style="color: #ff0000;"><strong><em>set type</em></strong></span> (sets the query record type that will be returned, such as A, MX, NS)</p>
<p><span style="color: #ff0000;"><strong><em>server NAME </em></strong></span> (allows you to point nslookup to use other DNS servers than what is configured on your computer)</p>
<p>To exit out of interactive mode, type <em>exit</em> .</p>
<p><strong>8 -</strong> <strong><em>ping and tracert </em></strong>- These tools can be helpful with connectivity to other systems. Ping will test whether a particular host is reachable across an <span class="mw-redirect">IP</span> network, while tracert (traceroute) is used to determine the route taken by packets across an <span class="mw-redirect">IP</span> network.</p>
<p>To ping a system just type at the prompt: <em><span style="color: #ff0000;">ping <a href="http://www.google.com">www.google.com</a>.</span></em> By default, ping will send three ICMP request to the host and listen for ICMP “echo response” replies. Ping also includes switches to control the number of echo requests to send (<span style="color: #ff0000;"><em>-n</em></span> ), and to resolve IP addresses to hostname (<em>-a</em> ).</p>
<p>To use tracert, type at the prompt: <em><span style="color: #ff0000;">tracert <a href="http://www.google.com">www.google.com</a>. </span></em><span style="color: #000000;">You can force </span><span style="color: #000000;">tracert</span><span style="color: #ff0000;"><span style="color: #000000;"> to not resolve address to hostnames by using the <span style="color: #ff0000;"><em>-d</em></span> switch, or set the desired timeout (milliseconds) for each reply using <em><span style="color: #ff0000;">-w</span></em> switch.<br />
 </span></span></p>
<p><strong>9 &#8211; <em>gpresult &#8211; </em></strong>Used mostly in environments that implement group poicies, gpresults (Group Policy Results) verifies all policy settings in effect for a specific user or computer. The command is simple to use, just enter gpresults at the prompt. It can also be used to connect to computers remotely using the <span style="color: #ff0000;"><em>/S</em></span> and <span style="color: #ff0000;"><em>/U</em></span> switches.</p>
<p><strong>10</strong> &#8211; <em><strong>netsh</strong></em> &#8211; Without a doubt the most powerful command line tool available in Windows. Netsh is like the swiss army knife for configuring and monitoring Windows computers from the command prompt. It capabilities include:</p>
<ul>
<li>Configure interfaces</li>
<li>Configure routing protocols</li>
<li>Configure filters</li>
<li>Configure routes</li>
<li>Configure remote access behavior for Windows-based remote access routers that are running the Routing and Remote Access Server (RRAS) Service</li>
<li>Display the configuration of a currently running router on any computer</li>
</ul>
<p>Some examples of what you can do with netsh:</p>
<ul>
<li>Enable or disable Windows firewall:</li>
</ul>
<p><span style="color: #ff0000;"><em>netsh firewall set opmode disable</em></span></p>
<p><em><span style="color: #ff0000;">netsh firewall set opmode disable</span></em></p>
<ul>
<li>Enable or disable ICMP Echo Request (for pinging) in Windows firewall:</li>
</ul>
<p><span style="color: #ff0000;"><em>netsh firewall set icmpsetting 8 enable</em></span></p>
<p><span style="color: #ff0000;"><em>netsh firewall set icmpsetting 8 disable</em></span></p>
<ul>
<li>Configure your NIC to automatically obtain an IP address from a DHCP server:</li>
</ul>
<p><span style="color: #ff0000;"><em>netsh interface ip set address &#034;Local Area Connection&#034; dhcp</em></span></p>
<p>(For the above command, if your NIC is named something else, use <span style="color: #ff0000;"><em>netsh interface ip show config</em></span> and replace the name at Local Area Connection).</p>
<p>As you can see netsh can do alot. Instead of re-inventing the wheel, check out the following <a href="http://support.microsoft.com/?kbid=242468">Microsoft</a> article for more info on netsh.</p>
<p>The use of Windows command line tools can be a powerful alternative when only a command prompt is available. I&#039;m sure there are plenty more commands that I have not mention.</p>
<p>Let us know what your favorite command line tool is and leave a comment below.</p>


<div>			<div class="textwidget"><br></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.watchingthenet.com/top-10-windows-command-prompt.html/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>VMWare Server Tip: Display Menus and Toolbars in Quick Switch Mode</title>
		<link>http://www.watchingthenet.com/display-menu-keyboard-using-quick-switch-mode-in-vmware-server.html</link>
		<comments>http://www.watchingthenet.com/display-menu-keyboard-using-quick-switch-mode-in-vmware-server.html#comments</comments>
		<pubDate>Fri, 14 Dec 2007 06:01:56 +0000</pubDate>
		<dc:creator>Mike Boyds</dc:creator>
				<category><![CDATA[VMware Tips]]></category>
		<category><![CDATA[keyboard shortcut]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.watchingthenet.com/display-menu-keyboard-using-quick-switch-mode-in-vmware-server.html</guid>
		<description><![CDATA[<p><span style="font-size: x-small;"><span style="font-family: Verdana;"><img src="/wp-content/uploads/image/vmwarelogo.jpg" alt="vmwarelogo.jpg" width="170" height="54" align="right" /><span style="font-size: small;">Recently I was working in a Virtual Machine that was running on VMWare Server and somehow activated <em>Quick Switch</em> mode. Cool, no problem&#8230;.wrong. I couldn&#039;t remember how to go back to Console mode.</span></span></span></p>
<p><a href="http://www.watchingthenet.com/display-menu-keyboard-using-quick-switch-mode-in-vmware-server.html" class="more-link">read more: VMWare Server Tip: Display Menus and Toolbars in Quick Switch Mode</a></p>


<div>			<div class="textwidget"><br /></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
<div><h3>Related Posts</h3>
<ul>
<li><a href="http://www.watchingthenet.com/eight-microsoft-word-2007-keyboard-formating-shortcut-tips.html" title="8 Microsoft Word 2007 Quick Keyboard Shortcut Formating Tips">8 Microsoft Word 2007 Quick Keyboard Shortcut Formating Tips</a></li>
<li><a href="http://www.watchingthenet.com/create-keyboard-shortcut-to-change-power-plans-schemes-on-the-fly.html" title="Create Keyboard Shortcut To Change Power Plans (Schemes) On the Fly">Create Keyboard Shortcut To Change Power Plans (Schemes) On the Fly</a></li>
<li><a href="http://www.watchingthenet.com/why-ctrlaltdel-does-not-open-task-manager-in-windows-xp.html" title="Why CTRL+ALT+DEL Does Not Open Task Manager In Windows XP">Why CTRL+ALT+DEL Does Not Open Task Manager In Windows XP</a></li>
<li><a href="http://www.watchingthenet.com/windows-tip-create-keyboard-shortcut-to-abort-shut-down.html" title="Create Keyboard Shortcut To Abort Shutting Down Windows">Create Keyboard Shortcut To Abort Shutting Down Windows</a></li>
<li><a href="http://www.watchingthenet.com/create-shortcuts-for-restart-shut-down-or-logoff-on-windows-xp-and-vista.html" title="Create Shortcuts For Restart Shut Down Or Logoff On Windows XP and Vista">Create Shortcuts For Restart Shut Down Or Logoff On Windows XP and Vista</a></li>
</ul>
</div>
]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: x-small;"><span style="font-family: Verdana;"><img src="/wp-content/uploads/image/vmwarelogo.jpg" alt="vmwarelogo.jpg" width="170" height="54" align="right" /><span style="font-size: small;">Recently I was working in a Virtual Machine that was running on VMWare Server and somehow activated <em>Quick Switch</em> mode. Cool, no problem&#8230;.wrong. I couldn&#039;t remember how to go back to Console mode.</span></span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;">If you are not familiar, Quick Switch mode is similar to Full screen mode except it adds tabs at the top of the screen for switching between active VM&#039;s and does not display the inventory list in the sidebar or menu and toolbars at the top of the screen.<br />
 </span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;">So, along the way in trying to figure out how to return back to VMWare Server Console mode, I found a hidden function that will display the menus and toolbars while in Quick Switch mode.</span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;"><span id="more-543"></span></span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;"> </span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;">Below is a screen shot of Quick Switch mode:</span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;"><strong>NOTE:</strong> <em>To enter Quick Switch mode, press F11 or select </em><em>View \ Quick Switch from the menu.</em></span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;"><img src="/wp-content/uploads/image/vmwareqsmode1.png" alt="vmwareqsmode1.png" width="626" height="465" align="bottom" /></span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;">Notice there is no sidebar, or menu and toolbar at the top of the screen. When you enter Quick Switch mode ther are just tabs for the active VM&#039;s and Home at the top of the screen.</span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;">To display the Menu and Toolbar, just move your mouse and touch the top of the screen and hold for a second. VMWare Server Console Menu and Toolbar will appear giving you back complete control.<br />
 </span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;"><img src="/wp-content/uploads/image/vmwareqsmode3.png" alt="vmwareqsmode3.png" width="638" height="462" align="bottom" /></span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;">Once you move the mouse down past the toolbar, the tabs will re-appear. You can always press F11 to exit out of Quick Switch mode if needed.</span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;">While were at it, VMWare Server has several Keyboard shortcut keys. Below is a complete listing.</span></span></p>
<ul>
<li><span style="font-family: Verdana; font-size: small;">Ctr-B &#8211; Power on.</span></li>
<li><span style="font-family: Verdana; font-size: small;">Ctrl-E &#8211; Power off.</span></li>
<li><span style="font-family: Verdana; font-size: small;">Ctrl-R &#8211; Reset the power.</span></li>
<li><span style="font-family: Verdana; font-size: small;">Ctrl-Z &#8211; Suspend.</span></li>
<li><span style="font-family: Verdana; font-size: small;">Ctrl-N &#8211; Create a new virtual machine.</span></li>
<li><span style="font-family: Verdana; font-size: small;">Ctrl-O &#8211; Open a virtual machine.</span></li>
<li><span style="font-family: Verdana; font-size: small;">Ctrl-F4 &#8211; Close the current virtual machine.</span></li>
<li><span style="font-family: Verdana; font-size: small;">Ctrl-D &#8211; Edit the virtual machine&#039;s configuration.</span></li>
<li><span style="font-family: Verdana; font-size: small;">Ctrl-G &#8211; Grab input from the keyboard and mouse.</span></li>
<li><span style="font-family: Verdana; font-size: small;">Ctrl-P &#8211; Edit preferences. See Setting User Preferences for the Vampire Server Host.</span></li>
<li><span style="font-family: Verdana; font-size: small;">Ctrl-Alt-Enter &#8211; Go to full screen mode.</span></li>
<li><span style="font-family: Verdana; font-size: small;">Ctrl-Alt &#8211; Return to normal (windowed) mode.</span></li>
<li><span style="font-family: Verdana; font-size: small;">Ctrl-Alt-Tab &#8211; Switch among open virtual machines while the mouse and keyboard input are grabbed.</span></li>
<li><span style="font-family: Verdana; font-size: small;">Ctrl-Tab &#8211; Switch among open virtual machines while the mouse and keyboard input are not grabbed. VMware Server must be the active application.</span></li>
<li><span style="font-family: Verdana; font-size: small;">Ctrl-Shift-Tab &#8211; Switch among open virtual machines while the mouse and keyboard input are not grabbed. VMware Server must be the active application.</span></li>
<li><span style="font-family: Verdana; font-size: small;">Ctrl-Alt-Fax &#8211; Switch among open virtual machines while using full screen mode. Fx is a function key corresponding to the virtual machine you want to use. The key combination to use for a virtual machine is shown in the VMware Server title bar when that virtual machine is active and in normal (windowed) mode.</span></li>
</ul>


<div>			<div class="textwidget"><br></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
<div><h3>Related Posts</h3>
<ul>
<li><a href="http://www.watchingthenet.com/eight-microsoft-word-2007-keyboard-formating-shortcut-tips.html" title="8 Microsoft Word 2007 Quick Keyboard Shortcut Formating Tips">8 Microsoft Word 2007 Quick Keyboard Shortcut Formating Tips</a></li>
<li><a href="http://www.watchingthenet.com/create-keyboard-shortcut-to-change-power-plans-schemes-on-the-fly.html" title="Create Keyboard Shortcut To Change Power Plans (Schemes) On the Fly">Create Keyboard Shortcut To Change Power Plans (Schemes) On the Fly</a></li>
<li><a href="http://www.watchingthenet.com/why-ctrlaltdel-does-not-open-task-manager-in-windows-xp.html" title="Why CTRL+ALT+DEL Does Not Open Task Manager In Windows XP">Why CTRL+ALT+DEL Does Not Open Task Manager In Windows XP</a></li>
<li><a href="http://www.watchingthenet.com/windows-tip-create-keyboard-shortcut-to-abort-shut-down.html" title="Create Keyboard Shortcut To Abort Shutting Down Windows">Create Keyboard Shortcut To Abort Shutting Down Windows</a></li>
<li><a href="http://www.watchingthenet.com/create-shortcuts-for-restart-shut-down-or-logoff-on-windows-xp-and-vista.html" title="Create Shortcuts For Restart Shut Down Or Logoff On Windows XP and Vista">Create Shortcuts For Restart Shut Down Or Logoff On Windows XP and Vista</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.watchingthenet.com/display-menu-keyboard-using-quick-switch-mode-in-vmware-server.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Change The Inventory List Order In VMWare Server Console</title>
		<link>http://www.watchingthenet.com/sort-inventory-list-order-in-vmware-server.html</link>
		<comments>http://www.watchingthenet.com/sort-inventory-list-order-in-vmware-server.html#comments</comments>
		<pubDate>Fri, 23 Nov 2007 06:00:08 +0000</pubDate>
		<dc:creator>Mike Boyds</dc:creator>
				<category><![CDATA[VMware Tips]]></category>
		<category><![CDATA[virtual machines]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.watchingthenet.com/sort-inventory-list-order-in-vmware-server.html</guid>
		<description><![CDATA[<p align="left"><span style="font-size: x-small;"><span style="font-family: Verdana;"><img src="wp-content/uploads/image/vmwarelogo.jpg" alt="vmwarelogo.png" width="158" height="52" align="right" /><span style="font-size: small;">If you have not noticed, after creating Virtual Machines (VM) in VMware Server, the new VM is added to the end of the inventory list when viewed in the Console. VMWare does not sort the list at any time and you are stuck with a list that may not be to your preference.</span></span></span></p>
<p><a href="http://www.watchingthenet.com/sort-inventory-list-order-in-vmware-server.html" class="more-link">read more: Change The Inventory List Order In VMWare Server Console</a></p>


<div>			<div class="textwidget"><br /></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
<div><h3>Related Posts</h3>
<ul>
<li><a href="http://www.watchingthenet.com/how-to-print-to-a-file-instead-to-a-printer-in-windows.html" title="How Stop And Start Windows Services From A Batch File">How Stop And Start Windows Services From A Batch File</a></li>
<li><a href="http://www.watchingthenet.com/delay-and-order-virtual-machine-startup-shutdown-with-vmware-server.html" title="How To Delay Auto Starting Virtual Machines In VMWare Server">How To Delay Auto Starting Virtual Machines In VMWare Server</a></li>
<li><a href="http://www.watchingthenet.com/how-to-expand-an-exisiting-virtual-disk-in-vmware-server.html" title="How To Expand An Exisiting Virtual Disk In VMWare Server">How To Expand An Exisiting Virtual Disk In VMWare Server</a></li>
<li><a href="http://www.watchingthenet.com/display-menu-keyboard-using-quick-switch-mode-in-vmware-server.html" title="VMWare Server Tip: Display Menus and Toolbars in Quick Switch Mode">VMWare Server Tip: Display Menus and Toolbars in Quick Switch Mode</a></li>
</ul>
</div>
]]></description>
			<content:encoded><![CDATA[<p align="left"><span style="font-size: x-small;"><span style="font-family: Verdana;"><img src="wp-content/uploads/image/vmwarelogo.jpg" alt="vmwarelogo.png" width="158" height="52" align="right" /><span style="font-size: small;">If you have not noticed, after creating Virtual Machines (VM) in VMware Server, the new VM is added to the end of the inventory list when viewed in the Console. VMWare does not sort the list at any time and you are stuck with a list that may not be to your preference.</span></span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;">Fortunately there is an easy way to re-sort the list that will allow you to group, list Virtual Machines in alphabetical order or display them in any order.</span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;"><span id="more-531"></span></span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;"> </span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;">In the screen shot below, I recently created two Virtual Machines named WTN2_Ubuntu and WTN5_W2K which appear at the end of the inventory list.</span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;"><img src="/wp-content/uploads/image/vmwareinventory2.png" alt="vmwareinventory2.png" width="302" height="228" align="bottom" /></span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;">To re-order the list, the file <em>vm-list</em> file needs to be edited.</span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;"> <strong>1 -</strong> Close the VMWare Server Console</span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;"> <strong>2 -</strong> In Windows open a command prompt <em>(Start \ Run&#8230;) and enter the following command:</em></span></span></p>
<p><span style="font-size: small;"><strong><span style="font-family: Verdana;">NOTE: </span></strong><em><span style="font-family: Verdana;">(virtual machines do not need to be stopped)</span></em></span></p>
<p><span style="color: #ff0000; font-size: small;"><em><span style="font-family: Verdana;"> net stop &#034;VMware Registration Service&#034;</span></em></span></p>
<p><span style="font-family: Verdana; font-size: small;"> Linux systems do not need to stop any deamons.</span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;"> <strong>3 -</strong> Make a backup copy of the <em>vm-list</em> file, before editing (Windows users can use Notepad and Linux users can use VI or any editor of your choice).</span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;"> In <strong>Windows Vista</strong> the file can be found in the following folder location:</span></span></p>
<p><span style="font-size: small;"><em><span style="font-family: Verdana;"> C:\Users\All Users\VMware\VMware Server</span></em></span></p>
<p><span style="font-family: Verdana; font-size: small;"> In all other versions of <strong>Windows (XP/2000/2003)</strong>:</span></p>
<p><span style="font-size: small;"><em><span style="font-family: Verdana;"> C:\Documents and Settings\All Users\VMware\VMware Server</span></em></span></p>
<p><span style="font-family: Verdana; font-size: small;"> In <strong>Linux</strong></span><span style="font-family: Verdana; font-size: small;">:</span></p>
<p><span style="font-size: small;"><em><span style="font-family: Verdana;"> etc/vmware/vm-list</span></em></span></p>
<p><span style="font-family: Verdana; font-size: small;"><strong>NOTE:</strong> <em>if you can not find the file, search for vm-list to locate it.</em></span></p>
<p><span style="font-family: Verdana; font-size: small;">When editing the file, order the VM&#039;s to your preference and make sure there is a carriage return after each VM entry (otherwise the VM will not appear in the inventory list).</span></p>
<p><span style="font-family: Verdana; font-size: small;"> <strong>4 -</strong> In Windows restart the VMware Registration Service:</span></p>
<p><span style="font-family: Verdana; font-size: small;"><span style="color: #ff0000;"><em> net start &#034;VMware Registration Service</em>&#034;</span></span></p>
<p><span style="font-size: small;"><br />
 </span></p>
<p><span style="font-family: Verdana; font-size: small;">Now when you open VMWare Server Console&#8230;</span></p>
<p><span style="font-size: small;"><img src="/wp-content/uploads/image/vmwareinventory3.png" alt="vmwareinventory3.png" width="299" height="227" align="bottom" /></span></p>
<p><span style="font-family: Verdana; font-size: small;">&#8230;your VM&#039;s will be in the order that you chose, instead of VMWare preference.</span></p>


<div>			<div class="textwidget"><br></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
<div><h3>Related Posts</h3>
<ul>
<li><a href="http://www.watchingthenet.com/how-to-print-to-a-file-instead-to-a-printer-in-windows.html" title="How Stop And Start Windows Services From A Batch File">How Stop And Start Windows Services From A Batch File</a></li>
<li><a href="http://www.watchingthenet.com/delay-and-order-virtual-machine-startup-shutdown-with-vmware-server.html" title="How To Delay Auto Starting Virtual Machines In VMWare Server">How To Delay Auto Starting Virtual Machines In VMWare Server</a></li>
<li><a href="http://www.watchingthenet.com/how-to-expand-an-exisiting-virtual-disk-in-vmware-server.html" title="How To Expand An Exisiting Virtual Disk In VMWare Server">How To Expand An Exisiting Virtual Disk In VMWare Server</a></li>
<li><a href="http://www.watchingthenet.com/display-menu-keyboard-using-quick-switch-mode-in-vmware-server.html" title="VMWare Server Tip: Display Menus and Toolbars in Quick Switch Mode">VMWare Server Tip: Display Menus and Toolbars in Quick Switch Mode</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.watchingthenet.com/sort-inventory-list-order-in-vmware-server.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How To Delay Auto Starting Virtual Machines In VMWare Server</title>
		<link>http://www.watchingthenet.com/delay-and-order-virtual-machine-startup-shutdown-with-vmware-server.html</link>
		<comments>http://www.watchingthenet.com/delay-and-order-virtual-machine-startup-shutdown-with-vmware-server.html#comments</comments>
		<pubDate>Sat, 03 Nov 2007 06:00:46 +0000</pubDate>
		<dc:creator>Mike Boyds</dc:creator>
				<category><![CDATA[VMware Tips]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.watchingthenet.com/delay-and-order-virtual-machine-startup-shutdown-with-vmware-server.html</guid>
		<description><![CDATA[<p><span style="font-family: Verdana; font-size: x-small;"><span style="font-family: Verdana; font-size: x-small;"><img src="/wp-content/uploads/image/vmwarelogo.jpg" alt="vmwarelogo.jpg" width="162" height="54" align="right" /><span style="font-size: small;">Running multiple</span></span><span style="font-family: Verdana; font-size: small;"> Operating Systems as Virtual Machines has numerous advantages, until it comes time to reboot the Host Computer (running VMWare Server). You either need to manually start all VM&#039;s or allow them to startup at once causing a system wide bottleneck to occur on the Host.</span></span></p>
<p><a href="http://www.watchingthenet.com/delay-and-order-virtual-machine-startup-shutdown-with-vmware-server.html" class="more-link">read more: How To Delay Auto Starting Virtual Machines In VMWare Server</a></p>


<div>			<div class="textwidget"><br /></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
<div><h3>Related Posts</h3>
<ul>
<li><a href="http://www.watchingthenet.com/how-to-print-to-a-file-instead-to-a-printer-in-windows.html" title="How Stop And Start Windows Services From A Batch File">How Stop And Start Windows Services From A Batch File</a></li>
<li><a href="http://www.watchingthenet.com/how-to-expand-an-exisiting-virtual-disk-in-vmware-server.html" title="How To Expand An Exisiting Virtual Disk In VMWare Server">How To Expand An Exisiting Virtual Disk In VMWare Server</a></li>
<li><a href="http://www.watchingthenet.com/sort-inventory-list-order-in-vmware-server.html" title="Change The Inventory List Order In VMWare Server Console">Change The Inventory List Order In VMWare Server Console</a></li>
<li><a href="http://www.watchingthenet.com/display-menu-keyboard-using-quick-switch-mode-in-vmware-server.html" title="VMWare Server Tip: Display Menus and Toolbars in Quick Switch Mode">VMWare Server Tip: Display Menus and Toolbars in Quick Switch Mode</a></li>
</ul>
</div>
]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Verdana; font-size: x-small;"><span style="font-family: Verdana; font-size: x-small;"><img src="/wp-content/uploads/image/vmwarelogo.jpg" alt="vmwarelogo.jpg" width="162" height="54" align="right" /><span style="font-size: small;">Running multiple</span></span><span style="font-family: Verdana; font-size: small;"> Operating Systems as Virtual Machines has numerous advantages, until it comes time to reboot the Host Computer (running VMWare Server). You either need to manually start all VM&#039;s or allow them to startup at once causing a system wide bottleneck to occur on the Host.</span></span></p>
<p><span style="font-family: Verdana; font-size: small;"><span style="font-family: Verdana;">Instead of trying to start up all VM&#039;s at once, you can configure VMWare Server to delay the startup times for each Virtual Machine, and specify the order in which each VM starts. In fact, an option also exist to auto shutdown each VM in a delayed ordered, making way for a more responsive Host during reboots.<br />
 </span></span></p>
<p><span style="font-family: Verdana; font-size: small;"><span style="font-family: Verdana;"><span id="more-515"></span></span></span></p>
<p><span style="font-family: Verdana; font-size: small;"><span style="font-family: Verdana;"> </span></span></p>
<p><span style="font-family: Verdana; font-size: small;">For reasons unknown, you cannot configure delayed starting and shutdown of VM&#039;s using VMWare Server Console. Instead you need to use the web based VMWare Management Interface (VMI).</span></p>
<p><span style="font-family: Verdana; font-size: small;">The Management Interface is installed during VMWare Server installation if it detects a Web Server (Apache or IIS) is installed. It can also be installed later by running VMWare Server setup again.</span></p>
<p><span style="font-size: small;"><strong><span style="font-family: Verdana;">NOTE: </span></strong><em><span style="font-family: Verdana;">if VMWare Management Interface will not connect when using IIS on Windows XP or Vista, see <a href="http://www.petri.co.il/virtual_starting_vmware_web_service.htm">starting the VMWare web service</a>.</span></em></span></p>
<p><span style="font-family: Verdana; font-size: small;">Once you have VMWare web service up and running, you can connect and logon to the interface by typing the following in your browser:</span></p>
<p><span style="font-family: Verdana; font-size: small;"><em><strong>https://&lt;hostname&gt;:8333</strong></em> (or <a href="https://localhost">https://localhost</a>:8333 when using the VMWare Host Computer)</span></p>
<p><span style="font-family: Verdana; font-size: small;">If SSL is disabled, connect with</span></p>
<p><span style="font-size: small;"><em><strong><span style="font-family: Verdana;">http://&lt;hostname&gt;:8222</span></strong></em></span></p>
<p><span style="font-family: Verdana; font-size: small;"><span style="text-decoration: underline;"><strong>Enable Startup And Shutdown</strong></span></span></p>
<p><span style="font-family: Verdana; font-size: small;">Now that you are connected, first verify that all VM&#039;s Startup and Shutdown parameter have been enable (VM must be powered off to enable).</span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;">This can be set in the VMI by clicking on the down arrow (next to the VM icon), </span></span></p>
<p><span style="font-size: small;"><img src="/wp-content/uploads/image/vmwaremui4.png" alt="vmwaremui4.png" width="170" height="54" align="bottom" /></span></p>
<p><span style="font-family: Verdana; font-size: small;">followed by:</span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;"> &#8211; Selecting <em>Configure Options&#8230; </em></span><br />
 </span> <span style="font-size: small;"><span style="font-family: Verdana;"> &#8211; Click on <em>Edit</em> next to <em>System Startup Options</em></span></span><span style="font-size: small;"><span style="font-family: Verdana;"><br />
 &#8211; Check <em>Start Virtual Machine</em> (set all other options as shown in below screenshot including Shutdown Options)</span><br />
 </span> <span style="font-size: small;"><span style="font-family: Verdana;"> &#8211; Click <em>OK</em> to save settings</span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;"><strong>NOTE:</strong> <em>you can also set the delay time here, but as you will see later, it is much easier to set in the global System configuration section.<br />
 </em></span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;"><em><img src="/wp-content/uploads/image/vmwaremui5.png" alt="vmwaremui5.png" width="527" height="213" align="bottom" /></em></span></span></p>
<p><span style="font-size: small;"><br />
 </span></p>
<p><span style="font-family: Verdana; font-size: small;"><strong>Setup Startup And Shutdown Delay Times</strong></span></p>
<p><span style="font-family: Verdana; font-size: small;">Once </span><span style="font-family: Verdana; font-size: small;">Startup and Shutdown has been </span><span style="font-family: Verdana; font-size: small;">enable for each VM, you can now set up the order and delay times by:</span></p>
<p><span style="font-family: Verdana; font-size: small;"> &#8211; Clicking on the <em>Options</em> tab from the main screen in VMI. Then click on <em>Virtual Machine Startup and Shutdown&#8230;</em> link.</span></p>
<p><span style="font-size: small;"> <img src="/wp-content/uploads/image/vmwaremui1.png" alt="vmwaremui1.png" width="604" height="124" align="bottom" /></span></p>
<p><span style="font-family: Verdana; font-size: small;">- Followed by clicking on the <em>Edit</em> button in the System Configuration section.</span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;">In the System Startup and Shutdown Defaults screen, enable startup and shutdown by selecting the check box and set the delay times to your preference. Click <em>OK</em> to save settings.</span></span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;"><img src="/wp-content/uploads/image/vmwaremui6.png" alt="vmwaremui6.png" width="534" height="230" align="bottom" /></span></span></p>
<p><span style="font-size: small;"> <br />
 </span> <span style="font-family: Verdana; font-size: small;">Next set the order of starting each Virtual Machine, by editing the <em>Specified Order</em> or <em>Any Order</em>. Click OK to save settings.</span></p>
<p><span style="font-family: Verdana; font-size: small;"><img src="/wp-content/uploads/image/vmwaremui7.png" alt="vmwaremui7.png" width="530" height="342" align="bottom" /></span></p>
<p><span style="font-size: small;"> <br />
 </span> <span style="font-family: Verdana; font-size: small;">Virtual Machines will shutdown in the reverse order you have configured for startup.</span></p>
<p><span style="font-family: Verdana; font-size: small;">When completed with the setup, you will see a summary of the settings and startup sequence similar to the below screen shot.</span></p>
<p><span style="font-family: Verdana; font-size: small;"><img src="/wp-content/uploads/image/vmwaremui8.png" alt="vmwaremui8.png" width="432" height="277" align="bottom" /></span></p>
<p><span style="font-size: small;"> </span><span style="font-family: Verdana; font-size: small;">Now your VMWare Server host will more than likely see less bottlenecks and quicker startup and shutdown times. Also, with a graceful shutdown, your Virtual Machines will be less likely get corrupted from a hard shutdown (power off).</span></p>


<div>			<div class="textwidget"><br></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
<div><h3>Related Posts</h3>
<ul>
<li><a href="http://www.watchingthenet.com/how-to-print-to-a-file-instead-to-a-printer-in-windows.html" title="How Stop And Start Windows Services From A Batch File">How Stop And Start Windows Services From A Batch File</a></li>
<li><a href="http://www.watchingthenet.com/how-to-expand-an-exisiting-virtual-disk-in-vmware-server.html" title="How To Expand An Exisiting Virtual Disk In VMWare Server">How To Expand An Exisiting Virtual Disk In VMWare Server</a></li>
<li><a href="http://www.watchingthenet.com/sort-inventory-list-order-in-vmware-server.html" title="Change The Inventory List Order In VMWare Server Console">Change The Inventory List Order In VMWare Server Console</a></li>
<li><a href="http://www.watchingthenet.com/display-menu-keyboard-using-quick-switch-mode-in-vmware-server.html" title="VMWare Server Tip: Display Menus and Toolbars in Quick Switch Mode">VMWare Server Tip: Display Menus and Toolbars in Quick Switch Mode</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.watchingthenet.com/delay-and-order-virtual-machine-startup-shutdown-with-vmware-server.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Add Hardware Components To Virtual Machine Guests in VMWare Server</title>
		<link>http://www.watchingthenet.com/how-to-add-hardware-components-to-virtual-machine-guests-in-vmware-server.html</link>
		<comments>http://www.watchingthenet.com/how-to-add-hardware-components-to-virtual-machine-guests-in-vmware-server.html#comments</comments>
		<pubDate>Sun, 15 Jul 2007 10:00:17 +0000</pubDate>
		<dc:creator>Mike Boyds</dc:creator>
				<category><![CDATA[VMware Tips]]></category>

		<guid isPermaLink="false">http://www.watchingthenet.com/how-to-add-hardware-components-to-virtual-machine-guests-in-vmware-server.html</guid>
		<description><![CDATA[<p><font size="2" face="Verdana"><img width="162" height="54" align="right" src="/wp-content/uploads/image/vmwarelogo.jpg" alt="vmwarelogo.jpg" />After you have created Virtual Machines that are running any Operating System such as Windows or Linux , you may have a need to add hardware components. As long as the host Computer, where VMWare Server is installed, has the hardware installed, components such as sound card, hard drives, USB controllers, etc.. can be added easily using the Add Hardware wizard in VMWare Server console.</font></p>
<p><a href="http://www.watchingthenet.com/how-to-add-hardware-components-to-virtual-machine-guests-in-vmware-server.html" class="more-link">read more: How To Add Hardware Components To Virtual Machine Guests in VMWare Server</a></p>


<div>			<div class="textwidget"><br /></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
]]></description>
			<content:encoded><![CDATA[<p><font size="2" face="Verdana"><img width="162" height="54" align="right" src="/wp-content/uploads/image/vmwarelogo.jpg" alt="vmwarelogo.jpg" />After you have created Virtual Machines that are running any Operating System such as Windows or Linux , you may have a need to add hardware components. As long as the host Computer, where VMWare Server is installed, has the hardware installed, components such as sound card, hard drives, USB controllers, etc.. can be added easily using the Add Hardware wizard in VMWare Server console.</font></p>
<p><span id="more-452"></span></p>

<p>&nbsp;</p>
<p><font size="2"><font face="Verdana">With VMWare Server, the available hardware components that can be added to Virtual Machines are:</font></font></p>
<ul>
<li><font size="2"><font face="Verdana">Hard Disks</font></font></li>
<li><font size="2"><font face="Verdana">DVD/CDRom Drive</font></font></li>
<li><font size="2"><font face="Verdana">Ethernet Adapter</font></font></li>
<li><font size="2"><font face="Verdana">Floppy Drive</font></font></li>
<li><font size="2"><font face="Verdana">Sound Adapter</font></font></li>
<li><font size="2"><font face="Verdana">USB Controller</font></font></li>
<li><font size="2"><font face="Verdana">Serial Port</font></font></li>
<li><font size="2"><font face="Verdana">Parallel Port</font></font></li>
<li><font size="2"><font face="Verdana">Generic SCSI Device</font></font></li>
</ul>
<p><font size="2" face="Verdana">To add hardware components to a Virtual Machine, open the VMWare Server console and select a VM. If the VM is running, you will need to shut it down and power off before adding hardware components.</font></p>
<p><font size="2" face="Verdana">Next highlight the VM under the <em>Inventory</em> column, then select <em>Edit virtual machine settings</em> under the<em> Commands</em> section in the right window pane:</font></p>
<p><font size="2" face="Verdana"><img width="429" height="319" align="bottom" src="/wp-content/uploads/image/vmwarehw.png" alt="vmwarehw.png" /></font></p>
<p>&nbsp;</p>
<p><font size="2" face="Verdana">In the <em>Virtual Machine Settings</em> window, click on the Add&#8230; button at the bottom</font></p>
<p><font size="2" face="Verdana"><img width="528" height="402" align="bottom" src="/wp-content/uploads/image/vmwarehw2.png" alt="vmwarehw2.png" /></font></p>
<p>&nbsp;</p>
<p><font size="2" face="Verdana">which will start the <em>Add Hardware Wizard</em>. Click the <em>Next &gt;</em> button, which will bring you to the <em>Hardware Types</em> screen where you can select hardware from the list that you want to install.</font></p>
<p><img width="381" height="332" align="bottom" src="/wp-content/uploads/image/vmwarehw3.png" alt="vmwarehw3.png" /></p>
<p>&nbsp;</p>
<p><font size="2"><font face="Verdana">In this example, I&#039;m going to add a sound card to the VM, which is running Windows XP , by selecting <em>Sound Adapter</em>, then click <em>Next &gt;.</em></font></font></p>
<p><font size="2"><font face="Verdana">At the next screen, you can specify the type of sound adapter installed in the Host computer running VMWare Server by clicking the <em>Specify sound adapter: </em>radio button, then pull down the window and select the best option available. In this example, the Realtek High Definition is what I have selected.<br />
</font></font></p>
<p>&nbsp;<img width="379" height="333" align="bottom" src="/wp-content/uploads/image/vmwarehw4.png" alt="vmwarehw4.png" /></p>
<p>&nbsp;</p>
<p><font size="2" face="Verdana">Since I want the Device available when the VM is powered on, the Connect at power on option is checked.</font></p>
<p><font size="2" face="Verdana">Click <em>Finish</em> when completed<em>.</em></font></p>
<p><font size="2" face="Verdana">Now start up the Virtual Machine and for Windows and most Linux Systems, plug and play should recognize the new hardware and add it to the System.</font></p>
<p><font size="2" face="Verdana"></font></p>
<p><font size="2" face="Verdana">Looking for more VMWare help? Check out our <a href="http://www.watchingthenet.com/category/vmware-tips/">VMware Tips and guides</a> section. </font></p>


<div>			<div class="textwidget"><br></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.watchingthenet.com/how-to-add-hardware-components-to-virtual-machine-guests-in-vmware-server.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Automatically Start VMWare Tools In Ubuntu And Kubuntu</title>
		<link>http://www.watchingthenet.com/how-to-automatically-start-vmware-tools-in-ubuntu-and-kubuntu.html</link>
		<comments>http://www.watchingthenet.com/how-to-automatically-start-vmware-tools-in-ubuntu-and-kubuntu.html#comments</comments>
		<pubDate>Sat, 07 Jul 2007 10:00:29 +0000</pubDate>
		<dc:creator>Mike Boyds</dc:creator>
				<category><![CDATA[Ubuntu And Linux Tips]]></category>
		<category><![CDATA[VMware Tips]]></category>

		<guid isPermaLink="false">http://www.watchingthenet.com/automatically-start-vmware-tools-on-ubuntu-kubuntu.html</guid>
		<description><![CDATA[<p><font size="2"></font><font face="Verdana"><img width="124" vspace="6" height="42" align="right" alt="ubuntulogo.jpg" src="/wp-content/uploads/image/ubuntulogo.jpg" />If you installed VMWare tools in Ubuntu or Kubuntu guests running on VMWare hosts, you probably noticed that VMWare tools does not, by default start up automamtically during boot. To start VMWare tools, you must run v<em>mware-toolbox &#38;</em> manually at a command prompt. While this is good way of starting up VMWare tools, a better way is to have it start up automatically on Unbuntu or Kbuntu.</font></p>
<p><a href="http://www.watchingthenet.com/how-to-automatically-start-vmware-tools-in-ubuntu-and-kubuntu.html" class="more-link">read more: How To Automatically Start VMWare Tools In Ubuntu And Kubuntu</a></p>


<div>			<div class="textwidget"><br /></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
]]></description>
			<content:encoded><![CDATA[<p><font size="2"><font face="Verdana"><img width="124" vspace="6" height="42" align="right" alt="ubuntulogo.jpg" src="/wp-content/uploads/image/ubuntulogo.jpg" />If you installed VMWare tools in Ubuntu or Kubuntu guests running on VMWare hosts, you probably noticed that VMWare tools does not, by default start up automamtically during boot. To start VMWare tools, you must run v<em>mware-toolbox &amp;</em> manually at a command prompt. While this is good way of starting up VMWare tools, a better way is to have it start up automatically on Unbuntu or Kbuntu.</font></font></p>
<p><span id="more-448"></span></p>

<p>&nbsp;</p>
<p><font size="2"><font face="Verdana">To start VMWare tools </font></font><font size="2"><font face="Verdana">automatically </font></font><font size="2"><font face="Verdana">from Kubuntu, we&#039;ll need to add a start up script to ~/.kde/Autostart directory (hidden), located in your home directory.</font></font></p>
<p><font size="2"><font face="Verdana">Logon to kubuntu and open a Terminal window by clicking on <em>Kmenu \ Utilities \ Terminal</em> from the panel. Next enter the following two commands:</font></font></p>
<p><em><font size="2" face="Verdana">echo &quot;/usr/bin/vmware-toolbox &#8211; -minimize&quot; &gt; ~/.kde/Autostart/vmware-toolbox.sh</font></em><br />
<em><font size="2" face="Verdana">(</font></em><strong><font size="2" face="Verdana">NOTE:</font></strong><em><font size="2" face="Verdana"> there is no space between hyphens before minimize)</font></em><em><font size="2" face="Verdana"><br />
</font></em></p>
<p><font size="2" face="Verdana">and press enter. Then enter the following command:</font></p>
<p><em><font size="2" face="Verdana">chmod +x ~/.kde/Autostart/vmware-toolbox.sh</font></em></p>
<p><font size="2" face="Verdana">and press enter. Now the next time you restart, VMWare tools will start and minimize to the panel.</font></p>
<p><font size="2" face="Verdana">To start VMWare tools from Gnome, logon, then click <em>System \ Preferences \ Sessions</em> from the panel.</font></p>
<p><font size="2" face="Verdana"><img width="405" height="362" align="bottom" alt="ubuntuvmwaretools1.png" src="/wp-content/uploads/image/ubuntuvmwaretools1.png" /></font></p>
<p>&nbsp;</p>
<p><font size="2" face="Verdana">Click on the <em>New</em> button and in the <em>New Startup Program</em> window, enter</font></p>
<p><em><font size="2" face="Verdana">VMWare Tools</font></em></p>
<p><font size="2" face="Verdana">in the Name field, and </font></p>
<p><em><font size="2" face="Verdana">/usr/bin/vmware-toolbox &#8211; -minimize</font></em><br />
<em><font size="2" face="Verdana">(</font></em><strong><font size="2" face="Verdana">NOTE:</font></strong><em><font size="2" face="Verdana"> there is no space between hyphens before minimize)</font><font size="2" face="Verdana"><br />
</font></em></p>
<p><font size="2" face="Verdana">in the <em>Command:</em> field. Click <em>OK</em> to save.</font></p>
<p><img width="385" height="143" align="bottom" src="/wp-content/uploads/image/ubuntuvmwaretools2a.png" alt="ubuntuvmwaretools2a.png" /></p>
<p>&nbsp;</p>
<p><font size="2" face="Verdana">Next time you restart Ubuntu, VMWare tools will auto start and minimize to the panel. No more starting up manually!</font></p>



<div>			<div class="textwidget"><br></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.watchingthenet.com/how-to-automatically-start-vmware-tools-in-ubuntu-and-kubuntu.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Quick Fix For Broken VM Guest Network Connection Running In VMWare Server</title>
		<link>http://www.watchingthenet.com/quick-fix-for-broken-vm-guest-network-connection-running-in-vmware-server.html</link>
		<comments>http://www.watchingthenet.com/quick-fix-for-broken-vm-guest-network-connection-running-in-vmware-server.html#comments</comments>
		<pubDate>Sat, 30 Jun 2007 10:00:21 +0000</pubDate>
		<dc:creator>Mike Boyds</dc:creator>
				<category><![CDATA[VMware Tips]]></category>

		<guid isPermaLink="false">http://www.watchingthenet.com/quick-fix-for-broken-vm-guest-network-connections-running-in-vmware-server.html</guid>
		<description><![CDATA[<p><font size="2"></font><font face="Verdana"><img width="170" height="54" align="right" src="/wp-content/uploads/image/vmwarelogo.jpg" alt="vmwarelogo.jpg" />Every now and then, you may have notice the network connection for a Virtual Machine guest running on VMWare Server has stopped working. The guest VM could be running any version of Windows or Linux distribution and restarting the Virtual Machine does not fix the problem. If this happens to you, a possible work around to get the Network re-connected can be fixed by restarting the VMWare Server NAT service.</font></p>
<p><a href="http://www.watchingthenet.com/quick-fix-for-broken-vm-guest-network-connection-running-in-vmware-server.html" class="more-link">read more: Quick Fix For Broken VM Guest Network Connection Running In VMWare Server</a></p>


<div>			<div class="textwidget"><br /></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
]]></description>
			<content:encoded><![CDATA[<p><font size="2"><font face="Verdana"><img width="170" height="54" align="right" src="/wp-content/uploads/image/vmwarelogo.jpg" alt="vmwarelogo.jpg" />Every now and then, you may have notice the network connection for a Virtual Machine guest running on VMWare Server has stopped working. The guest VM could be running any version of Windows or Linux distribution and restarting the Virtual Machine does not fix the problem. If this happens to you, a possible work around to get the Network re-connected can be fixed by restarting the VMWare Server NAT service.</font></font></p>
<p><span id="more-441"></span></p>

<p>&nbsp;</p>
<p><font size="2" face="Verdana">Several ways exist to restart the NAT service when running VMWare Server either on a Windows or Linus host. The easiest way is from the VmWare Server Console.</font></p>
<p><font size="2" face="Verdana">To re-start the NAT service, connect to the Console and select <em>Host \ Virtual Network Settings&#8230;</em> from the menu.</font></p>
<p><font size="2" face="Verdana"><img width="477" height="138" align="bottom" alt="vmwarenatsvcs1.png" src="/wp-content/uploads/image/vmwarenatsvcs1.png" /></font></p>
<p>&nbsp;</p>
<p><font size="2" face="Verdana">Select the <em>NAT</em> tab, and at the bottom click on the <em>Restart </em>button.</font></p>
<p><font size="2" face="Verdana"><img width="467" height="375" align="bottom" alt="vmwarenatsvcs2.png" src="/wp-content/uploads/image/vmwarenatsvcs2.png" /></font></p>
<p><font size="2" face="Verdana">Then click on the <em>Apply</em> button, to restart VNWare Server NAT service. After the service has restarted, the <em>Service request</em> field will be blank and the <em>Service status</em> field will display Started.</font></p>
<p><font size="2" face="Verdana">Another method to restart the service, is from the command prompt on Windows by running the following command </font><font size="2" face="Verdana">(NOTE: must include quotes):</font></p>
<p><strong><em><font size="2" face="Verdana">net stop &quot;VMware NAT Service&quot;</font></em></strong></p>
<p><font size="2" face="Verdana">then to restart the service:</font></p>
<p><strong><em><font size="2" face="Verdana">net start &quot;VMware NAT Service&quot;</font></em></strong></p>
<p><font size="2" face="Verdana">On Linux, open a Terminal window or session, and run the following command (depending on the distribution, this command may not work):</font></p>
<p><em><strong><font size="2" face="Verdana">/etc/init.d/vmware restart</font></strong></em></p>
<p><em><strong><font size="2" face="Verdana"></font></strong></em></p>


<div>			<div class="textwidget"><br></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.watchingthenet.com/quick-fix-for-broken-vm-guest-network-connection-running-in-vmware-server.html/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>How To Expand An Exisiting Virtual Disk In VMWare Server</title>
		<link>http://www.watchingthenet.com/how-to-expand-an-exisiting-virtual-disk-in-vmware-server.html</link>
		<comments>http://www.watchingthenet.com/how-to-expand-an-exisiting-virtual-disk-in-vmware-server.html#comments</comments>
		<pubDate>Tue, 22 May 2007 10:00:49 +0000</pubDate>
		<dc:creator>Mike Boyds</dc:creator>
				<category><![CDATA[VMware Tips]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.watchingthenet.com/how-to-expand-an-exisiting-virtual-disk-in-vmware-server.html</guid>
		<description><![CDATA[<p><img src="wp-content/uploads/image/vmwarelogo.jpg" alt="vmwarelogo.jpg" width="170" height="50" align="right" /><span style="font-size: small; font-family: Verdana;">Just like physical servers, Virtual Machines created with VMWare Virtual Server, </span><span style="font-size: small; font-family: Verdana;">may eventually run </span><span style="font-size: small; font-family: Verdana;">out of available disk space. With physical servers, the solution is to add more hard disks and move data or use third party tools to resize the partition. With Virtual Machines, you could also add virtual disks, but if you need to resize the partition, one solution is to use VMWare Server  built-in command line utility called vmware-vdiskmanager, that can create, rename, defragment, shrink and expand virtual disks. </span></p>
<p><a href="http://www.watchingthenet.com/how-to-expand-an-exisiting-virtual-disk-in-vmware-server.html" class="more-link">read more: How To Expand An Exisiting Virtual Disk In VMWare Server</a></p>


<div>			<div class="textwidget"><br /></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
<div><h3>Related Posts</h3>
<ul>
<li><a href="http://www.watchingthenet.com/how-to-print-to-a-file-instead-to-a-printer-in-windows.html" title="How Stop And Start Windows Services From A Batch File">How Stop And Start Windows Services From A Batch File</a></li>
<li><a href="http://www.watchingthenet.com/delay-and-order-virtual-machine-startup-shutdown-with-vmware-server.html" title="How To Delay Auto Starting Virtual Machines In VMWare Server">How To Delay Auto Starting Virtual Machines In VMWare Server</a></li>
<li><a href="http://www.watchingthenet.com/sort-inventory-list-order-in-vmware-server.html" title="Change The Inventory List Order In VMWare Server Console">Change The Inventory List Order In VMWare Server Console</a></li>
<li><a href="http://www.watchingthenet.com/display-menu-keyboard-using-quick-switch-mode-in-vmware-server.html" title="VMWare Server Tip: Display Menus and Toolbars in Quick Switch Mode">VMWare Server Tip: Display Menus and Toolbars in Quick Switch Mode</a></li>
</ul>
</div>
]]></description>
			<content:encoded><![CDATA[<p><img src="wp-content/uploads/image/vmwarelogo.jpg" alt="vmwarelogo.jpg" width="170" height="50" align="right" /><span style="font-size: small; font-family: Verdana;">Just like physical servers, Virtual Machines created with VMWare Virtual Server, </span><span style="font-size: small; font-family: Verdana;">may eventually run </span><span style="font-size: small; font-family: Verdana;">out of available disk space. With physical servers, the solution is to add more hard disks and move data or use third party tools to resize the partition. With Virtual Machines, you could also add virtual disks, but if you need to resize the partition, one solution is to use VMWare Server  built-in command line utility called vmware-vdiskmanager, that can create, rename, defragment, shrink and expand virtual disks. </span></p>
<p><span style="font-size: small;"><span id="more-411"></span></span></p>
<p><span style="font-size: small;"> </span></p>
<p><span style="font-size: small;"><span style="font-family: Verdana;">To expand an existing partition, the Virtual Machine must be shutdown and powered off. The </span></span><span style="font-size: small; font-family: Verdana;">vmware-vdiskmanager utility resides in the directory that VMWare server was installed. On my install, it is located at <em>C:\Program Files\VMware\VMware Server</em>.</span></p>
<p><span style="font-size: small; font-family: Verdana;">Open a command prompt and navigate to the directory of the virtual disk you want to expand, and execute a directory listing by typing <em>dir</em> at the command prompt.</span></p>
<p><span style="font-size: small; font-family: Verdana;"><em>C:\OTHER\Virtual Machines\WTN1&gt;dir<br />
 Volume in drive C is System<br />
 Volume Serial Number is E40F-D10A</em></span></p>
<p><span style="font-size: small; font-family: Verdana;"><em> Directory of C:\OTHER\Virtual Machines\WTN1</em></span></p>
<p><span style="font-size: small; font-family: Verdana;"><em>05/18/2007  05:30 PM    &lt;DIR&gt;          .<br />
 05/18/2007  05:30 PM    &lt;DIR&gt;          ..<br />
 05/18/2007  04:24 PM             8,664 nvram<br />
 05/14/2007  11:57 AM            21,751 vmware-0.log<br />
 05/14/2007  08:37 AM            20,180 vmware-1.log<br />
 05/12/2007  09:52 PM            22,807 vmware-2.log<br />
 05/18/2007  04:24 PM            19,519 vmware.log<br />
 04/02/2007  12:41 PM               850 Windows XP Professional.vmsd<br />
 05/18/2007  02:28 PM               856 Windows XP Professional.vmx<br />
 05/18/2007  04:24 PM     <strong>8,589,934,592 WTN1C.vmdk</strong><br />
 </em><br />
 On my Computer, the Virtual Machine is located at </span><span style="font-size: small; font-family: Verdana;"><em>C:\OTHER\Virtual Machines\WTN1</em> and the Operating System is Windows XP Professional named <em>WTN1</em>. The virtual disk that needs to be expanded is </span><span style="font-size: small; font-family: Verdana;"><em>WTN1C.vmdk</em>.</span></p>
<p><span style="font-size: small; font-family: Verdana;">The command to expand a virtual disk follows:</span></p>
<p><span style="font-size: small;"><em><span style="font-family: Verdana;">vmware-vdiskmanager -x &lt;new-capacity&gt; diskname</span></em></span></p>
<p><span style="font-size: small; font-family: Verdana;">Where:</span></p>
<p><span style="font-size: small;"><em><span style="font-family: Verdana;"><strong>-x</strong> </span></em></span><span style="font-size: small;"><span style="font-family: Verdana;">is the option to expand</span><br />
<strong><em><span style="font-family: Verdana;">&lt;new-capacity&gt;</span></em></strong></span> <span style="font-size: small; font-family: Verdana;"> is the new size of the virtual disk you want to expand</span><span style="font-size: small;"><br />
<strong><em><span style="font-family: Verdana;">diskname</span></em></strong></span> <span style="font-size: small; font-family: Verdana;"> is the virtual disk name</span></p>
<p><span style="font-size: small;"><strong><span style="font-family: Verdana;">(NOTE:</span></strong></span><span style="font-size: small; font-family: Verdana;"> enter the full path to the vmware-vdiskmanager executable. Use quotes if the path includes spaces)</span></p>
<p><span style="font-size: small;"><em><span style="font-family: Verdana;">C:\OTHER\Virtual Machines\WTN1&gt;&#034;C:\Program Files\VMware\VMware Server\vmware-vdiskmanager&#034; -x 10GB WTN1C.vmdk<br />
 Using log file C:\Users\Owner\AppData\Local\Temp\vmware-Owner\vdiskmanager.log<br />
 Grow: 100% done.<br />
 The old geometry C/H/S of the disk is: 16383/16/63<br />
 The new geometry C/H/S of the disk is: 16383/16/63<br />
 Disk expansion completed successfully.</span></em></span></p>
<p><span style="font-size: small;"><em><span style="font-family: Verdana;">WARNING: If the virtual disk is partitioned, you must use a third-party<br />
 utility in the virtual machine to expand the size of the<br />
 partitions. For more information, see:</p>
<p><a href="http://www.vmware.com/support/kb/enduser/std_adp.php?p_faqid=1647">http://www.vmware.com/support/kb/enduser/std_adp.php?p_faqid=1647</a></span></em></span></p>
<p><span style="font-size: small; font-family: Verdana;">Next, execute a directory listing to verify the virtual disk was expanded.</span></p>
<p><span style="font-size: small; font-family: Verdana;">C:\OTHER\Virtual Machines\WTN1&gt;dir<br />
 Volume in drive C is System<br />
 Volume Serial Number is E40F-D10A<br />
 </span> <span style="font-size: small;"><br />
 </span><span style="font-size: small; font-family: Verdana;">Directory of C:\OTHER\Virtual Machines\WTN1</span></p>
<p><span style="font-size: small; font-family: Verdana;">05/21/2007  11:31 AM    &lt;DIR&gt;          .<br />
 05/21/2007  11:31 AM    &lt;DIR&gt;          ..<br />
 05/21/2007  11:31 AM             8,664 nvram<br />
 05/21/2007  11:29 AM            19,549 vmware-0.log<br />
 05/18/2007  04:24 PM            19,519 vmware-1.log<br />
 05/14/2007  11:57 AM            21,751 vmware-2.log<br />
 05/21/2007  11:31 AM            17,724 vmware.log<br />
 04/02/2007  12:41 PM               850 Windows XP Professional.vmsd<br />
 05/21/2007  11:30 AM               936 Windows XP Professional.vmx<br />
 05/21/2007  11:31 AM    <strong>10,737,418,240 WTN1C.vmdk</strong></span></p>
<p><span style="font-size: small; font-family: Verdana;">You should now see the new size of the virtul disk. Also, notice the Warning message above. You will need to use a third party tool such as Partition Magic or Acronis Disk Director to resize the partition inside the Virtual Machine Operating System.</span></p>
<p><span style="font-size: small; font-family: Verdana;">To list all available options for </span><span style="font-size: small; font-family: Verdana;"><em>vmware-vdiskmanager</em>, just enter the following at a command prompt:</span></p>
<p><span style="font-size: small;"><em><span style="font-family: Verdana;">vmware-vdiskmanager.exe /?</span></em></span></p>


<div>			<div class="textwidget"><br></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
<div><h3>Related Posts</h3>
<ul>
<li><a href="http://www.watchingthenet.com/how-to-print-to-a-file-instead-to-a-printer-in-windows.html" title="How Stop And Start Windows Services From A Batch File">How Stop And Start Windows Services From A Batch File</a></li>
<li><a href="http://www.watchingthenet.com/delay-and-order-virtual-machine-startup-shutdown-with-vmware-server.html" title="How To Delay Auto Starting Virtual Machines In VMWare Server">How To Delay Auto Starting Virtual Machines In VMWare Server</a></li>
<li><a href="http://www.watchingthenet.com/sort-inventory-list-order-in-vmware-server.html" title="Change The Inventory List Order In VMWare Server Console">Change The Inventory List Order In VMWare Server Console</a></li>
<li><a href="http://www.watchingthenet.com/display-menu-keyboard-using-quick-switch-mode-in-vmware-server.html" title="VMWare Server Tip: Display Menus and Toolbars in Quick Switch Mode">VMWare Server Tip: Display Menus and Toolbars in Quick Switch Mode</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.watchingthenet.com/how-to-expand-an-exisiting-virtual-disk-in-vmware-server.html/feed</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>VMWare Server Tip: Remotely Monitor And Administer Virtual Machines From The Command Line</title>
		<link>http://www.watchingthenet.com/vmware-server-tip-remotely-monitor-and-administer-virtual-machines-from-the-command-line.html</link>
		<comments>http://www.watchingthenet.com/vmware-server-tip-remotely-monitor-and-administer-virtual-machines-from-the-command-line.html#comments</comments>
		<pubDate>Wed, 11 Apr 2007 10:00:13 +0000</pubDate>
		<dc:creator>Mike Boyds</dc:creator>
				<category><![CDATA[VMware Tips]]></category>

		<guid isPermaLink="false">http://www.watchingthenet.com/vmware-server-tip-remotely-monitor-and-manage-virtual-machines-from-the-command-line.html</guid>
		<description><![CDATA[<p><font size="2" face="Verdana"><a title="vmwarelogo.jpg" href="http://www.watchingthenet.com/wp-content/uploads/vmwarelogo.jpg"><img vspace="5" hspace="5" align="right" alt="vmwarelogo.jpg" src="http://www.watchingthenet.com/wp-content/uploads/vmwarelogo.jpg" /></a>VMWare GUI interface is great for building Virtual Machines and making any configuration changes when needed. After the VM is running and configured to your preference, there is little need to use the GUI interface except for starting VM&#039;s when they are powered off. Instead of using the GUI, VMWare provides an easier method to administer and manage VM&#039;s from the command line using <em>vmware-cmd</em> command.</p>
<p><span id="more-287"></span><br />
&#160;&#160;&#160; </p>
<p>vmware-cmd has two modes of Operations </font><font size="2" face="Verdana"> (see further below for entire list of parameters for vmware-cmd):</font><br />
<font size="2" face="Verdana"> <br />
Operations on a Virtual Machine syntax &#8211; <em>vmware-cmd &#60;options&#62; &#60;vm-cfg-path&#62; &#60;vm-action&#62; &#60;arguments&#62;</em></p>
<p>Operations on VMWare Server syntax &#8211; <em>vmware-cmd -s &#60;options&#62; &#60;server-action&#62; &#60;arguments&#62;</em></p>
<p>and can be found on Windows at &#60;install location&#62;\VmWare\VMWare Server and on Linux at /usr/bin</p>
<p>The first parameter you want to run is vmware-cmd -l which lists all registered VMs on the local computer. Running this command first will display the path of each VM config file, which is needed for most of the commands. On my Windows Vista Computer, running this command returns:</p>
<p><em>&#62; C:\Program Files\VMware\VMware Server&#62;vmware-cmd -l<br />
&#62; C:\Other\Virtual Machines\WTN1\Windows XP Professional.vmx<br />
&#62; C:\OTHER\Virtual Machines\WTN2\Ubuntu.vmx</em></p>
<p>(<strong>Note</strong>: On Windows OS&#039;s, if you do not <em>CD</em> (<strong><em>C</em></strong>hange <strong><em>D</em></strong>irectory) to the location of vmware-cmd, don&#039;t forget to use quotes when there are spaces in the path &#8211; </font><font size="2" face="Verdana"><em><font color="#ff0000"><strong>&#34;</strong></font>C:\Program Files\VMware\VMware Server\vmware-cmd<strong><font color="#ff0000">&#34;</font></strong> -l</em></font><font size="2" face="Verdana">)</p>
<p>To start a Virtual Machine, the sytax is: </font><em><font size="2" face="Verdana">vmware-cmd &#60;vm-cfg-path&#62; start</p>
<p></font></em><font size="2" face="Verdana">So on my computer, I would run the following command to start the Virtual Machine named WTN1:</p>
<p></font><font size="2" face="Verdana"><em>vmware-cmd &#34;C:\OTHER\Virtual Machines\WTN1\Windows XP Professional.vmx&#34; start</em></p>
<p>To stop WTN1, I would run: </font><font size="2" face="Verdana"><em>vmware-cmd&#160; &#34;C:\OTHER\Virtual Machines\WTN1\Windows XP Professional.vmx&#34; stop</em></p>
<p>What if I did not know if the VM was running or stopped? In this case, I would use the <em>getstate</em> parameter which will tell me the state of the machine by running: <em>vmware-cmd &#34;C:\OTHER\Virtual Machines\WTN1\Windows XP Professional.vmx&#34; getstate</em><br />
</font><font size="2" face="Verdana"><br />
The command would return: <em>getstate() = off</em> telling me that the VM is is powered off.</p>
<p>When managing VM&#039;s on a remote computer, use the following options:</p>
<p>vmware-cmd -H &#60;hostname&#62; -U &#60;username&#62; -P &#60;password&#62;</p>
<p>Where <em>H</em> is the host name of the remote computer, <em>U</em> is the username or account on the remote computer and <em>P</em> is the password.</p>
<p>If the VM WTN1 was on a remote computer named PC1 and I wanted to start it up, I would enter the command:</p>
<p></font><font size="2" face="Verdana"><em>vmware-cmd -H PC1 -U mike P watchingthenet &#34;C:\OTHER\Virtual Machines\WTN1\Windows XP Professional.vmx&#34; start</em></font><br />
<font size="2" face="Verdana"> <br />
Managing Virtual Machines from the command line has many benefits, including remote administration , status, and creating scripts or batch files that can be used to automate backups of VM&#039;s by shutting down and powering off. While using the GUI interface is convenant, using vmware-cmd command can provide for quick access and execution.</p>
<p>Below is the list of options/parameters used with vmware-cmd. To output the list on your Computer, run <em>vmware-cmd -h</em></p>
<p>Options:<br />
Connection Options:<br />
-H &#60;host&#62;       specifies an alternative host (if set, -U and -P must als<br />
o be set)<br />
-O &#60;port&#62;       specifies an alternative port<br />
-U &#60;username&#62;   specifies a user<br />
-P &#60;password&#62;   specifies a password<br />
General Options:<br />
-h More detailed help.<br />
-q Quiet. Minimal output<br />
-v Verbose.</p>
<p><strong>  Server Operations:</strong><br />
vmware-cmd -l<br />
&#8211; lists the registered VMs<br />
vmware-cmd -s register &#60;config_file_path&#62;<br />
&#8211; registers a VM<br />
vmware-cmd -s unregister &#60;config_file_path&#62;<br />
&#8211; unregisters a VM<br />
vmware-cmd -s getresource &#60;variable&#62;<br />
&#8211; retrieves a server resource<br />
vmware-cmd -s setresource &#60;variable&#62; &#60;value&#62;<br />
&#8211; sets a server resource<br />
<strong><br />
VM Operations:</strong><br />
vmware-cmd &#60;cfg&#62; getconnectedusers<br />
vmware-cmd &#60;cfg&#62; getstate<br />
&#8211; gets the execution state of the VM<br />
vmware-cmd &#60;cfg&#62; start &#60;powerop_mode&#62;<br />
&#8211; powers on or resumes a VM<br />
vmware-cmd &#60;cfg&#62; stop &#60;powerop_mode&#62;<br />
&#8211; stops a VM<br />
vmware-cmd &#60;cfg&#62; reset &#60;powerop_mode&#62;<br />
&#8211; resets a VM<br />
vmware-cmd &#60;cfg&#62; suspend &#60;powerop_mode&#62;<br />
&#8211; suspends a VM<br />
vmware-cmd &#60;cfg&#62; setconfig &#60;variable&#62; &#60;value&#62;<br />
&#8211; sets a configuration variable<br />
vmware-cmd &#60;cfg&#62; getconfig &#60;variable&#62;<br />
&#8211; retrieves the value for a configuration variable<br />
vmware-cmd &#60;cfg&#62; setguestinfo &#60;variable&#62; &#60;value&#62;<br />
&#8211; sets a guest info variable<br />
vmware-cmd &#60;cfg&#62; getguestinfo &#60;variable&#62;<br />
&#8211; retrieves the value for a guest info variable<br />
vmware-cmd &#60;cfg&#62; getid<br />
&#8211; retrieves the VM id<br />
vmware-cmd &#60;cfg&#62; getpid<br />
&#8211; retrieves the process id of the running VM<br />
vmware-cmd &#60;cfg&#62; getproductinfo &#60;prodinfo&#62;<br />
&#8211; gets various product information<br />
vmware-cmd &#60;cfg&#62; connectdevice &#60;device_name&#62;<br />
&#8211; connects a virtual device to a VM<br />
vmware-cmd &#60;cfg&#62; disconnectdevice &#60;device_name&#62;<br />
&#8211; disconnects a virtual device from a VM<br />
vmware-cmd &#60;cfg&#62; getconfigfile<br />
&#8211; retrieves the path to the configuration file<br />
vmware-cmd &#60;cfg&#62; getheartbeat<br />
&#8211; retrieves the heartbeat value of the guest OS<br />
vmware-cmd &#60;cfg&#62; getuptime<br />
&#8211; retrieves the uptime of the guest OS<br />
vmware-cmd &#60;cfg&#62; getremoteconnections<br />
&#8211; retrieves the number of remote connections to a VM<br />
vmware-cmd &#60;cfg&#62; gettoolslastactive<br />
&#8211; retrieves the number of seconds since last notification from the tools<br />
vmware-cmd &#60;cfg&#62; getresource &#60;variable&#62;<br />
&#8211; retrieves a VM resource<br />
vmware-cmd &#60;cfg&#62; setresource &#60;variable&#62; &#60;value&#62;<br />
&#8211; sets a VM resource<br />
vmware-cmd &#60;cfg&#62; setrunasuser &#60;username&#62; &#60;password&#62;<br />
&#8211; sets the user that the VM runs as<br />
vmware-cmd &#60;cfg&#62; getrunasuser<br />
&#8211; retrieves the user that the VM runs as<br />
vmware-cmd &#60;cfg&#62; getcapabilities<br />
&#8211; retrieves the access permissions of the current user on a VM<br />
vmware-cmd &#60;cfg&#62; addredo &#60;disk_device_name&#62;<br />
&#8211; adds a redo log to a virtual disk<br />
vmware-cmd &#60;cfg&#62; commit &#60;disk_device_name&#62; &#60;level&#62; &#60;freeze&#62; &#60;wait&#62;<br />
&#8211; commits the redo log of a virtual disk<br />
vmware-cmd &#60;cfg&#62; answer<br />
&#8211; answers a question for a VM requesting input</p>
<p><br />
</font></p>
<p><a href="http://www.watchingthenet.com/vmware-server-tip-remotely-monitor-and-administer-virtual-machines-from-the-command-line.html" class="more-link">read more: VMWare Server Tip: Remotely Monitor And Administer Virtual Machines From The Command Line</a></p>


<div>			<div class="textwidget"><br /></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
]]></description>
			<content:encoded><![CDATA[<p><font size="2" face="Verdana"><a title="vmwarelogo.jpg" href="http://www.watchingthenet.com/wp-content/uploads/vmwarelogo.jpg"><img vspace="5" hspace="5" align="right" alt="vmwarelogo.jpg" src="http://www.watchingthenet.com/wp-content/uploads/vmwarelogo.jpg" /></a>VMWare GUI interface is great for building Virtual Machines and making any configuration changes when needed. After the VM is running and configured to your preference, there is little need to use the GUI interface except for starting VM&#039;s when they are powered off. Instead of using the GUI, VMWare provides an easier method to administer and manage VM&#039;s from the command line using <em>vmware-cmd</em> command.</p>
<p><span id="more-287"></span><br />
&nbsp;&nbsp;&nbsp; </p>
<p>vmware-cmd has two modes of Operations </font><font size="2" face="Verdana"> (see further below for entire list of parameters for vmware-cmd):</font><br />
<font size="2" face="Verdana"> <br />
Operations on a Virtual Machine syntax &#8211; <em>vmware-cmd &lt;options&gt; &lt;vm-cfg-path&gt; &lt;vm-action&gt; &lt;arguments&gt;</em></p>
<p>Operations on VMWare Server syntax &#8211; <em>vmware-cmd -s &lt;options&gt; &lt;server-action&gt; &lt;arguments&gt;</em></p>
<p>and can be found on Windows at &lt;install location&gt;\VmWare\VMWare Server and on Linux at /usr/bin</p>
<p>The first parameter you want to run is vmware-cmd -l which lists all registered VMs on the local computer. Running this command first will display the path of each VM config file, which is needed for most of the commands. On my Windows Vista Computer, running this command returns:</p>
<p><em>&gt; C:\Program Files\VMware\VMware Server&gt;vmware-cmd -l<br />
&gt; C:\Other\Virtual Machines\WTN1\Windows XP Professional.vmx<br />
&gt; C:\OTHER\Virtual Machines\WTN2\Ubuntu.vmx</em></p>
<p>(<strong>Note</strong>: On Windows OS&#039;s, if you do not <em>CD</em> (<strong><em>C</em></strong>hange <strong><em>D</em></strong>irectory) to the location of vmware-cmd, don&#039;t forget to use quotes when there are spaces in the path &#8211; </font><font size="2" face="Verdana"><em><font color="#ff0000"><strong>&quot;</strong></font>C:\Program Files\VMware\VMware Server\vmware-cmd<strong><font color="#ff0000">&quot;</font></strong> -l</em></font><font size="2" face="Verdana">)</p>
<p>To start a Virtual Machine, the sytax is: </font><em><font size="2" face="Verdana">vmware-cmd &lt;vm-cfg-path&gt; start</p>
<p></font></em><font size="2" face="Verdana">So on my computer, I would run the following command to start the Virtual Machine named WTN1:</p>
<p></font><font size="2" face="Verdana"><em>vmware-cmd &quot;C:\OTHER\Virtual Machines\WTN1\Windows XP Professional.vmx&quot; start</em></p>
<p>To stop WTN1, I would run: </font><font size="2" face="Verdana"><em>vmware-cmd&nbsp; &quot;C:\OTHER\Virtual Machines\WTN1\Windows XP Professional.vmx&quot; stop</em></p>
<p>What if I did not know if the VM was running or stopped? In this case, I would use the <em>getstate</em> parameter which will tell me the state of the machine by running: <em>vmware-cmd &quot;C:\OTHER\Virtual Machines\WTN1\Windows XP Professional.vmx&quot; getstate</em><br />
</font><font size="2" face="Verdana"><br />
The command would return: <em>getstate() = off</em> telling me that the VM is is powered off.</p>
<p>When managing VM&#039;s on a remote computer, use the following options:</p>
<p>vmware-cmd -H &lt;hostname&gt; -U &lt;username&gt; -P &lt;password&gt;</p>
<p>Where <em>H</em> is the host name of the remote computer, <em>U</em> is the username or account on the remote computer and <em>P</em> is the password.</p>
<p>If the VM WTN1 was on a remote computer named PC1 and I wanted to start it up, I would enter the command:</p>
<p></font><font size="2" face="Verdana"><em>vmware-cmd -H PC1 -U mike P watchingthenet &quot;C:\OTHER\Virtual Machines\WTN1\Windows XP Professional.vmx&quot; start</em></font><br />
<font size="2" face="Verdana"> <br />
Managing Virtual Machines from the command line has many benefits, including remote administration , status, and creating scripts or batch files that can be used to automate backups of VM&#039;s by shutting down and powering off. While using the GUI interface is convenant, using vmware-cmd command can provide for quick access and execution.</p>
<p>Below is the list of options/parameters used with vmware-cmd. To output the list on your Computer, run <em>vmware-cmd -h</em></p>
<p>Options:<br />
Connection Options:<br />
-H &lt;host&gt;       specifies an alternative host (if set, -U and -P must als<br />
o be set)<br />
-O &lt;port&gt;       specifies an alternative port<br />
-U &lt;username&gt;   specifies a user<br />
-P &lt;password&gt;   specifies a password<br />
General Options:<br />
-h More detailed help.<br />
-q Quiet. Minimal output<br />
-v Verbose.</p>
<p><strong>  Server Operations:</strong><br />
vmware-cmd -l<br />
&#8211; lists the registered VMs<br />
vmware-cmd -s register &lt;config_file_path&gt;<br />
&#8211; registers a VM<br />
vmware-cmd -s unregister &lt;config_file_path&gt;<br />
&#8211; unregisters a VM<br />
vmware-cmd -s getresource &lt;variable&gt;<br />
&#8211; retrieves a server resource<br />
vmware-cmd -s setresource &lt;variable&gt; &lt;value&gt;<br />
&#8211; sets a server resource<br />
<strong><br />
VM Operations:</strong><br />
vmware-cmd &lt;cfg&gt; getconnectedusers<br />
vmware-cmd &lt;cfg&gt; getstate<br />
&#8211; gets the execution state of the VM<br />
vmware-cmd &lt;cfg&gt; start &lt;powerop_mode&gt;<br />
&#8211; powers on or resumes a VM<br />
vmware-cmd &lt;cfg&gt; stop &lt;powerop_mode&gt;<br />
&#8211; stops a VM<br />
vmware-cmd &lt;cfg&gt; reset &lt;powerop_mode&gt;<br />
&#8211; resets a VM<br />
vmware-cmd &lt;cfg&gt; suspend &lt;powerop_mode&gt;<br />
&#8211; suspends a VM<br />
vmware-cmd &lt;cfg&gt; setconfig &lt;variable&gt; &lt;value&gt;<br />
&#8211; sets a configuration variable<br />
vmware-cmd &lt;cfg&gt; getconfig &lt;variable&gt;<br />
&#8211; retrieves the value for a configuration variable<br />
vmware-cmd &lt;cfg&gt; setguestinfo &lt;variable&gt; &lt;value&gt;<br />
&#8211; sets a guest info variable<br />
vmware-cmd &lt;cfg&gt; getguestinfo &lt;variable&gt;<br />
&#8211; retrieves the value for a guest info variable<br />
vmware-cmd &lt;cfg&gt; getid<br />
&#8211; retrieves the VM id<br />
vmware-cmd &lt;cfg&gt; getpid<br />
&#8211; retrieves the process id of the running VM<br />
vmware-cmd &lt;cfg&gt; getproductinfo &lt;prodinfo&gt;<br />
&#8211; gets various product information<br />
vmware-cmd &lt;cfg&gt; connectdevice &lt;device_name&gt;<br />
&#8211; connects a virtual device to a VM<br />
vmware-cmd &lt;cfg&gt; disconnectdevice &lt;device_name&gt;<br />
&#8211; disconnects a virtual device from a VM<br />
vmware-cmd &lt;cfg&gt; getconfigfile<br />
&#8211; retrieves the path to the configuration file<br />
vmware-cmd &lt;cfg&gt; getheartbeat<br />
&#8211; retrieves the heartbeat value of the guest OS<br />
vmware-cmd &lt;cfg&gt; getuptime<br />
&#8211; retrieves the uptime of the guest OS<br />
vmware-cmd &lt;cfg&gt; getremoteconnections<br />
&#8211; retrieves the number of remote connections to a VM<br />
vmware-cmd &lt;cfg&gt; gettoolslastactive<br />
&#8211; retrieves the number of seconds since last notification from the tools<br />
vmware-cmd &lt;cfg&gt; getresource &lt;variable&gt;<br />
&#8211; retrieves a VM resource<br />
vmware-cmd &lt;cfg&gt; setresource &lt;variable&gt; &lt;value&gt;<br />
&#8211; sets a VM resource<br />
vmware-cmd &lt;cfg&gt; setrunasuser &lt;username&gt; &lt;password&gt;<br />
&#8211; sets the user that the VM runs as<br />
vmware-cmd &lt;cfg&gt; getrunasuser<br />
&#8211; retrieves the user that the VM runs as<br />
vmware-cmd &lt;cfg&gt; getcapabilities<br />
&#8211; retrieves the access permissions of the current user on a VM<br />
vmware-cmd &lt;cfg&gt; addredo &lt;disk_device_name&gt;<br />
&#8211; adds a redo log to a virtual disk<br />
vmware-cmd &lt;cfg&gt; commit &lt;disk_device_name&gt; &lt;level&gt; &lt;freeze&gt; &lt;wait&gt;<br />
&#8211; commits the redo log of a virtual disk<br />
vmware-cmd &lt;cfg&gt; answer<br />
&#8211; answers a question for a VM requesting input</p>
<p><br />
</font></p>


<div>			<div class="textwidget"><br></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.watchingthenet.com/vmware-server-tip-remotely-monitor-and-administer-virtual-machines-from-the-command-line.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare Server Tip: Discard Changes To Virtual Machines Without OS Reinstall</title>
		<link>http://www.watchingthenet.com/vmware-server-tip-discard-changes-to-virtual-machines-without-os-reinstall.html</link>
		<comments>http://www.watchingthenet.com/vmware-server-tip-discard-changes-to-virtual-machines-without-os-reinstall.html#comments</comments>
		<pubDate>Sun, 25 Feb 2007 16:30:24 +0000</pubDate>
		<dc:creator>Mike Boyds</dc:creator>
				<category><![CDATA[VMware Tips]]></category>

		<guid isPermaLink="false">http://www.watchingthenet.com/vmware-snapshot.html</guid>
		<description><![CDATA[<p><font size="2" face="Verdana"><img vspace="5" hspace="5" align="right" alt="vmwarelogo.jpg" src="http://www.watchingthenet.com/wp-content/uploads/vmwarelogo.jpg" id="image118" />When testing Software, drivers, hotfixes, or any kind of updates, Virtual Machines (VM) can make life a lot easier, especially for System Administrators. With free virtualization tools available such as VMware Virtual Server, the average consumer can now take advantage of using this technology that once belong in the Datacenter.</p>
<p>Having the ability to test on a virtual machine, knowing if something goes wrong and you cannot recover or reboot, just requires a reinstall of the OS in the VM. But why rebuild, when you can easily revert back to the original state with Snapshots.</p>
<p><span id="more-112"></span><br />
&#160;&#160;&#160; <br />
Snapshots allow you to preserve the state of the virtual machine so you can return to the same state repeatedly. You can take a snapshot while a virtual machine is powered on, powered off, or suspended. Once a snapshot has been created, you can test any changes made to the OS, and reboot or shutdown as normal. If anything goes wrong during testing, you can revert back to the snapshot to the state the VM was before you made changes.</font><br />
<font size="2" face="Verdana"><br />
If testing was successful, you can discard the snapshot and use the OS with the changes, or create a new snapshot and continue testing. A real time saver while eliminating the need to reinstall the OS.<strong></p>
<p></strong>When taking snapshots, the entire state of the virtual machine is captured at the time you take the snapshot. This includes,</font><font size="2" face="Verdana"> the state of all the VM disks,</font><font size="2" face="Verdana"> contents of the VM memory, and</font><font size="2" face="Verdana"> the virtual machine settings. When you revert to the snapshot, you return all these items to the state at the time you took the snapshot.</p>
<p>One item to keep in mind with snapshots is disk space. A snapshot creates a separate file that is used to write any changes made to the VM. As changes are made, the snapshot file will grow until either the changes are committed to the VM main disk files, or the snapshot is removed.<br />
<strong><br />
Creating Snapshots</p>
<p></strong>You can easily create a snapshot from the console by right clicking on the Virtual Machine and selecting <em>Take Snapshot. </em>Once it is created, and you have tested, you can then <em>Revert to Snapshot </em>to<em> </em>discard changes<em> or Remove the Snapshot</em><em>.</p>
<p><img id="image119" src="http://www.watchingthenet.com/wp-content/uploads/vmcreatesnp.jpg" alt="vmcreatesnp.jpg" /></p>
<p></em>Settings can also be specified whether the machine is powered on or powered off.&#160;If the virtual machine has no snapshot, you can disable the snapshot feature by selecting <em>Disable snapshots</em>. If you have a snapshot and want to disable the snapshot feature, first go to the console window and choose Snapshot/Remove Snapshot, then from the virtual machine settings editor, select <em>Disable snapshots</em>. To lock the snapshot so no new snapshot can be taken, select<em> Lock this snapshot</em>.</p>
<p><img id="image117" src="http://www.watchingthenet.com/wp-content/uploads/vmsnp.jpg" alt="vmsnp.jpg" /></p>
<p></font><font size="2" face="Verdana"><em></em> </font></p>
<p><a href="http://www.watchingthenet.com/vmware-server-tip-discard-changes-to-virtual-machines-without-os-reinstall.html" class="more-link">read more: VMWare Server Tip: Discard Changes To Virtual Machines Without OS Reinstall</a></p>


<div>			<div class="textwidget"><br /></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
]]></description>
			<content:encoded><![CDATA[<p><font size="2" face="Verdana"><img vspace="5" hspace="5" align="right" alt="vmwarelogo.jpg" src="http://www.watchingthenet.com/wp-content/uploads/vmwarelogo.jpg" id="image118" />When testing Software, drivers, hotfixes, or any kind of updates, Virtual Machines (VM) can make life a lot easier, especially for System Administrators. With free virtualization tools available such as VMware Virtual Server, the average consumer can now take advantage of using this technology that once belong in the Datacenter.</p>
<p>Having the ability to test on a virtual machine, knowing if something goes wrong and you cannot recover or reboot, just requires a reinstall of the OS in the VM. But why rebuild, when you can easily revert back to the original state with Snapshots.</p>
<p><span id="more-112"></span><br />
&nbsp;&nbsp;&nbsp; <br />
Snapshots allow you to preserve the state of the virtual machine so you can return to the same state repeatedly. You can take a snapshot while a virtual machine is powered on, powered off, or suspended. Once a snapshot has been created, you can test any changes made to the OS, and reboot or shutdown as normal. If anything goes wrong during testing, you can revert back to the snapshot to the state the VM was before you made changes.</font><br />
<font size="2" face="Verdana"><br />
If testing was successful, you can discard the snapshot and use the OS with the changes, or create a new snapshot and continue testing. A real time saver while eliminating the need to reinstall the OS.<strong></p>
<p></strong>When taking snapshots, the entire state of the virtual machine is captured at the time you take the snapshot. This includes,</font><font size="2" face="Verdana"> the state of all the VM disks,</font><font size="2" face="Verdana"> contents of the VM memory, and</font><font size="2" face="Verdana"> the virtual machine settings. When you revert to the snapshot, you return all these items to the state at the time you took the snapshot.</p>
<p>One item to keep in mind with snapshots is disk space. A snapshot creates a separate file that is used to write any changes made to the VM. As changes are made, the snapshot file will grow until either the changes are committed to the VM main disk files, or the snapshot is removed.<br />
<strong><br />
Creating Snapshots</p>
<p></strong>You can easily create a snapshot from the console by right clicking on the Virtual Machine and selecting <em>Take Snapshot. </em>Once it is created, and you have tested, you can then <em>Revert to Snapshot </em>to<em> </em>discard changes<em> or Remove the Snapshot</em><em>.</p>
<p><img id="image119" src="http://www.watchingthenet.com/wp-content/uploads/vmcreatesnp.jpg" alt="vmcreatesnp.jpg" /></p>
<p></em>Settings can also be specified whether the machine is powered on or powered off.&nbsp;If the virtual machine has no snapshot, you can disable the snapshot feature by selecting <em>Disable snapshots</em>. If you have a snapshot and want to disable the snapshot feature, first go to the console window and choose Snapshot/Remove Snapshot, then from the virtual machine settings editor, select <em>Disable snapshots</em>. To lock the snapshot so no new snapshot can be taken, select<em> Lock this snapshot</em>.</p>
<p><img id="image117" src="http://www.watchingthenet.com/wp-content/uploads/vmsnp.jpg" alt="vmsnp.jpg" /></p>
<p></font><font size="2" face="Verdana"><em></em> </font></p>


<div>			<div class="textwidget"><br></br>
<p>Copyright © <a title="WatchingTheNet.com" href="http://www.watchingthenet.com">WatchingTheNet.com</a>. All Rights Reserved.</p></div>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.watchingthenet.com/vmware-server-tip-discard-changes-to-virtual-machines-without-os-reinstall.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

