<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
 xmlns:blogChannel="http://backend.userland.com/blogChannelModule"
>

<channel>
<title>Parallels knowledgebase (KB)</title>
<link>http://kb.parallels.com/</link>
<description>Parallels knowledgebase (KB)</description>
<language>en</language>
<copyright>Copyright 2008 Parallels</copyright>
<pubDate>Wed, 10 Sep 2008 00:00:00 +0600</pubDate>
<lastBuildDate>Wed, 10 Sep 2008 00:00:00 +0600</lastBuildDate>
<webMaster>rt-team@parallels.com</webMaster>

<item>
<title><![CDATA[[Info] How do I get the Globally Unique Identifier (GUID) of the Virtual Environment (VE)?]]></title>
<link>http://kb.parallels.com/en/1751</link>
<description><![CDATA[<div id="article">
	




	<div id="kb" class="kb">
		<div class="article-container">
			<h2 class="title">[Info] How do I get the Globally Unique Identifier (GUID) of the Virtual Environment (VE)?</h2>
			<div class="ab-frame"><div class="bl"><div class="br"><div class="tl"><div class="tr"><!-- frame -->
				<div class="articleProperty">
					<div>Article ID: 1751&nbsp;</div>
					<div>Last Review: Jan,30 2009</div>
					<tr>
						<td>Author: </td>
						<td>Kichigin Aleksey</td>
					</tr>
					<br/>
					<tr>
						<td>Last updated by: </td>
						<td>system</td>
					</tr>
					<strong>APPLIES TO:</strong>
					<div class="articleApplies">
						<ul>
							<li>Parallels Virtuozzo Containers for Windows</li>
						</ul>
					</div>
				</div><!-- articleProperty -->
			</div></div></div></div></div><!-- frame -->

			<div class="article-internal-flag"></div>

			<div id="article-content">
				<div class="article-part">
					<h2>Resolution</h2>
					By using the following command, you would get the VE GUID: <br /><br /><div class="commandline"><code> vzcfgt get VEID GUID </code></div><br /><br />To obtain GUIDs of all VEs you can use the following script:<br /><br /><div class="commandline"><code>@echo off<br />for /F &quot;skip=3 usebackq tokens=*&quot; %%i in (`cmd /c &quot;vzlist -ao veid&quot;`) do (cmd /c &quot;vzcfgt get %%i GUID&quot; &amp;&amp; echo is GUID of VE %%i) </code></div><br /><br />In case VEID.conf file is lost and it's necessaary to retrieve GUID to be able to repair VEID.conf manually you can use the following command:<br /><br /><div class="commandline"><code> vzdskctl mount_shared c:\vz\private\VEID\root.efd </code></div><br /><br />root.efd file will be mounted and GUID will be shown in output.<br /><br /><strong>Note: </strong>Do not forget to unmount mounted root.efd using the following command:<br /><br /><div class="commandline"><code> vzdskctl umount GUID </code></div>
				</div>
				<div class="keywords"><strong>Keywords:</strong> GUID</div>
			</div>
		</div><!-- article-container -->


			<br/><br/>

			<div id="SubscriptionLink24Article" class="subscriptionLink2">
<a href="http://kb.parallels.com/subscriptions/index.html?Type=Article&ArticleID=1751&ArticleLanguage=en&Product=&Category="><img src="http://kb.parallels.com/images/mail.png" width="15" height="15" alt="Subscription for changes to this article"></a>
<a href="http://kb.parallels.com/subscriptions/index.html?Type=Article&ArticleID=1751&ArticleLanguage=en&Product=&Category=">Subscription for changes to this article</a>

<script type="text/javascript">

$(document).ready(function() {
	$('#SubscriptionLink24Article a').each(function(){
		$(this).click(function(event) {
			event.preventDefault();
			MainPageContentHide();
			$('#subscription').html('');
			$.get('/Stuff/Subscription', {
													'Type' : 'Article',
													'ArticleID' : '1751',
													'ArticleLanguage' : 'en',
													'Product' : '',
													'Category' : ''
												}, function(data) {
																	$('#subscription').html(data);
																	$('#subscription').show();
																	SUBbuildsubmenus_product();
																});
		});
	});
});

</script>

</div>





	</div><!-- kb -->

</div><!-- article -->


]]></description>
<author>Kichigin Aleksey</author>
<guid isPermaLink="false">1389 LastUpdated: 2009-01-30 08:08:53</guid>
<pubDate>2007-03-22 00:45:42</pubDate>
</item>
</channel>
</rss>



