<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>pepechingon.com &#187; Hardware</title>
	<atom:link href="http://pepechingon.com/category/technology/hardware/feed/" rel="self" type="application/rss+xml" />
	<link>http://pepechingon.com</link>
	<description>Because all the other nonsense is not enough...</description>
	<lastBuildDate>Mon, 26 Jul 2010 14:32:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Complete Hyper-V based lab on your laptop part 1</title>
		<link>http://pepechingon.com/hyper-v-based-lab-on-your-laptop-part-1/</link>
		<comments>http://pepechingon.com/hyper-v-based-lab-on-your-laptop-part-1/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 14:32:54 +0000</pubDate>
		<dc:creator>J Sanchez</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://pepechingon.com/?p=393</guid>
		<description><![CDATA[All the stars have aligned to make it relatively easy to have an enterprise level lab on a single machine. In this two-part article I will explain how to set up a full Hyper-V based windows domain test enviroment. The Hardware For a long time hardware has...]]></description>
			<content:encoded><![CDATA[<p>All the stars have aligned to make it relatively easy to have an enterprise level lab on a single machine. In this two-part article I will explain how to set up a full <a href="http://www.microsoft.com/windowsserver2008/en/us/hyperv-main.aspx">Hyper-V</a> based windows domain test enviroment.</p>
<p><span style="text-decoration: underline;"><strong>The Hardware</strong></span></p>
<p><strong><span style="font-weight: normal;">For a long time hardware has outpaced software, and we now have powerful enough consumer machines  to run one or more VM&#8217;s on something as portable as a laptop. I used a Dell Precision M4400 with an Intel CORE 2 duo @ 2.54GHZ, 320GB HD and 4GbB of ram. This should work on any other machine with similar specs.</span></strong></p>
<p><strong><span style="text-decoration: underline;">The Software</span></strong></p>
<p><a href="http://www.microsoft.com/en/us/default.aspx">Microsoft</a> has made software easily available for people interested in learning <a href="http://www.microsoft.com/en/us/default.aspx">Microsoft</a> products through programs like <a href="https://www.dreamspark.com/default.aspx">DreamSpark</a> and <a href="http://technet.microsoft.com/en-us/subscriptions/default.aspx">Technet</a>. <a href="https://www.dreamspark.com/default.aspx">DreamSpark</a> is program aimed at students that allows them to download fully licensed copies of software, they would otherwise not be able to afford, all completely free. <a href="http://www.microsoft.com/windowsserver2008/en/us/default.aspx">Windows Server 2008</a>, <a href="http://www.microsoft.com/windowsserver2008/en/us/whats-new.aspx">Windows Server 2008 R</a>2 and <a href="http://en.wikipedia.org/wiki/Windows_Server_2003">Windows Server 2003</a> are all part of the <a href="https://www.dreamspark.com/default.aspx">DreamSpark</a> program. <a href="http://technet.microsoft.com/en-us/subscriptions/default.aspx">Technet</a> is aimed at professionals who are looking to extend their skills and get knee deep in <a href="http://www.microsoft.com/en/us/default.aspx">Microsoft </a>technologies. With subscriptions starting as low as $199.,00 for a one year subscription, subscribers have access to a vast array of fully functional licensed <a href="http://www.microsoft.com/en/us/default.aspx">Microsoft</a> Products including <a href="http://www.microsoft.com/windows/windows-7/default.aspx">Windows 7</a>, <a href="http://www.microsoft.com/windowsserver2008/en/us/default.aspx">Server 2008</a> and <a href="http://www.microsoft.com/windowsserver2008/en/us/whats-new.aspx">Server 2008 R2</a>. For this lab I used <a href="http://www.microsoft.com/windowsserver2008/en/us/whats-new.aspx">Windows Server 2008 R2</a>.</p>
<p><strong><span style="text-decoration: underline;">Installing Server 2008 R2 on a VHD</span></strong></p>
<p>With <a href="http://www.microsoft.com/windows/windows-7/default.aspx">Windows 7</a> and<a href="http://www.microsoft.com/windowsserver2008/en/us/default.aspx"> Windows Server 2008</a> you have the option to boot of a VHD. This allows you to keep your current configuration intact and dual boot  <a href="http://www.microsoft.com/windowsserver2008/en/us/default.aspx">Server 2008</a> and your current <a href="http://www.microsoft.com/windows/windows-7/default.aspx">Windows 7</a> installation without having to partition your disk.</p>
<p style="padding-left: 30px;">We will first create a virtual disk using diskpart, mount it and install <a href="http://www.microsoft.com/windowsserver2008/en/us/default.aspx">Windows Server 2008</a> on the virtual disk.</p>
<ol>
<li>Create a folder in your c: drive and name it VHDS</li>
<li>Open a command prompt and type DISKPART and hit enter.</li>
<li>Once in diskpart type SEL DISK 0 and hit enter.</li>
<li>Once the disk has been selected type CREATE VDISK FILE=C:\VHDS\WINDOWS2008R2.VHD MAXIMUM=100000 TYPE=EXPANDABLE and hit enter. This will create a 100GB expandable virtual disk.</li>
<li>Once the disk has successfully been created. Boot  your machine from the Windows 2008 R2 DVD.</li>
<li>Click next on the language selection screen and hit SHIFT+F10 on the next screen.</li>
<li>This will bring up Windows PE command prompt. Type DISKPART and hit enter.</li>
<li>Type SELECT VDISK FILE=c:\VHDS\WINDOWS2008R2.VHD and hit enter.</li>
<li>After the disk has been successfully selected Type: ATTACH VDISK and hit enter.</li>
<li>After the disk has been successfully attached Type: CREATE PARTITION PRIMARY and hit enter.</li>
<li>After the partition has been successfully created Type: FORMAT FS=NTFS QUICK and hit enter.</li>
<li>Once the formatting has completed successfully Type: EXIT and hit enter, to get out of diskpart.</li>
<li>At the command prompt Type SETUP.EXE and hit enter. This will launch the setup window.</li>
<li>Click on Install at the setup windows and agree to the license.</li>
<li>Select custom installation and you should see the 100 GB drive available, select it and click next</li>
<li>At this point <a href="http://www.microsoft.com/windowsserver2008/en/us/default.aspx">Server 2008 R2</a> should install on the VHD we created.</li>
</ol>
<p>Once the installation has completed, the boot loader will display both the current <a href="http://www.microsoft.com/windows/windows-7/default.aspx">Windows 7</a> installation  and the new <a href="http://www.microsoft.com/windowsserver2008/en/us/default.aspx">Windows Server 2008</a> installation.</p>
<p>In part 2 I will go over <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=3FAC6D40-D6B5-4658-BC54-62B925ED7EEA&amp;amp;displaylang=en&amp;displaylang=en">virtual networking</a>, installing <a href="http://www.microsoft.com/windowsserver2008/en/us/ad-main.aspx">Active Directory</a>, <a href="http://en.wikipedia.org/wiki/Domain_Name_System">DNS</a> and <a href="http://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol">DHCP</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://pepechingon.com/hyper-v-based-lab-on-your-laptop-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s Android 2.2 Froyo adds USB tethering and Wifi Hotspot</title>
		<link>http://pepechingon.com/googles-android-2-2-froyo-adds-usb-tethering-and-wifi-hotspo/</link>
		<comments>http://pepechingon.com/googles-android-2-2-froyo-adds-usb-tethering-and-wifi-hotspo/#comments</comments>
		<pubDate>Fri, 14 May 2010 15:30:35 +0000</pubDate>
		<dc:creator>J Sanchez</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://pepechingon.com/?p=383</guid>
		<description><![CDATA[According to TechCrunch, Google&#8217;s newest update to the Android OS, Froyo, will add USB Tethering and the ability to turn your phone into a wifi hotspot. Andriod police are also reporting the Froyo will include a 450% performance boost compared to version 2.1 running on...]]></description>
			<content:encoded><![CDATA[<p>According to <a href="http://techcrunch.com/2010/05/13/exclusive-google-to-add-tethering-wifi-hotspot-to-android-2-2-froyo/" target="_blank">TechCrunch</a>, Google&#8217;s newest update to the Android OS, Froyo, will add USB Tethering and the ability to turn your phone into a wifi hotspot. <a href="http://www.androidpolice.com/2010/05/11/exclusive-androidpolice-coms-nexus-one-is-running-android-2-2-froyo-how-fast-is-it-compared-to-2-1-oh-only-about-450-faster/">Andriod police</a> are also reporting the Froyo will include a 450% performance boost compared to version 2.1 running on the NexusOne.</p>
<p>The mobile war is heating up, and it looks like apple is beginning to lose some ground. We will see what apple unveils on June 7th, when they are expected to unveil the fourth generation iPhone . Android seems to be moving faster than apple at this point, and the Android OS is beginning to mature. This could only be good for costumers, who now have a viable alternative to the iPhone.</p>
<p>How cool would it be if the fourth generation iPhone ran on Verizon, and had the ability to tether and turn it into a wifi mobile hotspot?</p>
]]></content:encoded>
			<wfw:commentRss>http://pepechingon.com/googles-android-2-2-froyo-adds-usb-tethering-and-wifi-hotspo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Cisco ASA configuration</title>
		<link>http://pepechingon.com/basic-cisco-asa-configuration/</link>
		<comments>http://pepechingon.com/basic-cisco-asa-configuration/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 21:46:40 +0000</pubDate>
		<dc:creator>J Sanchez</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://pepechingon.com/?p=364</guid>
		<description><![CDATA[A few days ago we had a need for a router, we did not have one handy, but we did have a Cisco ASA 5505. While I&#8217;ve configured my fair share of routers, I never had the need to configure a PIX or ASA. It...]]></description>
			<content:encoded><![CDATA[<p>A few days ago we had a need for a router, we did not have one handy, but we did have a Cisco ASA 5505. While I&#8217;ve configured my fair share of routers, I never had the need to configure a PIX or ASA. It turns out that while there are difference when configuring a security device and a router or switch, the commands are very similar.</p>
<p>Here is the scope of I what I needed to accomplish:<br />
Inside network = 10.0.0.0/24<br />
Outside network ip = 76.203.90.1/30<br />
Default route via 76.203.90.2<br />
Hostname = ASA<br />
No DHCP<br />
All traffic should be allowed<br />
Exec password must be set to cisco.</p>
<p>Here is how we accomplish this very basic configuration &#8211; Please note that all commands are in <em>italics</em>.</p>
<p>After you get into Global configuration type the following:<br />
ciscoasa(config)# <em>host ASA</em> &#8211; This will change the host name to ASA</p>
<p><strong>Configure passwords:</strong><br />
ASA(config)#enable secret cisco &#8211; This will set our privilege mode password to cisco.</p>
<p><strong>Configure the interfaces:</strong><br />
ASA(config)#<em>int fa0/0</em> &#8211; to configure the interface Fastethernet0/0<br />
ASA(config-int)#<em>ip add 10.0.0.1 255.255.255.0</em> &#8211; This will assign 10.0.0.1/24 as the ip address of our interface.<br />
ASA(config-int)#<em>nameif inside</em> &#8211; This will label that interface as our inside network.<br />
ASA(config-int)#<em>no shut</em><br />
ASA(config-int)#<em>int fa0/1</em> &#8211; this will take us to interface configuration mode for interface Fastethernet0/1<br />
ASA(config-int)#<em>ip add 76.203.90.1 255.255.255.252</em> &#8211; This will assign 76.203.90.1/30 to the interface.<br />
ASA(config-int)#<em>nameif outside</em> &#8211; This will label the interface as the outisde interface.<br />
ASA(config-int)#<em>no shut</em> &#8211; This will enable our interface FA0/1.<br />
ASA(config-int)#<em>exit</em> &#8211; This will take us back to global configuration mode.</p>
<p><strong>Configuring NAT/PAT</strong><br />
ASA(config)#<em>nat (inside) 1 0.0.0.0 0.0.0.0</em> &#8211; This tells the ASA to translate all addresses on the inside interface.<br />
ASA(config)#<em>global (outside) 1 interface</em> &#8211; This tells the ASA that all translated addresses should use the outside interface ip for PAT.</p>
<p><strong>Configuring the default route:</strong><br />
ASA(config)#<em>route outside 0.0.0.0 0.0.0.0 76.203.90.2 1</em> &#8211; This configures the default route the the specified ip using the outside interface.</p>
<p><strong>Allowing traffic:</strong><br />
ASA(config)#<em>access-list traffic extended permit ip any any</em> &#8211; This will permit any traffic to and from any ip address.<br />
ASA(config)#<em>access-group traffic in interface inside</em> &#8211; This will apply the access list we just created to all inbound traffic on the inside interface.</p>
<p><strong>Saving your configuration to memory:</strong><br />
ASA(config)#<em>wr mem</em></p>
<p>That&#8217;s it! You have now configured an ASA.</p>
<p>I will expand on this tutorial to make the configuration to include DHCP, timed ACLs and ASDM.<br />
Stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://pepechingon.com/basic-cisco-asa-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple 4.0 iPhone OS to enable multitasking</title>
		<link>http://pepechingon.com/apple-4-0-iphone-o-to-enable-multitaskin/</link>
		<comments>http://pepechingon.com/apple-4-0-iphone-o-to-enable-multitaskin/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 20:36:36 +0000</pubDate>
		<dc:creator>J Sanchez</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://pepechingon.com/?p=350</guid>
		<description><![CDATA[Apple insider is reporting that Apple is planning to include the ability to multitask, when it launches the fourth major revision to the iPhone Operating System. If these rumors are in fact true, we can also expect this feature to appear in future versions of...]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.appleinsider.com/articles/10/03/11/apples_iphone_4_0_software_to_deliver_multitaskhttp://www.appleinsider.com/articles/10/03/11/apples_iphone_4_0_software_to_deliver_multitasking_support.html">Apple insider</a> is reporting that Apple is planning to include the ability to multitask, when it launches the fourth major revision to the iPhone Operating System. If these rumors are in fact true, we can also expect this feature to appear in future versions of the iPad.</p>
<p>It will be really interesting to see how apple will incorporate the feature into the iPhone. The iPhone is already a battery hog and managing resources will be a part of the success or failure of the feature. Apple has a reputation of making things intuitive and easy to use, I don&#8217;t expect multitasking to be exception.</p>
]]></content:encoded>
			<wfw:commentRss>http://pepechingon.com/apple-4-0-iphone-o-to-enable-multitaskin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Will Apple&#8217;s new iPad succeed???</title>
		<link>http://pepechingon.com/will-apples-new-ipad-succeed/</link>
		<comments>http://pepechingon.com/will-apples-new-ipad-succeed/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 21:16:53 +0000</pubDate>
		<dc:creator>J Sanchez</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://pepechingon.com/?p=282</guid>
		<description><![CDATA[Yesterday Apple unveiled it&#8217;s highly anticipated tablet computer, the Apple iPad. I have to say, I am a little disappointed in Apple this time. With all the hype they had created and all the speculation and buzz leading up to the unveiling, Steve Jobs failed...]]></description>
			<content:encoded><![CDATA[<p>Yesterday Apple unveiled it&#8217;s highly anticipated tablet computer, the Apple iPad. I have to say, I am a little disappointed in Apple this time. With all the hype they had created and all the speculation and buzz leading up to the unveiling, Steve Jobs failed to deliver, in my view. For a few weeks now, there was a lot speculation on the potential looks of the device and what features it could potentially have. Yesterday we finally had all, or at least some of our questions answered. The real question is: Will it succeed?</p>
<p><strong><span style="text-decoration: underline;">Giant iPod touch</span></strong></p>
<p>Just like the ex-president of Google China predicted in previous weeks. The iPad is nothing else than a glorified giant iPod touch. A beautiful, glorified giant iPod touch, that is. The fact of the matter is that while it is a beautiful device. The only two significant features &#8211; other than the larger screen and more horsepower &#8211; are the eBook features and the iWork integration. And while those two features may be enough to convince some people, those two features alone will not be enough to make the iPad a successful product.</p>
<p><strong><span style="text-decoration: underline;">Price</span></strong></p>
<p>The iPhone became a very successful product for Apple, only after Apple slashed the price in half. The price drop gave Apple the ability to appeal to other consumers outside of Apple&#8217;s consumer base. The phone suddenly became and option for the average consumer looking for a new phone. The success of the iPhone allowed Apple to spin-off another profitable business, the app store. The app store is a very profitable business for Apple. Apple takes 30% of the price of any app sold through the app store. Apple made an estimated <a href="http://www.thebigmoney.com/blogs/app-economy/2010/01/26/apple-s-app-store-no-gold-mine-s-ok">1.4 billion dollars</a> in revenue from the app store last year. All of this could not have been possible if the iPhone was still priced at its initial price of $599.</p>
<p>The same holds true for the iPad. In order for the iPad to be successful it must be affordable to the typical consumer, not just Apple fans, like myself. The main reason why Apple&#8217;s laptop and desktop sales have not seen a significant increase in sales with the success of the iPhone and iPod, still boggles me. With that many people walking into the Apple store to buy iPhone and iPods, there aren&#8217;t many snatching any of Apple&#8217;s laptops and desktops, which are equally as appealing as all other Apple products. The difference lies in the big price gap between comparable PC and Macs. The iPad will face the same fate if the price is not lowered. Apple does not seem to understand that the success of this device will not come from the profit they make from selling their hardware, but rather from the money they can make from the sale of books, movies, music and apps. Apple should follow the gaming industry and sell the iPad at a loss, or with a small margin of profit. That will put the iPad in more hands, thus increasing the pool of potential content comsumers. With the current iPad prices, the average consumer will shy away from forking over $500.00 for something he/she doesn&#8217;t really need.</p>
<p><strong><span style="text-decoration: underline;">Not another monthly charge</span></strong></p>
<p>Another reason why consumer will shy away from the new iPad is the need to pay another $30 a month for internet access on another device. My wife and I currently own iPhones, which we pay $30 a month each for our unlimited data plans. If we were to each get an iPad, because we love apple so damn much, that would meanwe would have to fork another $30 each to get a data plan on each device. That&#8217;s on top of the $40 a month we currently pay AT&#038;T for home internet. We would be paying AT&#038;T a total of $160 a month. Just for internet access! Too much! Some may argue that  the 3G plan is optional, but let&#8217;s face. At that point the iPhone becomes a better device, and there is no point to buy an iPad anymore. The bigger screen and eBook reading capability would be the only two valid arguments, and the validity will vary according to your needs.</p>
<p><span style="text-decoration: underline;"><strong>Missing features</strong></span></p>
<p>During the keynote Steve Jobs promised that the iPad would improve the experience of some key things. One of them being web browsing. I find that very hard to believe, when there is no flash support built-into the iPad. How is that making the web browsing experience better Mr. Jobs?<br />
The lack of multi-tasking is also a big flaw of the device. The inability to run multiple applications is a big drawback for me. I want to be able to listen to my AOL radio application and surf the web at the same time. Is that too much to ask? What if you needed to work on a Numbers spreadsheet and Keynote presentation at the same time? With a netbook, you can do both things natively. They will be slow, but they can be done, and something is better than nothing.</p>
<p><span style="text-decoration: underline;"><strong>What do I need this for?</strong></span></p>
<p>One thing I just don&#8217;t get is what the average consumer needs this for? Most of the functionality that comes with iPad already exists in the iPhone and other smart phones, and the laptops most of us carry around daily. Steve tried to knock down the netbook, but Steve forgets what the purpose of the netbook is. The purpose of the netbook is not to make the browsing, email, photos, video, music, game and eBooks experience better. It was to make portable computing more, well, more portable. And to en extent they have succeeded. The only device that most consumers don&#8217;t have that the iPad could be a potential option for is the eBook reader. Most users have all the technology they need embedded in a phone and a laptop that they have become accustomed to carrying for quite sometime now.</p>
<p><strong><span style="text-decoration: underline;">Failure</span></strong></p>
<p>The iPad will be a successful product with high-end costumers and Apple lovers like myself. The average consumer will not buy it, unless some of the flaws are addressed, the biggest one being the price. I am tempted to buy it simply for the eBook reader capability, and well, because I love this stuff. To steal a line from the presidential campaign. What about Joe the plummer? Joe the plummer will probably not even care to take a bite out of that Apple.</p>
]]></content:encoded>
			<wfw:commentRss>http://pepechingon.com/will-apples-new-ipad-succeed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Communication Stalled on Backup Exec 12</title>
		<link>http://pepechingon.com/communication-stalled-on-backup-exec-12/</link>
		<comments>http://pepechingon.com/communication-stalled-on-backup-exec-12/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 00:03:38 +0000</pubDate>
		<dc:creator>J Sanchez</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://pepechingon.com/?p=259</guid>
		<description><![CDATA[For over the past four months I&#8217;ve been struggling with backup exec throwing out a communication stalled error every now and then. Usually I would come to work in the morning and the backup exec services would be stopped. The only way around this was to...]]></description>
			<content:encoded><![CDATA[<p>For over the past four months I&#8217;ve been struggling with backup exec throwing out a communication stalled error every now and then. Usually I would come to work in the morning and the backup exec services would be stopped. The only way around this was to reboot the server. As you can imagine it was not a very good way of maintaining an enterprise level backup solution, but there was nothing else I could think of. After a replacing cables, controller and even the tape library, we continued to have the same problem. I spent countless hours with symantec tech support, only to find out how incompetent they really are. Finally, one day there was light at the end of the tunnel. I finally got some one who new what they were doing. He explained that there is a process that flags the database with paused state for the server, and that due to a programming bug all you had to do was go to the devices tab, right click on the server and pause it and unpause it. Voila!!!! It worked!!!! Inventory, cleaning and most importantly my backups were again</p>
<p>Symantec SUCKS!!!! At least their tech support. I went through at least five customer service reps and not one of them was a bit competent.</p>
<p>If you are experiencing the same problem just follow these instructions. Hopefully it will make your life easier.</p>
<p><a href="http://seer.entsupport.symantec.com/docs/308627.htm">http://seer.entsupport.symantec.com/docs/308627.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pepechingon.com/communication-stalled-on-backup-exec-12/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
