<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Pegasus error after installing ESX 3.5 update 1</title>
	<atom:link href="http://www.yellow-bricks.com/2008/04/28/pegasus-error-after-installing-esx-35-update-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yellow-bricks.com/2008/04/28/pegasus-error-after-installing-esx-35-update-1/</link>
	<description>Building blocks for virtualization...</description>
	<lastBuildDate>Thu, 11 Mar 2010 22:02:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Duncan</title>
		<link>http://www.yellow-bricks.com/2008/04/28/pegasus-error-after-installing-esx-35-update-1/comment-page-1/#comment-1134</link>
		<dc:creator>Duncan</dc:creator>
		<pubDate>Thu, 18 Sep 2008 07:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=168#comment-1134</guid>
		<description>haven&#039;t seen this happening but can you check which process is causing this?</description>
		<content:encoded><![CDATA[<p>haven&#8217;t seen this happening but can you check which process is causing this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andres Martinez</title>
		<link>http://www.yellow-bricks.com/2008/04/28/pegasus-error-after-installing-esx-35-update-1/comment-page-1/#comment-1130</link>
		<dc:creator>Andres Martinez</dc:creator>
		<pubDate>Thu, 18 Sep 2008 03:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=168#comment-1130</guid>
		<description>I applied the fix also and after some time the CPU utilization of the service console peaks at 100% all the time..  if I restart the pegasus service it goes back to normal.
I&#039;m still running update 1.. not planning to upgrade to update 2 in the near term

anybody experiencing the same ?

this is the script that I used:


PEGASUS_PATH=/var/pegasus/vmware/install_queue/

cd $PEGASUS_PATH
for queue in `ls ?`
do
        echo $queue
        CURRENT_FILE=$PEGASUS_PATH$queue&#039;_files/mofs/root/PG_Interop/roleauth-schema.mof&#039;
        if [ -f $CURRENT_FILE ] ; then
                echo $CURRENT_FILE
                sed &#039;/#pragma include (&quot;VMware_IdentityMemberOfCollection.mof&quot;)/i\#pragma include (&quot;VMware_Identity.mof&quot;)&#039; $CURRENT_FILE &gt; /tmp/roleauth-schema.mof
                mv /tmp/roleauth-schema.mof $CURRENT_FILE -f
        fi

        CURRENT_FILE=$PEGASUS_PATH$queue&#039;_files/mofs/root/cimv2/roleauth-schema.mof&#039;
        if [ -f $CURRENT_FILE ] ; then
                echo $CURRENT_FILE
                sed &#039;/#pragma include (&quot;VMware_IdentityMemberOfCollection.mof&quot;)/i\#pragma include (&quot;VMware_Identity.mof&quot;)&#039; $CURRENT_FILE &gt; /tmp/roleauth-schema.mof
                mv /tmp/roleauth-schema.mof $CURRENT_FILE -f
        fi

        CURRENT_FILE=$PEGASUS_PATH$queue&#039;_files/mofs/root/cimv2/VMware_Identity.mof&#039;
        if [ -f $CURRENT_FILE ] ; then
                echo $CURRENT_FILE
                cp $CURRENT_FILE $PEGASUS_PATH$queue&#039;_files/mofs/root/PG_Interop/&#039;
        fi
done

#service pegasus restart</description>
		<content:encoded><![CDATA[<p>I applied the fix also and after some time the CPU utilization of the service console peaks at 100% all the time..  if I restart the pegasus service it goes back to normal.<br />
I&#8217;m still running update 1.. not planning to upgrade to update 2 in the near term</p>
<p>anybody experiencing the same ?</p>
<p>this is the script that I used:</p>
<p>PEGASUS_PATH=/var/pegasus/vmware/install_queue/</p>
<p>cd $PEGASUS_PATH<br />
for queue in `ls ?`<br />
do<br />
        echo $queue<br />
        CURRENT_FILE=$PEGASUS_PATH$queue&#8217;_files/mofs/root/PG_Interop/roleauth-schema.mof&#8217;<br />
        if [ -f $CURRENT_FILE ] ; then<br />
                echo $CURRENT_FILE<br />
                sed &#8216;/#pragma include (&#8220;VMware_IdentityMemberOfCollection.mof&#8221;)/i\#pragma include (&#8220;VMware_Identity.mof&#8221;)&#8217; $CURRENT_FILE &gt; /tmp/roleauth-schema.mof<br />
                mv /tmp/roleauth-schema.mof $CURRENT_FILE -f<br />
        fi</p>
<p>        CURRENT_FILE=$PEGASUS_PATH$queue&#8217;_files/mofs/root/cimv2/roleauth-schema.mof&#8217;<br />
        if [ -f $CURRENT_FILE ] ; then<br />
                echo $CURRENT_FILE<br />
                sed &#8216;/#pragma include (&#8220;VMware_IdentityMemberOfCollection.mof&#8221;)/i\#pragma include (&#8220;VMware_Identity.mof&#8221;)&#8217; $CURRENT_FILE &gt; /tmp/roleauth-schema.mof<br />
                mv /tmp/roleauth-schema.mof $CURRENT_FILE -f<br />
        fi</p>
<p>        CURRENT_FILE=$PEGASUS_PATH$queue&#8217;_files/mofs/root/cimv2/VMware_Identity.mof&#8217;<br />
        if [ -f $CURRENT_FILE ] ; then<br />
                echo $CURRENT_FILE<br />
                cp $CURRENT_FILE $PEGASUS_PATH$queue&#8217;_files/mofs/root/PG_Interop/&#8217;<br />
        fi<br />
done</p>
<p>#service pegasus restart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joaquin Avellan</title>
		<link>http://www.yellow-bricks.com/2008/04/28/pegasus-error-after-installing-esx-35-update-1/comment-page-1/#comment-745</link>
		<dc:creator>Joaquin Avellan</dc:creator>
		<pubDate>Sat, 26 Jul 2008 19:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=168#comment-745</guid>
		<description>ESX 3.5 Update 2 will fix the pegasus provider, released July 25th.</description>
		<content:encoded><![CDATA[<p>ESX 3.5 Update 2 will fix the pegasus provider, released July 25th.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan Epping</title>
		<link>http://www.yellow-bricks.com/2008/04/28/pegasus-error-after-installing-esx-35-update-1/comment-page-1/#comment-744</link>
		<dc:creator>Duncan Epping</dc:creator>
		<pubDate>Sat, 26 Jul 2008 18:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=168#comment-744</guid>
		<description>Yeah you can disable it if you can login, try ALT F2 to login. I don&#039;t have access to a 3.5 system at the moment but the pegasus start up can be disabled via chkconfig i guess.</description>
		<content:encoded><![CDATA[<p>Yeah you can disable it if you can login, try ALT F2 to login. I don&#8217;t have access to a 3.5 system at the moment but the pegasus start up can be disabled via chkconfig i guess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikemcs</title>
		<link>http://www.yellow-bricks.com/2008/04/28/pegasus-error-after-installing-esx-35-update-1/comment-page-1/#comment-743</link>
		<dc:creator>mikemcs</dc:creator>
		<pubDate>Sat, 26 Jul 2008 17:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=168#comment-743</guid>
		<description>it never finishes, it POSD during the pegasus thing...happens same way after 4 attempted installs.

I would like to just disable it for now to see if that gets me by my POSD...can you tell me how i disable it?  

Its been awhile since I played with unix....i am sure it is in a startup file somewhere, and then I can just REM that line that starts the pegasus?

Do i have to install the tools for winscp to work?</description>
		<content:encoded><![CDATA[<p>it never finishes, it POSD during the pegasus thing&#8230;happens same way after 4 attempted installs.</p>
<p>I would like to just disable it for now to see if that gets me by my POSD&#8230;can you tell me how i disable it?  </p>
<p>Its been awhile since I played with unix&#8230;.i am sure it is in a startup file somewhere, and then I can just REM that line that starts the pegasus?</p>
<p>Do i have to install the tools for winscp to work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan</title>
		<link>http://www.yellow-bricks.com/2008/04/28/pegasus-error-after-installing-esx-35-update-1/comment-page-1/#comment-742</link>
		<dc:creator>Duncan</dc:creator>
		<pubDate>Sat, 26 Jul 2008 17:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=168#comment-742</guid>
		<description>Just wait until it&#039;s finished, it can take up to 10 / 15 minutes but you will get a prompt in the end. I use FASTSCP or WinSCP for copying files. Don&#039;t forget to make the script executable with &quot;chmod 755 &quot;</description>
		<content:encoded><![CDATA[<p>Just wait until it&#8217;s finished, it can take up to 10 / 15 minutes but you will get a prompt in the end. I use FASTSCP or WinSCP for copying files. Don&#8217;t forget to make the script executable with &#8220;chmod 755 &#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikemcs</title>
		<link>http://www.yellow-bricks.com/2008/04/28/pegasus-error-after-installing-esx-35-update-1/comment-page-1/#comment-741</link>
		<dc:creator>mikemcs</dc:creator>
		<pubDate>Sat, 26 Jul 2008 17:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=168#comment-741</guid>
		<description>OR better yet, i understand that can be disabled...how do i disable the pegasus thing?</description>
		<content:encoded><![CDATA[<p>OR better yet, i understand that can be disabled&#8230;how do i disable the pegasus thing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikemcs</title>
		<link>http://www.yellow-bricks.com/2008/04/28/pegasus-error-after-installing-esx-35-update-1/comment-page-1/#comment-739</link>
		<dc:creator>mikemcs</dc:creator>
		<pubDate>Sat, 26 Jul 2008 16:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=168#comment-739</guid>
		<description>thanks for offering this info, but i am a newbie...
1. If my esx hangs on the pegasus thing, how do i get to a shell prompt
2. how do i transfer your fix script so i can run it?</description>
		<content:encoded><![CDATA[<p>thanks for offering this info, but i am a newbie&#8230;<br />
1. If my esx hangs on the pegasus thing, how do i get to a shell prompt<br />
2. how do i transfer your fix script so i can run it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Wing</title>
		<link>http://www.yellow-bricks.com/2008/04/28/pegasus-error-after-installing-esx-35-update-1/comment-page-1/#comment-666</link>
		<dc:creator>Brian Wing</dc:creator>
		<pubDate>Thu, 10 Jul 2008 22:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=168#comment-666</guid>
		<description>Sweet! U Rock.</description>
		<content:encoded><![CDATA[<p>Sweet! U Rock.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan Epping</title>
		<link>http://www.yellow-bricks.com/2008/04/28/pegasus-error-after-installing-esx-35-update-1/comment-page-1/#comment-659</link>
		<dc:creator>Duncan Epping</dc:creator>
		<pubDate>Mon, 07 Jul 2008 06:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=168#comment-659</guid>
		<description>Thanks for the script! Nice solution.</description>
		<content:encoded><![CDATA[<p>Thanks for the script! Nice solution.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
