<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>dpm &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/dpm/</link>
	<description>Feed of posts on WordPress.com tagged "dpm"</description>
	<pubDate>Tue, 01 Dec 2009 18:52:37 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Setting up a Sharepoint 2010 Hyper-V Lab]]></title>
<link>http://christopherpope.wordpress.com/2009/12/01/setting-up-a-sharepoint-2010-hyper-v-lab/</link>
<pubDate>Tue, 01 Dec 2009 15:50:20 +0000</pubDate>
<dc:creator>Christopher</dc:creator>
<guid>http://christopherpope.wordpress.com/2009/12/01/setting-up-a-sharepoint-2010-hyper-v-lab/</guid>
<description><![CDATA[Recently Microsoft released Sharepoint 2010 beta and quite a few other pieces of software: Visual St]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Recently Microsoft released Sharepoint 2010 beta and quite a few other pieces of software: Visual Studio 2010 beta, 2008 R2 RTM, and Windows 7 RTM which made it possible to deploy an SP2010 farm and do some development against it with the latest server and application technology. So the time is right to setup Sharepoint 2010 and see what it&#8217;s got. My plan was to setup a Sharepoint 2010 farm so I could get down into the details of a farm deployment and see what was new there and I wanted to do some development against the farm with the new Visual Studio and Win7 to see what changed or had been introduced there.</p>
<p> In order to setup this farm and development workstation, I figured I&#8217;d setup a hyper-v lab. In order to do this, I knew I&#8217;d need two machines: a hyper-v server and a Vista workstation which I would use to continue the project work I am tasked with at my company. I had a Dell Precision workstation with a decent amount of memory, disk space, and CPU horsepower so I decided use it as my hyper-v server, and I had a Vista laptop for my daily project work. </p>
<h1>2008 R2 Core Or Full?</h1>
<p>My first question was: should I install the core or the full installation of 2008 R2 for my hyper-v host? At first I chose core because I didn&#8217;t want to waste any of the resources on my Precision workstation which could be used for the farm or for development so I went ahead and installed core and setup my vista laptop to manage the core hyper-v installation. This all went fairly straightforward until I got the bright idea to use the System Center Virtual Machine Manager to help me manage my virtual lab. I wanted to give the SCVMM a spin because in the past I had used Virtual Server 2005 and SCVMM&#8217;s predecessor: Virtual Machine Manager and so I wanted to see what was new in virtual machine management in hyper-v.</p>
<p>I figured I could run the SCVMM management console on my Vista workstation and use it from there, but after downloading the SCVMM and attempting install it on my Vista workstation, I found that I could not. I found out that the management console <a href="http://www.microsoft.com/systemcenter/virtualmachinemanager/en/us/system-requirements.aspx">has to be installed on server 2008</a> which meant that I could either deploy a guest VM for the SCVMM or I could re-install my hyper-v server as a full installation and use it for the SCVMM. I chose to re-install my hyper-v server as a full installation since that seemed like less of a waste of my Precision workstation&#8217;s physical resources.</p>
<h1>How To Back It All Up?</h1>
<p> The next item I wanted to address was how to backup my guest VMs. I knew that since I would be installing beta software and working through some hotfixes and what not, that I&#8217;d need a good backp strategy. After all, the only way I knew of to learn something really well was to break it and then have to fix it and restoring from a backup made fixing things that much easier. There are 2basic ways in which a hyper-v guest VM can be backed up:</p>
<ol>
<li>Windows Server Backup (WSB)</li>
<li>Data Protection Manager (DPM)</li>
</ol>
<h2>Checkpoints</h2>
<p>Checkpoints are kind of a light weight backup solution so I didn&#8217;t see checkpoints as a long term backup solution, I seen them as a way to make a quick save of the VM before attempting something which may break it. In addition, my experience with VS2005 checkpoints left me with two bad experiences: you couldn&#8217;t restore a checkpoint without losing all checkpoints after the restored one and constantly checkpointing/restoring a domain member server would inevitably result in that member server&#8217;s domain association getting corrupted.</p>
<p>However, when using the new SCVMM checkpoints, I realized that I could not only restore to a checkpoint without losing all checkpoints later in time but that I could also fork the checkpoints. I could create child checkpoints and sibling checkpoints as well:</p>
<div id="attachment_197" class="wp-caption alignnone" style="width: 601px"><a href="http://christopherpope.wordpress.com/files/2009/11/checkpoints.png"><img class="size-full wp-image-197 " style="border:black 2px solid;" title="SCVMM Checkpoints" src="http://christopherpope.wordpress.com/files/2009/11/checkpoints.png" alt="" width="591" height="610" /></a><p class="wp-caption-text">SCVMM CheckpointsSo checkpoints for me became a good and quick backup tool but still didn&#39;t satisfy my need for a full backup. Windows Server Backup (WSB)WSB is the successor of NTBackup and can do what you&#39;d expect of it: it backs up and restores folders and files. But it can also operate at a higher level and use an application&#39;s Volume Snapshot Service (VSS) to backup/restore at the application level. Hyper-v has a VSS which through a registry edit, can be used by WSB.I had an external 500GB drive laying around that I was using as the SCVMM library for my ISO and other installation images so I figured I would also use it for my backup media. After I got WSB configured with the hyper-v VSS writer and I got to the place in the WSB backup wizard to select the backup desitination, it didn&#39;t show my external drive:WSB Backup Wizard</p></div>
<p>I went hunting online to see what I could do and found some articles about backing up to an external drive with WSB  but it seemed I had to reformat the disk first. Since this external drive also hosted the VM library of ISOs and other binaries I needed for my hyper-v lab, formatting it was out of the question and so this ended my backup effort with WSB.</p>
<h2>Data Protection Manager (DPM)</h2>
<p>The next backup method was DPM which is a more enterprise level backup solution from Microsoft. I downloaded and installed DPM 2007 service pack 1 which meant that I had to also install SQL 2005 along with it&#8217;s necessary service packs to get it running on 2008 R2.</p>
<p>I didn&#8217;t have too much trouble getting DPM installed and configured, it was all pretty much what I would expect of a backup solution. However, when I got to the point where I was adding disks to the storage pool to be used for the backup destination, I got a pleasant surprise: DPM did not show me my external drive so I could add it to the storage pool:</p>
<p class="mceTemp">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><a href="http://christopherpope.wordpress.com/files/2009/12/dpm.png"><img class="size-full wp-image-203   " style="border:black 2px solid;" title="DPM Disk Selection" src="http://christopherpope.wordpress.com/files/2009/12/dpm.png" alt="" width="600" height="286" /></a></dt>
<dd class="wp-caption-dd">DPM Disk Selection</dd>
</dl>
<p>At this point, I went back to the Internet to see what was going on and found out that <a href="http://buchatech.aiotechnology.com/2009/07/backing-up-to-external-hard-drives-from-dpm/">DPM does not support backing up to external USB drives</a>.</p>
<p>So at that point, I had no backup solution for my hyper-v installation. I do have plans to find another external drive and use WSB to backup to it.</p>
<h1>Clones, Templates, and Virtual Machines In the SCVMM</h1>
<p>My virtual Sharepoint lab will eventually consist of 7 guest VMs:</p>
<ol>
<li>Domain Controller</li>
<li>SQL Server</li>
<li>Index Server</li>
<li>Web Server</li>
<li>Web Server</li>
<li>Development workstation</li>
<li>Development workstation</li>
</ol>
<div id="attachment_209" class="wp-caption alignnone" style="width: 610px"><a href="http://christopherpope.wordpress.com/files/2009/12/guest-vms1.png"><img class="size-full wp-image-209 " style="border:black 2px solid;" title="Guest VMs" src="http://christopherpope.wordpress.com/files/2009/12/guest-vms1.png" alt="" width="600" height="313" /></a><p class="wp-caption-text">Guest VMs</p></div>
<h2>Cloning</h2>
<p>When I began to create my guest VMs, I wanted the ability to store a base 2008 R2 server in my SCVMM library that was fully patched and ready to deploy. I envisioned being able to deploy multiple guest VMs from this one copy in the library. After installing and patching my first server guest VM, I didn&#8217;t store it directly to my library. Instead I used the &#8216;clone&#8217; option on the context menu to create 4 additional servers: IDX1, SQL1, WEB1, and WEB2. I knew that this probably wasn&#8217;t right, that it couldn&#8217;t be that easy but I did it anyway and I was correct, it wasn&#8217;t right. Each of my 5 guest VM servers had the same SID which I verified by using the <a href="http://technet.microsoft.com/en-us/sysinternals/bb897417.aspx">psgetsid utility</a>. I think clones are useful only for backing up the machine and storing it in the SCVMM library.</p>
<h2>Storing a VM in the SCVMM library</h2>
<div class="mceTemp">The next thing I tried to do was to take that first fully installed and patched server and run sysprep on it and store it into the SCVMM library. I figured that having a sysprepped machine in my library would allow me to deploy it into a running guest VM multiple times and each of those guest VMs would have a different SID. But when I went to pull the VM which I stored in the library and deploy it as a guest VM, I found 2 problems:</div>
<ol>
<li>
<div class="mceTemp">I couldn&#8217;t rename the machine. I had it named something like &#8216;Base 2008 R2  x64&#8242;  so I couldn&#8217;t rename it SQL1, WEB1, etc.</div>
</li>
<li>
<div class="mceTemp">When deploying the VM from the library, it was not <em>copied</em> out of the library, it was <em>moved</em>. So this was a one time operation and it pretty much defeated storing a single copy in my library so I didn&#8217;t have to install and patch 5 seperate servers.</div>
</li>
</ol>
<h2> Creating a template in the SCVMM library</h2>
<p>My 3rd and last attempt at accomplishing my vision turned out to be the charm. I took that first server which was fully patched and would serve as my base server and told SCVMM to create a template from it. Before creating the template, I figured I needed to run sysprep on it since that seemed correct but while watching the SCVMM jobs to create the template, I noticed that one of the steps was to sysprep the machine:</p>
<div class="mceTemp">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><a href="http://christopherpope.wordpress.com/files/2009/12/template.png"><img class="size-full wp-image-206 " style="border:black 2px solid;" title="Sysprepping The Template" src="http://christopherpope.wordpress.com/files/2009/12/template.png" alt="" width="376" height="318" /></a></dt>
<dd class="wp-caption-dd">Sysprepping The Template</dd>
</dl>
<p>So creating the template also sysprepped the machine. Very nice, I now had the ability to store a 2008 R2 server template in my library which I could pull and deploy mutliple times as needed.</p>
</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[This Just In!: Fresh 2 Death by Dance Party Massacre]]></title>
<link>http://lovingthistee.wordpress.com/2009/11/18/fresh-2-death/</link>
<pubDate>Thu, 19 Nov 2009 04:48:19 +0000</pubDate>
<dc:creator>Loving This Tee</dc:creator>
<guid>http://lovingthistee.wordpress.com/2009/11/18/fresh-2-death/</guid>
<description><![CDATA[Just last week, I got a package from Alex over at Dance Party Massacre. I didn’t know what tee I wou]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a title="Click to enlarge" href="http://i660.photobucket.com/albums/uu329/LovingThisTee/IMG_2530.jpg"><img class="aligncenter" title="DPM" src="http://i660.photobucket.com/albums/uu329/LovingThisTee/IMG_2530.jpg" alt="" width="448" height="336" /></a></p>
<p>Just last week, I got a package from Alex over at <a href="http://dancepartymassacre.com"><strong>Dance Party Massacre</strong></a>. I didn’t know what tee I would be receiving, and I was extremely excited to open the mailer up as quickly as my little fingers could go. Inside this envelope were goodies and a tee that I had been eyeing on the DPM site for quite some time! “<a href="http://dancepartymassacre.com/shop/fresh2deathblackmens.htm"><strong>Fresh 2 Death</strong></a>” is one of my favorite tees from DPM’s second season, and I’m very excited to get the chance to review it!</p>
<p style="text-align:center;"><a href="http://dancepartymassacre.com/shop/fresh2deathblackmens.htm"><img class="aligncenter" title="Fresh 2 Death" src="http://i660.photobucket.com/albums/uu329/LovingThisTee/DMPfull.png" alt="" width="420" height="401" /></a></p>
<p style="text-align:center;"><a title="Click to enlarge" href="http://i660.photobucket.com/albums/uu329/LovingThisTee/IMG_2606.jpg"><img class=" aligncenter" title="Click to enlarge" src="http://i660.photobucket.com/albums/uu329/LovingThisTee/IMG_2606.jpg" alt="" width="262" height="306" /></a></p>
<p>As you can see, this design includes metallic ink. I’ve never had a tee with shimmery ink before, and I think that it was a perfect addition to this particular design. It would have been boring to see the coins and the “bling” be a plain bronze color without the glitter-effect. Instead, we get to see something that&#8217;s more true-to-life on this piece.<!--more--></p>
<p style="text-align:center;"><a href="http://i660.photobucket.com/albums/uu329/LovingThisTee/IMG_2532.jpg"><img class="alignnone" title="Click to enlarge" src="http://i660.photobucket.com/albums/uu329/LovingThisTee/IMG_2532.jpg" alt="" width="210" height="280" /></a><a href="http://i660.photobucket.com/albums/uu329/LovingThisTee/IMG_2533.jpg"><img class="alignnone" title="Click to enlarge" src="http://i660.photobucket.com/albums/uu329/LovingThisTee/IMG_2533.jpg" alt="" width="210" height="280" /></a></p>
<p>This tee came with a custom hangtag. I love it when companies take the extra step to do this because it makes their products look even more professional. This hangtag is nice and simple, which is a good thing because it’s not tacky!</p>
<p style="text-align:center;"><a href="http://i660.photobucket.com/albums/uu329/LovingThisTee/IMG_2538.jpg"><img class="aligncenter" title="Click to enlarge" src="http://i660.photobucket.com/albums/uu329/LovingThisTee/IMG_2538.jpg" alt="" width="307" height="230" /></a></p>
<p style="text-align:center;"><a href="http://i660.photobucket.com/albums/uu329/LovingThisTee/IMG_2636.jpg"><img class="aligncenter" title="Click to enlarge" src="http://i660.photobucket.com/albums/uu329/LovingThisTee/IMG_2636.jpg" alt="" width="288" height="203" /></a></p>
<p>“Fresh 2 Death” also features a custom tag on the left sleeve, as well as a custom printed tag on the inside of the shirt. Again, these are excellent additions to show just how professional this company is.</p>
<p style="text-align:center;"><a href="http://i660.photobucket.com/albums/uu329/LovingThisTee/IMG_2610.jpg"><img class="aligncenter" title="Click to enlarge" src="http://i660.photobucket.com/albums/uu329/LovingThisTee/IMG_2610.jpg" alt="" width="307" height="230" /></a></p>
<p>In terms of print quality, this tee looks beautiful before and after wash. The only difference is that some of the glitter specks in the bronze ink have migrated to other areas of the print after washing, giving them some sparkle. It’s not too big of a deal and you won’t even really notice unless you’re staring at the print (something that I do just for reviewing purposes!).</p>
<p style="text-align:center;"><a href="http://i660.photobucket.com/albums/uu329/LovingThisTee/IMG_2633.jpg"><img class="aligncenter" title="Click to enlarge" src="http://i660.photobucket.com/albums/uu329/LovingThisTee/IMG_2633.jpg" alt="" width="307" height="230" /></a></p>
<p>The details on this print are spectacular and are well-defined on the tee. The print job is terrific, and you can see all of the little details clearly. The artist made sure to illustrate this piece without having the lines be too thin to show up in the print. All in all, I give this design an A+ for translating well from computer image to t-shirt print! I love everything that goes into this composition, and I think that the tee itself is fresh!</p>
<p style="text-align:center;"><a href="http://i660.photobucket.com/albums/uu329/LovingThisTee/IMG_2653.jpg"><img class="aligncenter" title="Click to enlarge" src="http://i660.photobucket.com/albums/uu329/LovingThisTee/IMG_2653.jpg" alt="" width="240" height="320" /></a></p>
<p>Another thing that I love about this design is that it wraps around the torso a little bit. In my opinion, the placement is very unique. While it could have just been smacked right in the center of the tee, making sure that the print ended along the two edges of the shirt, DPM went with a more original route.</p>
<p>I give this t-shirt from <a href="http://dancepartymassacre.com"><strong>Dance Party Massacre</strong></a> two thumbs up for everything&#8211;from presentation to print quality. Although I think that <strong>$27.95</strong> is quite steep for t-shirts in general, you can be sure that you&#8217;ll get a high-quality shirt in return when you order &#8220;<a href="http://dancepartymassacre.com/shop/fresh2deathblackmens.htm"><strong>Fresh 2 Death</strong></a>.&#8221; For those living in the U.S., you&#8217;ll also be happy to know that shipping is free!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Microsoft Data Protection Manager 2010 &amp; Seagate]]></title>
<link>http://richfrombechtle.wordpress.com/2009/11/10/microsoft-data-protection-manager-2010-seagate/</link>
<pubDate>Tue, 10 Nov 2009 21:15:56 +0000</pubDate>
<dc:creator>richfrombechtle</dc:creator>
<guid>http://richfrombechtle.wordpress.com/2009/11/10/microsoft-data-protection-manager-2010-seagate/</guid>
<description><![CDATA[Microsoft’s Data Protection Manager (DPM) is soon to arrive in it’s 2010 incarnation (first half 201]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Microsoft’s Data Protection Manager (DPM) is soon to arrive in it’s 2010 incarnation (first half 2010) so this week’s TechEd Conference is revealing a host of new features.</p>
<p>DPM is currently a Windows focused product which, while not surprising, is quite limiting in many corporate IT environments these days. So with 2010, Microsoft have joined together with Seagate and OEM’d their i365 software to extend protection to heterogeneous environments including:</p>
<ul>
<li>Linux</li>
<li>Unix</li>
<li>Netware</li>
<li>IBM iSeries</li>
<li>Oracle</li>
<li>VMWare</li>
</ul>
<p>A great list…but you’ll notice no Mac support <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>This will instantly remove one of the main barriers to DPM adoption in enterprises,as many places have at least a few Linux/Unix servers running in their datacenters.</p>
<p>Microsoft will also be offering online backups via Seagate’s EVault service and datacenters. It includes data compression and data de-duplication to reduce bandwidth hit and has:</p>
<blockquote><p>“a network of SAS 70 Type II certified, Tier 3 and 4 hosting facilities, WAN optimised backup and recovery, disaster recovery experts and processes, and a 12-year track record protecting data for over 22,000 customers across the globe”</p>
</blockquote>
<p>according to Seagate.</p>
<p>What I find strange is that this doesn’t utilise any of Microsoft’s online services…in particular Microsoft Azure. With BPOS offering an online hosted archive, it seems strange that this technology can’t be extended to store other, non email, data too. </p>
<p>Is using eVault just a temporary measure until Azure is fully up and running? I don’t know but I would expect that it’s in the long term plan to fold all this inside Azure…maybe some kind of Seagate purchase will happen?!</p>
<p>I’m also keen to find out if the data compression and de-duplication are offered to customers who choose to back up on-site to local tape, NAS, SAN etc. De-Dupe is one of the big features Symantec are touting for the next release of Backup Exec (14 I guess to keep with superstition); if MS are including that too then it will really steal some thunder!</p>
<p><img src="http://www.popbaloes.com/boteco/tp11/thor14.jpg" /></p>
<p>Thanks to <a href="http://www.theregister.co.uk/2009/11/10/seagate_i365_microsoft/" target="_blank">The Register</a> for this…</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[DPM 2010 Beta]]></title>
<link>http://easydpm.wordpress.com/2009/11/09/dpm-2010-beta/</link>
<pubDate>Mon, 09 Nov 2009 13:02:45 +0000</pubDate>
<dc:creator>Heiarii LONGINE</dc:creator>
<guid>http://easydpm.wordpress.com/2009/11/09/dpm-2010-beta/</guid>
<description><![CDATA[SCDPM 2010 (DPM V3) est disponible en version Bêta. &nbsp; &nbsp; Voici quelques nouveautés: Il est ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="https://connect.microsoft.com/Downloads/DownloadDetails.aspx?SiteID=840&#38;DownloadID=22070">SCDPM 2010 (DPM V3)</a> est disponible en version Bêta.</p>
<p>&#160;</p>
<p><a href="https://connect.microsoft.com/Downloads/DownloadDetails.aspx?SiteID=840&#38;DownloadID=22070" target="_blank"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border:0;" title="SCDPM2010_5F00_logo" src="http://easydpm.files.wordpress.com/2009/11/scdpm2010_5f00_logo.jpg?w=367&#038;h=82" border="0" alt="SCDPM2010_5F00_logo" width="367" height="82" /></a></p>
<p>&#160;</p>
<p>Voici quelques nouveautés:</p>
<ul>
<li>Il est désormais possible d&#8217;installer le serveur DPM sur un contrôleur de domaine.</li>
<li>Prise en compte des CSV  d’Hyper-V 2.0 avec Live Migration</li>
<li>Protection des machines clientes XP, Vista et Seven</li>
<li>Protection de SAP pour SQL Serveur</li>
<li>Protection d&#8217;Exchange 2010 et MOSS 2010</li>
<li>&#8230;</li>
<li></li>
</ul>
<p>DPM 2010 supportera également le Bare Metal recovery nativement pour Windows 2008.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Billet temporaire utilis&eacute; pour la d&eacute;tection de th&egrave;me (cf194229-e096-417e-a508-60f1dd2566eb - 3bfe001a-32de-4114-a6b4-4005b770f6d7)]]></title>
<link>http://easydpm.wordpress.com/2009/11/09/billet-temporaire-utilis-pour-la-dtection-de-thme-cf194229-e096-417e-a508-60f1dd2566eb-3bfe001a-32de-4114-a6b4-4005b770f6d7/</link>
<pubDate>Mon, 09 Nov 2009 12:48:43 +0000</pubDate>
<dc:creator>Heiarii LONGINE</dc:creator>
<guid>http://easydpm.wordpress.com/2009/11/09/billet-temporaire-utilis-pour-la-dtection-de-thme-cf194229-e096-417e-a508-60f1dd2566eb-3bfe001a-32de-4114-a6b4-4005b770f6d7/</guid>
<description><![CDATA[Il s&#8217;agit d&#8217;un billet temporaire qui n&#8217;a pas été supprimé. Supprimez-le manuelleme]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Il s&#8217;agit d&#8217;un billet temporaire qui n&#8217;a pas été supprimé. Supprimez-le manuellement. (56974262-3b23-4337-b0fa-0e15733e9e05 &#8211; 3bfe001a-32de-4114-a6b4-4005b770f6d7)</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[System State Backup Windows Server 2008]]></title>
<link>http://teacheritblog.wordpress.com/2009/11/06/system-state-backup-windows-server-2008/</link>
<pubDate>Fri, 06 Nov 2009 08:41:25 +0000</pubDate>
<dc:creator>teaCHer</dc:creator>
<guid>http://teacheritblog.wordpress.com/2009/11/06/system-state-backup-windows-server-2008/</guid>
<description><![CDATA[Beim Versuch den System State eines Windows Server 2008 64bit per DPM2007 zu sichern tritt folgender]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Beim Versuch den System State eines Windows Server 2008 64bit per DPM2007 zu sichern tritt folgender Fehler auf: </p>
<blockquote><p>DPM-Fehler beim Erstellen der Systemstatussicherung. Wenn Sie versuchen, den Systemstatus eines Windows 2008 Server-Betriebssystems zu erstellen, überprüfen Sie, ob WSB (Windows Server Backup) installiert ist und ob ausreichend freier Speicherplatz auf dem geschützten Server vorhanden ist, um den Systemstatus zu speichern. (ID 30214 Details: Interner Fehlercode: 0&#215;809909FB)</p>
</blockquote>
<p>Eine mögliche Ursache ist im Ereignisprotokoll des zu schützenden Servers zu finden:</p>
<blockquote><p>Protokollname: Application      <br />Quelle:&#160;&#160;&#160;&#160;&#160;&#160;&#160; Microsoft-Windows-CAPI2       <br />Datum:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 05.11.2009 15:54:42       <br />Ereignis-ID:&#160;&#160; 513       <br />Aufgabenkategorie:Keine       <br />Ebene:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Fehler       <br />Schlüsselwörter:Klassisch       <br />Benutzer:&#160;&#160;&#160;&#160;&#160; Nicht zutreffend       <br />Computer:&#160;&#160;&#160;&#160;&#160; xxx.xxxxx.xxx<strike>        <br /></strike>Beschreibung:       <br />Der Kryptografiedienst ist während der Verarbeitung des &#34;OnIdentity()&#34;-Aufrufobjekts &#34;System Writer&#34; fehlgeschlagen. </p>
<p>Details:      <br />AddCoreCsiFiles : BeginFileEnumeration() failed. </p>
<p>System Error:      <br />Zugriff verweigert</p>
</blockquote>
<p>Hier die Lösung für dieses Problem: </p>
<p>Auf dem zu schützenden Server sind die NTFS-Berechtigungen in&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; %windir%\winsxs\FileMaps fehlerhaft.</p>
<p>Abhilfe: Auf dem Server folgende Befehle ausführen:</p>
<blockquote><p>Takeown /f %windir%\winsxs\filemaps\* /a      <br />icacls %windir%\winsxs\filemaps\*.* /grant &#34;NT AUTHORITY\SYSTEM:(RX)&#34;       <br />icacls %windir%\winsxs\filemaps\*.* /grant &#34;NT Service\trustedinstaller:(F)&#34;       <br />icacls %windir%\winsxs\filemaps\*.* /grant BUILTIN\Users:(RX)</p>
</blockquote>
<p>Quelle: <a href="http://social.technet.microsoft.com/Forums/en/windowsbackup/thread/bb760434-de80-4cb6-ae9e-bd253e4b037c" target="_blank">DPM 2007 Server 2008 System State Backup System Writer missing</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Bunions and Foot Pain]]></title>
<link>http://pittsburghbusiness.wordpress.com/2009/10/29/bunions-and-foot-pain/</link>
<pubDate>Thu, 29 Oct 2009 11:42:42 +0000</pubDate>
<dc:creator>pittsburghbusiness</dc:creator>
<guid>http://pittsburghbusiness.wordpress.com/2009/10/29/bunions-and-foot-pain/</guid>
<description><![CDATA[Visit us online today for information and foot care tips!]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/vNs8XP7wZUk&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/vNs8XP7wZUk&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/ls63rwk6kT0&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/ls63rwk6kT0&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/VUIazFaX0RY&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/VUIazFaX0RY&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/B4d5p9Im_qY&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/B4d5p9Im_qY&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p><a href="http://www.familyfootandlegcenter.com/">Visit us online today for information and foot care tips! </a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[DPM beginning with Yoga]]></title>
<link>http://beckigerrardterraincognita.wordpress.com/2009/10/15/dpm-beginning-with-yoga/</link>
<pubDate>Thu, 15 Oct 2009 18:54:37 +0000</pubDate>
<dc:creator>beckigerrard</dc:creator>
<guid>http://beckigerrardterraincognita.wordpress.com/2009/10/15/dpm-beginning-with-yoga/</guid>
<description><![CDATA[We have adopted yoga as our Daily Practice Movement this term, as a group daily practice. Even after]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>We have adopted yoga as our Daily Practice Movement this term, as a group daily practice. Even after a week and a half the difference in me is notable. I am able to identify parts of my body that are stiff, sore and holding tension that would otherwise go over-looked. i notice differences ona day-to-day as well as being able to note gradual changes.</p>
<p>I can already notice the centering and calming effects it has on me. Though i am still, at this point finding it difficult to switch off my thoughts. I struggle with this until the end where, once we are back in our starting positions I can finally let go. I have wondered about doing yoga at the end of the day as well as a means to bookmark my day with this process of letting go.</p>
<p>We have already begun to explore physically demanding material in the process and I am starting to think about developing DMP to include a rigorous physical warm-up which is then followed by yoga (I remember finding yoga particularly effective as a cool down during our process with Georg)</p>
<p>My toe is currently chipped and i am unable to put weight on it which is of course putting strain on the opposite leg. For the meantime i need to be careful and make sure i dont lose strength in either leg. When my toe has healed I will begin developing a more rigorous DPM, coming in early then joining the group for yoga.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[System Center Data Protection Manager 2007 SP1]]></title>
<link>http://systemcenterspartan.wordpress.com/2009/10/12/454/</link>
<pubDate>Mon, 12 Oct 2009 19:54:16 +0000</pubDate>
<dc:creator>System Center Spartan</dc:creator>
<guid>http://systemcenterspartan.wordpress.com/2009/10/12/454/</guid>
<description><![CDATA[Expanding on my System Center technologies, I&#8217;ve started to work with SCDPM 2007 SP1. Before I]]></description>
<content:encoded><![CDATA[Expanding on my System Center technologies, I&#8217;ve started to work with SCDPM 2007 SP1. Before I]]></content:encoded>
</item>
<item>
<title><![CDATA[DPM 2007 Known Issues]]></title>
<link>http://yiusan.wordpress.com/2009/10/12/dpm-2007-known-issues/</link>
<pubDate>Mon, 12 Oct 2009 18:53:44 +0000</pubDate>
<dc:creator>Yiu San Ho</dc:creator>
<guid>http://yiusan.wordpress.com/2009/10/12/dpm-2007-known-issues/</guid>
<description><![CDATA[Hi all, here is a list of DPM 2007 known issues:  http://technet.microsoft.com/en-us/library/bb79559]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hi all, here is a list of DPM 2007 known issues:  <a title="http://technet.microsoft.com/en-us/library/bb795594.aspx" href="http://technet.microsoft.com/en-us/library/bb795594.aspx">http://technet.microsoft.com/en-us/library/bb795594.aspx</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[DPM 2007 not showing Exchange Storage Groups on Small Business Server SBS 2003 server]]></title>
<link>http://yiusan.wordpress.com/2009/10/12/dpm-2007-not-showing-exchange-storage-groups-on-small-business-server-sbs-2003-server/</link>
<pubDate>Mon, 12 Oct 2009 18:51:31 +0000</pubDate>
<dc:creator>Yiu San Ho</dc:creator>
<guid>http://yiusan.wordpress.com/2009/10/12/dpm-2007-not-showing-exchange-storage-groups-on-small-business-server-sbs-2003-server/</guid>
<description><![CDATA[This is a known issue, Exchange writer must be turned on for the Volume Shadow Copy service in Windo]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This is a known issue, Exchange writer must be turned on for the Volume Shadow Copy service in Windows Small Business Server 2003<br />
By default, the Setup program for Microsoft Windows Small Business Server 2003 turns off the Microsoft Exchange Server 2003 writer for the Volume Shadow Copy service. To protect data using DPM 2007, the Exchange 2003 writer must be turned on.</p>
<p>To turn on the Exchange writer<br />
Click Start, click Run, type regedit, and then click OK.</p>
<p>Locate and then double-click the following registry subkey:</p>
<p>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\ParametersSystem</p>
<p>Double-click the Disable Exchange Writer value.</p>
<p>In the Value data text box, change the value from 1 to 0, and then click OK.</p>
<p>Quit Registry Editor.</p>
<p>Click Start, point to Administrative Tools, and then click Services.</p>
<p>Stop and then restart the Microsoft Exchange Information Store service.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Healthcare Reform Articles from Kevin Pho MD ]]></title>
<link>http://healthcarefinancials.wordpress.com/2009/10/11/healthcare-reform-articles-from-dr-pho/</link>
<pubDate>Sun, 11 Oct 2009 00:00:54 +0000</pubDate>
<dc:creator>Editors</dc:creator>
<guid>http://healthcarefinancials.wordpress.com/2009/10/11/healthcare-reform-articles-from-dr-pho/</guid>
<description><![CDATA[Aggregating Content – Disseminating Knowledge By Ann Miller; RN, MHA [Executive Director]  Here are ]]></description>
<content:encoded><![CDATA[Aggregating Content – Disseminating Knowledge By Ann Miller; RN, MHA [Executive Director]  Here are ]]></content:encoded>
</item>
<item>
<title><![CDATA[DPM 2010 Beta 1]]></title>
<link>http://blog.quirkshop.co.uk/2009/10/06/dpm-2010-beta-1/</link>
<pubDate>Tue, 06 Oct 2009 12:59:04 +0000</pubDate>
<dc:creator>John Quirk</dc:creator>
<guid>http://blog.quirkshop.co.uk/2009/10/06/dpm-2010-beta-1/</guid>
<description><![CDATA[As I’m all Hyper-V R2 for my demo environment I figure I may as well have a look at DPM 2010 Beta 1 ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>As I’m all Hyper-V R2 for my demo environment I figure I may as well have a look at DPM 2010 Beta 1 than deploy the excellent DPM 2007 SP1 (there’s no Hyper-V R2 support in the current version).</p>
<p>I’ve created a new Server 2008 R2 x64 VM and downloaded the <a href="http://www.microsoft.com/systemcenter/dataprotectionmanager/en/us/2010beta-overview.aspx">DPM beta</a>.</p>
<p>I have also created a new LUN on my excellent Qnap TS-119 called “Backup”. </p>
<p>The iSCSI initiator on the new DMP VM connects to this:</p>
<p><a href="http://johnquirk.files.wordpress.com/2009/10/image.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2009/10/image_thumb.png?w=396&#038;h=280" width="396" height="280" /></a> </p>
<p>Disk administrator wants me to initialize the disk:</p>
<p><a href="http://johnquirk.files.wordpress.com/2009/10/image1.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2009/10/image_thumb1.png?w=396&#038;h=362" width="396" height="362" /></a> </p>
<p>Now I’m ready to give this disk to DPM. I don’t need to format it, DPM will manage that.</p>
<p><a href="http://johnquirk.files.wordpress.com/2009/10/image2.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2009/10/image_thumb2.png?w=401&#038;h=322" width="401" height="322" /></a> </p>
</p>
<p>DPM’s setup routine is very attractive!</p>
<p><a href="http://johnquirk.files.wordpress.com/2009/10/image3.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2009/10/image_thumb3.png?w=410&#038;h=329" width="410" height="329" /></a> </p>
<p>Oops, I’m not logged on with domain credentials. Also the Single Instance Storage engine isn’t installed. DPM setup will handle this, but it’ll need a reboot.</p>
<p>I’ve been lazily using the built in Administrator account to date, Windows has a minor irritation of thinking you want to log on locally when you type in “Administrator” and switches the logon context as you type, consequently you have to enter DOMAIN\Administrator every time. Perhaps it’s best if I create a new account, this also gives me chance to try out Windows Server 2008 R2 <strong>“Active Directory Administrative Center”</strong></p>
<p><a href="http://johnquirk.files.wordpress.com/2009/10/image4.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2009/10/image_thumb4.png?w=159&#038;h=188" width="159" height="188" /></a> <a href="http://johnquirk.files.wordpress.com/2009/10/image5.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2009/10/image_thumb5.png?w=293&#038;h=192" width="293" height="192" /></a> </p>
<p>I don’t do a lot of support, but I can see that this thing would be a boon for account management types. No more multiple-dialogue-tab hell, just everything in a nice neat expandable list. You can remove the sections that you don’t use and get everything relevant in a great, easy to use view:</p>
<p><a href="http://johnquirk.files.wordpress.com/2009/10/image6.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2009/10/image_thumb6.png?w=471&#038;h=442" width="471" height="442" /></a> </p>
<p>What’s not to like, this is great. The search is really quick and doesn’t suffer from the terrible user interface horrors of AD U&#38;C. </p>
<p>Anyway, back to the DPM install…</p>
<p><a href="http://johnquirk.files.wordpress.com/2009/10/image7.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2009/10/image_thumb7.png?w=479&#038;h=206" width="479" height="206" /></a> </p>
<p>Logged on with my new domain credentials I’m good to go!</p>
<p><a href="http://johnquirk.files.wordpress.com/2009/10/image8.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2009/10/image_thumb8.png?w=483&#038;h=385" width="483" height="385" /></a> </p>
<p>This being an R2 server I already have PowerShell and Installer 4.5, so the SIS goes in.</p>
<p><a href="http://johnquirk.files.wordpress.com/2009/10/image9.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2009/10/image_thumb9.png?w=487&#038;h=390" width="487" height="390" /></a> </p>
<p>DPM comes with its own copy of SQL 2008, unlike the rest of the System Center Suite… Quite why this is I have no idea, but if you wish you can let it do its own thing with SQL…   <br /><a href="http://johnquirk.files.wordpress.com/2009/10/image10.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2009/10/image_thumb10.png?w=495&#038;h=397" width="495" height="397" /></a> </p>
<p>And we’re done.</p>
<p>I then pushed out an agent to a test SQL box from the Management node. On this server I’d created a dummy database with a single table. I added two dummy records to this table, then created a DPM Protection Group to protect this database. </p>
<p><a href="http://johnquirk.files.wordpress.com/2009/10/image11.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2009/10/image_thumb11.png?w=494&#038;h=372" width="494" height="372" /></a> </p>
<p>One of the new features is illustrated above, I can now protect a SQL <em>Instance (HYPERV-VMM above)</em> the bonus being that whenever I add a new database it’s automatically protected.</p>
<p>I left this running for a while and now I can recover back to any point in time:</p>
<p><a href="http://johnquirk.files.wordpress.com/2009/10/image12.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2009/10/image_thumb12.png?w=497&#038;h=468" width="497" height="468" /></a> </p>
<p>I delete some records from my demo database, pick a time from just before I did that and as if by magic, the data reappears…</p>
<p><a href="http://johnquirk.files.wordpress.com/2009/10/image13.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2009/10/image_thumb13.png?w=539&#038;h=276" width="539" height="276" /></a> </p>
<p>With DPM I can elect to recover my data in a few different ways. One cool feature with SQL restore is I can take a SQL 2005 backup and recover to SQL 2008.</p>
<p><a href="http://johnquirk.files.wordpress.com/2009/10/image14.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2009/10/image_thumb14.png?w=543&#038;h=476" width="543" height="476" /></a> </p>
<p>Having selected my recovery option I see a summary of the items to be recovered, then we’re done.</p>
<p><a href="http://johnquirk.files.wordpress.com/2009/10/image15.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2009/10/image_thumb15.png?w=541&#038;h=215" width="541" height="215" /></a> </p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
<p>When this completes, the restore is complete. The DPM interface is very polished, I reckon it’s hard to get excited about backup, but there’s some really good stuff here and with the integration of online services (DPM to cloud backup) things get very interesting…</p>
<p><a href="http://johnquirk.files.wordpress.com/2009/10/clip_image001.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image001" border="0" alt="clip_image001" src="http://johnquirk.files.wordpress.com/2009/10/clip_image001_thumb.jpg?w=634&#038;h=406" width="634" height="406" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Two new System Center beta products available to test]]></title>
<link>http://advisec.wordpress.com/2009/10/03/two-new-system-center-beta-products-available-to-test/</link>
<pubDate>Sat, 03 Oct 2009 20:07:18 +0000</pubDate>
<dc:creator>Björn Axéll</dc:creator>
<guid>http://advisec.wordpress.com/2009/10/03/two-new-system-center-beta-products-available-to-test/</guid>
<description><![CDATA[This week Microsoft released two new beta product from the System Center product suite: System Cente]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This week Microsoft released two new beta product from the System Center product suite:</p>
<p><strong>System Center Essentials 2010</strong></p>
<p><a href="http://blogs.technet.com/systemcenteressentials/archive/2009/09/29/sce-2010-public-beta-is-here.aspx" target="_blank">Read more about the new features</a></p>
<p><a href="http://technet.microsoft.com/en-us/evalcenter/ee470677.aspx" target="_blank">Download the beta version</a></p>
<p><strong>System Center Data Protection Manager</strong></p>
<p><a href="http://www.microsoft.com/systemcenter/dataprotectionmanager/en/us/2010beta-overview.aspx" target="_blank">Read more about the new features</a></p>
<p><a href="https://connect.microsoft.com/Downloads/DownloadDetails.aspx?SiteID=840&#38;DownloadID=22070" target="_blank">Download the beta version</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Ropa militar para condiciones climatológicas adversas]]></title>
<link>http://d0b3rm4n.wordpress.com/2009/10/02/ropa-militar-para-condiciones-climatologicas-adversas/</link>
<pubDate>Fri, 02 Oct 2009 07:38:42 +0000</pubDate>
<dc:creator>d0b3rm4n</dc:creator>
<guid>http://d0b3rm4n.wordpress.com/2009/10/02/ropa-militar-para-condiciones-climatologicas-adversas/</guid>
<description><![CDATA[Olive Ghillie Base Concealment Vest (Chaleco Base de Ocultación color Oliva) Chaleco Ghille Oliva La]]></description>
<content:encoded><![CDATA[Olive Ghillie Base Concealment Vest (Chaleco Base de Ocultación color Oliva) Chaleco Ghille Oliva La]]></content:encoded>
</item>
<item>
<title><![CDATA[Data Protection Manager (DPM) 2007 &ndash; Individual exchange mailbox restore]]></title>
<link>http://yiusan.wordpress.com/2009/10/01/data-protection-manager-dpm-2007-individual-exchange-mailbox-restore/</link>
<pubDate>Thu, 01 Oct 2009 19:01:47 +0000</pubDate>
<dc:creator>Yiu San Ho</dc:creator>
<guid>http://yiusan.wordpress.com/2009/10/01/data-protection-manager-dpm-2007-individual-exchange-mailbox-restore/</guid>
<description><![CDATA[Well…  After testing with DPM 2007 for a good few hours, I had issue with restoring individual Excha]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Well…  After testing with DPM 2007 for a good few hours, I had issue with restoring individual Exchange mailboxes…  I can restore it, but it restore the entire mailbox store. </p>
<p>That’s odd…  everywhere I read on the internet say you can restore individual mailboxes…  I even spend a few hours looking at a few Microsoft DPM whitepapers.  Still no answer.</p>
<p>Keep thinking I done something wrong, I went back to test it again…  A few more days went by and I finally found my answer (in a whitepaper some where from Microsoft)…</p>
<p><strong>DPM2007 does not support individual exchange mailbox restore on Exchanged 2003!!!!  Why will Microsoft don’t just openly tell me??  I found the answer hidden a few hundreds pages of whitepaper (one line hiden in a few hundreds of pages&#8230;).  </strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[dundee wall at dpm park]]></title>
<link>http://graffitiartist.org/2009/09/22/dundee-wall-at-dpm-park/</link>
<pubDate>Tue, 22 Sep 2009 20:33:59 +0000</pubDate>
<dc:creator>dl4on3</dc:creator>
<guid>http://graffitiartist.org/2009/09/22/dundee-wall-at-dpm-park/</guid>
<description><![CDATA[]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://dl4on3.wordpress.com/files/2009/09/09junedundee.jpg"><img class="aligncenter size-full wp-image-1145" title="09junedundee" src="http://dl4on3.wordpress.com/files/2009/09/09junedundee.jpg" alt="09junedundee" width="270" height="202" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[DPM produces 3.5 million tonnes of nitrogenous fertilizer ]]></title>
<link>http://baovietnam.wordpress.com/2009/09/15/dpm-produces-3-5-million-tonnes-of-nitrogenous-fertilizer/</link>
<pubDate>Tue, 15 Sep 2009 17:04:24 +0000</pubDate>
<dc:creator>Viet Nam</dc:creator>
<guid>http://baovietnam.wordpress.com/2009/09/15/dpm-produces-3-5-million-tonnes-of-nitrogenous-fertilizer/</guid>
<description><![CDATA[DPM produces 3.5 million tonnes of nitrogenous fertilizer QĐND &#8211; Tuesday, September 15, 2009, ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><DIV class="bg_article"><br />
<DIV class="space"></DIV><br />
<DIV style="text-align:left;padding-left:12px;width:100%;font-family:Tahoma;float:left;color:#00458b;font-size:13px;text-decoration:underline;"></DIV><br />
<DIV class="article_title_detail">DPM produces 3.5 million tonnes of nitrogenous fertilizer </DIV><br />
<DIV style="height:8px;clear:both;overflow:hidden;"></DIV><br />
<DIV class="published_time">QĐND &#8211; Tuesday, September 15, 2009, 21:50 (GMT+7)</DIV><br />
<DIV style="text-align:justify;line-height:20px;width:550px;font-family:Tahoma;font-size:12px;margin:0 auto;"></p>
<p><P style="text-align:justify;margin:6pt 0 0;" class="MsoNormal"><FONT size="3"><B>The Vietnam National Oil and Gas Group (PVN) on September 15 held a seminar to evaluate the effectiveness of the Phu My nitro-fertilizer factory, the first petrochemical project in Vietnam.</B></FONT></P><br />
<P style="text-align:justify;margin:6pt 0 0;" class="MsoNormal"><FONT size="3">The President of the PetrolVietnam Fertilizer and Chemical Corporation (DPM), Nguyen Xuan Thang, said that DPM has produced 3.5 million tonnes of high-quality nitrogenous fertilizer since it began operation 5 years ago, saving US$1.3 billion in fertilizer imports.</FONT></P><br />
<P style="text-align:justify;margin:6pt 0 0;" class="MsoNormal"><FONT size="3">According to Thang, DPM now has a sales network of 40 outlets, 60 dealers and&#160; 3,690 retailers across the country.</FONT></P><br />
<P style="text-align:justify;margin:6pt 0 0;" class="MsoNormal"><FONT size="3">Speaking at the seminar, the General Secretary of the Fertilizer Association of Vietnam, Nguyen Thuy Hac, emphasised DPM’s role in stabilising fertilizer prices, especially during the recent summer-autumn and winter-spring crops</FONT></P><br />
<P style="text-align:justify;margin:6pt 0 0;" class="MsoNormal"><FONT size="3">“Apart from producing fertilizer, DPM also helps to stabilise prices and control inflation through fertilizer exports and imports,” Hac said.</FONT></P><br />
<P style="text-align:justify;margin:6pt 0 0;" class="MsoNormal"><FONT size="3">DPM is the first petrochemical factory in the region that uses the world’s most advanced technology and has a design capacity of 740,000 tonnes of urea a year.</FONT></P><br />
<P style="text-align:justify;margin:6pt 0 0;" class="MsoNormal"><FONT size="3">They are now preparing to put into operation the Ca Mau Fertilizer Plant with an annual output of 800,000 tonnes.</FONT></P><br />
<P style="text-align:justify;margin:6pt 0 0;" class="MsoNormal"><B><I><FONT size="3">Source: VOV</FONT></I></B></P></DIV></DIV><br /> Source: QDND</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Thoughts on Becoming a Private Channel Publication]]></title>
<link>http://healthcarefinancials.wordpress.com/2009/09/13/thoughts-on-becoming-a-private-publication-or-personal-channel/</link>
<pubDate>Sun, 13 Sep 2009 00:01:45 +0000</pubDate>
<dc:creator>Editors</dc:creator>
<guid>http://healthcarefinancials.wordpress.com/2009/09/13/thoughts-on-becoming-a-private-publication-or-personal-channel/</guid>
<description><![CDATA[For ME-P Members Only? By Dr. David Edward Marcinko; MBA, CMP™ By Hope Rachel Hetico; RN, MHA, CPHQ,]]></description>
<content:encoded><![CDATA[For ME-P Members Only? By Dr. David Edward Marcinko; MBA, CMP™ By Hope Rachel Hetico; RN, MHA, CPHQ,]]></content:encoded>
</item>
<item>
<title><![CDATA[Bekal Utama Aktivis Dakwah]]></title>
<link>http://hadiguna.wordpress.com/2009/09/12/bekal-utama-aktivis-dakwah/</link>
<pubDate>Sat, 12 Sep 2009 13:45:52 +0000</pubDate>
<dc:creator>hadigunaprajakusuma</dc:creator>
<guid>http://hadiguna.wordpress.com/2009/09/12/bekal-utama-aktivis-dakwah/</guid>
<description><![CDATA[Siapakah yang lebih baik perkataannya daripada orang yang menyeru kepada Allah, mengerjakan amal yan]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft" title="Aktivis Dakwah" src="http://www.lcr-lagauche.be/cm/images/debat.jpg" alt="" width="152" height="155" /><strong>Siapakah</strong> yang lebih baik perkataannya daripada orang yang menyeru kepada Allah, mengerjakan amal yang shalih dan berkata:”Sesungguhnya aku termasuk orang-orang yang berserah diri.” Dan tidaklah sama kebaikan dan kejahatan. Tolaklah (kejahatan itu) dengan cara yang lebih baik, maka tiba-tiba orang yang antaramu dan antara dia ada permusuhan seolah-olah telah menjadi teman yang sangat setia. Sifat-sifat yang baik itu tidak dianugerahkan melainkan kepada orang-orang yang sabar dan tidak dianugerahkan melainkan kepada orang-orang yang mempunyai keberuntungan yang besar. (Fushshilat: 33-35).</p>
<p>Ayat di atas merupakan bekal utama bagi para aktivis dakwah di jalan Allah (dai), agar selalu semangat dan istiqamah, tidak pernah gentar dan getir, senantiasa menjalankan tugasnya dengan tenang, tidak emosional dan seterusnya. Ayat tersebut diletakkan setelah sebelumnya di awal surat Fushshilat Allah menggambarkan sikap orang-orang yang tidak mau menerima ajaran Allah. “Mereka mengatakan: hati kami tertutup, (maka kami tidak bisa menerima) apa yang kamu serukan kepadanya, pun telinga kami tersumbat, lebih dari itu di antara kami dan kamu ada dinding pemisah.” (Fushshilat: 5). Bisa dibayangkan bagaimana beratnya tugas dakwah jika yang dihadapi adalah orang-orang yang tidak mau menerima kebenaran, tidak mau diajak kepada kebaikan, lebih dari itu ia menyerang, memusuhi dan melemparkan ancaman. Setiap disampaikan kepada mereka ajaran Allah, mereka menolaknya dengan segala cara, entah dengan menutup telinga, menutup mata, atau dengan mencari-cari alasan dan lain sebagainya.</p>
<p>Dakwah di jalan Allah adalah kebutuhan pokok manusia. Tanpa dakwah manusia akan tersesat jalan, jauh dari tujuan yang diinginkan Allah swt. Para rasul dan nabi yang Allah pilih dalam setiap fase adalah dalam rangka menegakkan risalah dakwah ini. Di dalam Al-Qur’an, Allah swt tidak pernah bosan mengulang-ulang seruan untuk bertakwa dan menjauhi jalan-jalan setan. Tetapi manusia tetap saja terlena dengan panggilan hawa nafsu. Terpedaya dengan indahnya dunia sehingga lupa kepada akhirat. Dalam surat Al-Infithaar ayat 6 Allah berfirman: yaa ayyuhal insaan maa gharraka birabbikal kariim? (wahai manusia apa yang membuat kamu terpedaya, sehingga kamu lupa terhadap Tuhanmu Yang Maha Pemurah?)</p>
<p>Dalam ayat lain: kallaa bal tuhibbuunal aajilah watadzaruunal aakhirah (sekali-kali tidak, sungguh kamu masih mencintai dunia dan meninggalkan akhirat) (Al-Qiyaamah: 20-21). Perhatikan bagaimana pahit getir yang harus ditempuh para pejalan dakwah. Sampai kapan manusia harus terus terombang-ambing dalam gemerlap dunia yang menipu kalau tidak ada seorang pun yang bergerak untuk melakukan dakwah? Di sini tampak bahwa tugas dakwah pada hakikatnya bukan hanya tugas para dai, melainkan tugas semua manusia yang mengaku dirinya sebagai hamba Allah –tak perduli apa profesinya– lebih-lebih mereka yang telah meletakkan dirinya sebagai aktivis dakwah.</p>
<p>Karenanya, persoalan dakwah bukan persoalan nomor dua, melainkan persoalan pertama dan harus diutamakan di atas segala kepentingan. Bila kita mengaku mencintai Rasulullah saw., maka juga harus mengaku bahwa berjuang di jalan dakwah adalah segala-galanya. Karena Rasulullah dan sahabat-sahabatnya tidak saja mengorbankan segala waktu dan hartanya bahkan jiwa raganya untuk dakwah kepada Allah. Bagi mereka rumah dan harta yang telah mereka bangun sekian lama di kota Makkah memang merupakan bagian dari kehidupan yang sangat mahal dan berharga. Tetapi mempertahankan iman dan menegakkan ajaran Allah di bumi adalah di atas semua itu. Karenanya mereka tidak pikir-pikir lagi untuk berhijrah dengan meninggalkan segala apa yang mereka miliki. Mereka benar-benar paham bahwa iman dan dakwah pasti menuntut pengorbanan. Karenanya dalam berbagai pertempuran para sahabat berlomba untuk melibatkan dirinya. Mereka merasa berdosa jika tidak ikut terlibat aktif. Tidak sedikit dari mereka yang telah gugur di medan tempur. Semua ini menggambarkan kesungguhan dan kejujuran mereka dalam menegakkan risalah dakwah yang taruhannya bukan hanya harta benda melainkan juga nyawa.<!--more--></p>
<p><strong>Dakwah Adalah Tugas Yang Sangat Mulia</strong></p>
<p>Ayat di atas dibuka dengan pernyataan: waman ahsanu qawlan. Ustadz Sayyid Quthub ketika menfasirkan ayat ini berkata: “Kalimat-kalimat dakwah yang diucapkan sang dai adalah paling baiknya kalimat, ia berada pada barisan pertama di antara kalimat-kalimat yang baik yang mendaki ke langit.” (lihat fii dzilaalil qur’an, oleh Sayyid Quthub, vol.5, h. 3121). Kata waman ahsanu Allah ulang di beberapa tempat dalam Al-Qur’an untuk menegaskan tingginya kualitas beberapa hal: Pada surat An-Nisa ayat 125 Allah berfirman: waman ahsanu diinan mim man aslama wajhahahuu lillaah (siapakah yang lebih bagus agamanya dari pada orang yang menyerahkan diri kepada Allah). Dalam Al Maidah ayat 50: waman ahsanu minallahi hukman (siapa yang lebih bagus ajarannya dari pada ajaran Allah). Dan pada ayat di atas: Siapakah yang lebih bagus perkataannya dari pada perkataan para dai di jalan Allah? Perhatikan semua ayat-ayat tersebut secara seksama, betapa tugas dakwah sangat Allah muliakan. Peringkatnya sangat tinggi, setara dengan kualitas hukum Allah dan penyerahan diri kepadaNya secara total.</p>
<p>Adalah suatu keharusan seorang dai, menyerahkan hidupnya kepada Allah swt. Ia tidak kenal lelah menjalani tugas-tugas dakwah. Pun ia tidak mengharapkan keuntungan duniawi di baliknya, kecuali hanyalah ridhaNya. Dalam Surat Yasiin ayat 21 Allah berfirman: “Ikutilah orang yang tiada minta balasan kepadamu; dan mereka adalah orang-orang yang mendapat petunjuk.” Toh kalaupun Allah membuka jalan rezeki baginya melalui jalan-jalan tak terduga “fadzaalika khairun ‘alaa khair“. Yang penting jangan sampai seorang dai orientasinya dunia. Sebab, bila seorang dai juga berorientasi dunia, kepada apa dia mau berdakwah, bukankah tema utama dakwah adalah ajakan untuk mempersiapkan diri menuju akhirat?</p>
<p><strong>Berdakwah Dengan Amal</strong></p>
<p>Ayat selanjutnya menegaskan pentingnya amal shalih: wa amila shaalihaa. Mengapa? Apa hubungannya dengan dakwah? Bahwa seorang dai jangan hanya ngomong saja, sementara perbuatannya jauh atau bahkan bertentangan dengan apa yang disampaikannya. Benar, bahwa perkataan dakwah adalah paling baiknya perkataan, tetapi itu kalau diikuti dengan amal shalih. Jika tidak, maka perkataan itu akan menjadi bumerang yang akan menyerang sang dai itu sendiri. Dalam Ash Shaf ayat 3 Allah berfirman: “Amat besar kebencian Allah, bila kamu hanya mengatakan tanpa mengerjakannya.”</p>
<p>Karenanya Rasulullah saw. tidak hanya berbicara, melainkan lebih dari itu seluruh perbuatannya merupakan contoh amal shalih. Allah swt. memberikan rekomendasi yang luar biasa dalam surat Al-Qalam ayat 4: “Dan sesungguhnya kamu (Mumhammad) benar-benar berbudi pekerti yang agung.” Imam Ibn Katsir ketika menafsirkan ayat ini menyebutkan riwayat dari Aisyah ra.: bahwa akhlak Rasulullah saw. adalah Al-Qur’an (lihat Tafsir Ibn Katsir, vol.4, h.629). Dalam hadits-hadits yang diriwayatkan para ulama tidak semua berupa ucapan Rasulullah saw., melainkan banyak sekali yang berupa cerita para sahabat mengenai perilaku dan sikap Rasulullah saw. Banyak sekali hadits-hadits yang berupa ucapan pendek, to the point, tidak bertele-tele, mudah dihafalkan. Suatu gambaran betapa keberhasilan dakwah Rasulullah saw. adalah karena setiap yang diucapkannya langsung ada contohnya dalam bentuk amal nyata dari sikap dan akhlaknya yang sangat mulia.</p>
<p><strong>Menampilkan Diri Sebagai Seorang Muslim Adalah Dakwah</strong></p>
<p>Di antara ciri utama berdakwah kepada Allah, tidak saja mengamalkan ajaranNya dan menjauhi segala yang dilarang melainkan lebih dari itu menampilkan diri sebagai seorang Muslim di manapun ia berada, Allah berfirman pada ayat berikutnya: wa qaala innanii minal muslimiin. Dengan kata lain tidak cukup seorang mengamalkan Islam hanya dengan shalat, membayar zakat dan menjalankan haji, sementara dalam hidup sehari-harinya tidak mencerminkan Islam, misalnya ia tidak merasa berdosa dengan mempertontonkan auratnya di mana-mana, bergandengan tangan dengan wanita bukan istrinya di depan banyak orang, melakukan kemaksiatan, kezhaliman, korupsi, judi, perzinaan dengan terang-terangan. Anehnya, dia merasa malu untuk menampilkan Islam dengan sebenar-benarnya. Ia tidak merasa bangga sebagai seorang muslim. Bahkan Islam yang dipeluk digerogoti ajarannya sedikit demi sedikit, dengan sikap memperdebatkan prinsip-prinsipnya yang sudah baku, mencari-cari dalil untuk membangun keraguan terhadap kebenaran Islam.</p>
<p>Seorang aktivis dakwah sejati selalu bangga dengan identitasnya sebagai seorang muslim. Ia tidak takut menampilkan Islam sebagai pribadinya. Sungguh krisis umat Islam di mana-mana kini adalah krisis keberanian untuk menampilkan wajah Islam yang sebenarnya. Islam mengajarkan kedisiplinan, kebersihan, dan akhlak mulia, tetapi umat Islam di mana-mana selalu terkesan jorok, kotor dan beringas. Islam mengajarkan kejujuran, dan ketegasan dalam menegakkan hukum, tetapi penipuan dan korupsi justru merebak di tengah masyarakat yang mayoritasnya umat Islam. Mengapa ini semua terjadi? Bukankah orang-orang non-muslim sudah sedemikian jauh menampilkan dirinya sebagai bangsa yang bersih, disiplin dan lain sebagainya?</p>
<p>Benar, jika kemudian saya mendengar penyataan salah seorang muallaf : “Saya masuk Islam bukan karena umat Islam, melainkan karena kebenaran Islam. Seandainya umat Islam mampu menampilkan Islam dengan sebenar-benarnya, niscaya mereka akan berbondong-bondong masuk Islam.” Bahkan ada ungkapan yang sangat terkenal dan diulang-ulang hampir dalam setiap seminar di dalam di luar negeri: al-Islam mahjuubun bil muslimiin (kebenaran Islam terhalang oleh orang-orang-orang Islam sendiri). Perhatikan realitasnya, apa yang sedang berlangsung dalam diri umat Islam di mana-mana. Ya, kalau tidak berperang di antara mereka sendiri, mereka dizhalimi oleh pemimpinnya sendiri yang mengaku muslim.</p>
<p>Karenanya menampilkan Islam secara jujur dalam diri sebagai pribadi, dalam rumah tangga, dalam bermasyarakat dan dalam berbangsa dan bernegara adalah sebuah keniscayaan, dan menurut ayat di atas termasuk perbuatan yang sangat baik dan mulia. Oleh sebab itu pada ayat berikutnya Allah mengajarkan agar seorang dai selalu menyadari posisinya yang sangat mulia. Jangan sampai –karena suatu saat kelak menghadapi cobaan berupa munculnya orang-orang yang menolak dakwahnya dan lain sebagainya– ia kemudian emosional. Sehingga perkataannya lepas kontrol, lalu membalas cercaan mereka dengan cercaan. Atau lebih dari itu ia kemudian putus asa, lalu menjadi lesu dan patah arang. Akibatnya dakwah yang sangat Allah muliakan, ia lalaikan begitu saja.</p>
<p>Tidak, tidak demikian pribadi seorang aktivis dakwah. Seorang aktivis dakwah selalu menjiwai ayat ini: walaa tastawil hasanatu walas sayyi’ah. Benar, tidak akan pernah sama antara kebaikan dan keburukan. Kata-kata dakwah tetap lebih mulia dari kata-kata pencerca. Pertahankan kata-kata yang baik itu untuk terus menghiasi lidah sang dai. Jangan sampai terpengaruh emosi para pencerca lalu ditukar menjadi cercaan pula. Karenanya Allah ajarkan konsep: idfa’ billatii hiya ahsan, balaslah dengan ucapan yang lebih baik dan dengan cara yang lebih baik. Kata ahsan juga diulang pada ayat lain: wajadilhum billatii hiya ahsan, suatu sikap yang harus selalu menghiasi pribadi seorang dai setiap saat dan di manapun ia berada, lebih-lebih saat menghadapi penolakan, cercaan dan makian. Di saat seperti itu seorang dai, harus benar-benar tampil sempurna, bijak dan tenang. Mengapa? Sebab ia membawa misi Allah Yang Maha Perkasa. Maka ia harus selalu yakin dan percaya diri dengan posisinya. Tidak usah minder apalagi rendah diri.</p>
<p>Bahkan pada ayat selanjutnya Allah mengajarkan agar ia selalu tampil dengan penuh persahabatan, sekalipun mereka mencerca dengan penuh permusuhan. Perhatikan bagaimana Allah mengajarkan cara berdakwah yang efektif, di mana kemudian cara ini menjadi salah satu pilar utama dalam ilmu komunikasi modern. Setelah itu Allah menegaskan bahwa untuk itu semua seorang dai tidak cukup hanya dengan bermodal semangat, melainkan lebih dari itu harus mempunyai sifat sabar dan selalu memohon kepada Allah agar mendapatkan nasib yang baik, di dunia dan di akhirat. Tanpa sifat sabar dan doa untuk memperoleh nasib yang baik, segala proses akan menjadi sia-sia. Sebab segala kemenangan tidak akan pernah dicapai tanpa pertolonganNya.</p>
<p><img class="alignleft" title="DR. Amir Faishol Fath" src="http://www.dakwatuna.com/wp-content/uploads/userphoto/ustadz.thumbnail.jpg" alt="" width="65" height="80" /> Oleh: DR. Amir Faishol Fath<br />
28/5/2007 &#124; 13 Jumadil Awal 1428 H<br />
Dakwatuna.com</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Otra puerta al campo]]></title>
<link>http://musikiki.wordpress.com/2009/09/08/otra-puerta-al-campo/</link>
<pubDate>Tue, 08 Sep 2009 11:26:27 +0000</pubDate>
<dc:creator>hurricanecarter</dc:creator>
<guid>http://musikiki.wordpress.com/2009/09/08/otra-puerta-al-campo/</guid>
<description><![CDATA[Tras el nacimiento y caída del DRM un grupo de sesudos estudiosos dispuestos a luchar contra los mal]]></description>
<content:encoded><![CDATA[Tras el nacimiento y caída del DRM un grupo de sesudos estudiosos dispuestos a luchar contra los mal]]></content:encoded>
</item>
<item>
<title><![CDATA[Every administration tool should have this menu]]></title>
<link>http://angrytechnician.wordpress.com/2009/09/07/every-administration-tool-should-have-this-menu/</link>
<pubDate>Mon, 07 Sep 2009 17:36:29 +0000</pubDate>
<dc:creator>AngryTechnician</dc:creator>
<guid>http://angrytechnician.wordpress.com/2009/09/07/every-administration-tool-should-have-this-menu/</guid>
<description><![CDATA[As seen in Microsoft System Center Data Protection Manager 2007. Let&#8217;s face it, we&#8217;ve al]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>As seen in <a href="http://www.microsoft.com/systemcenter/dataprotectionmanager/en/us/default.aspx">Microsoft System Center Data Protection Manager 2007</a>.</p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-1424" title="Throttle Computer" src="http://angrytechnician.wordpress.com/files/2009/09/throttle1.png" alt="Throttle Computer" width="314" height="139" /></p>
<p>Let&#8217;s face it, we&#8217;ve all needed this menu command at times.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Download Slide Presentasi PENSIL]]></title>
<link>http://hadiguna.wordpress.com/2009/09/06/download-slide-presentasi-pensil/</link>
<pubDate>Sun, 06 Sep 2009 05:48:53 +0000</pubDate>
<dc:creator>hadigunaprajakusuma</dc:creator>
<guid>http://hadiguna.wordpress.com/2009/09/06/download-slide-presentasi-pensil/</guid>
<description><![CDATA[Silahkan klik gambar dibawah ini untuk mengunduh filenya. Thanks Terima Kasih telah mengunduh fileny]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:center;">Silahkan klik gambar dibawah ini untuk mengunduh filenya. Thanks</p>
<p><a title="Thanx" href="http://www.4shared.com/file/130539500/21bfd5b2/Teknik_Penulisan_PKM_2009_BEM_FKIP.html" target="_blank"><img class="size-medium wp-image-105 aligncenter" title="teknis penulisan PKM" src="http://hadiguna.wordpress.com/files/2009/09/teknis-penulisan-pkm.jpg?w=300" alt="teknis penulisan PKM" width="300" height="225" /></a></p>
<p><a title="thanx" href="http://www.4shared.com/file/130540705/9d7966c9/Presentasi_PKM_FEMA_IPB2009.html" target="_blank"><img class="aligncenter size-medium wp-image-108" title="Presentasi PKM FEMA IPB 2009" src="http://hadiguna.wordpress.com/files/2009/09/presentasi-pkm-fema-ipb-20092.jpg?w=300" alt="Presentasi PKM FEMA IPB 2009" width="300" height="225" /></a></p>
<p><a title="thanx" href="http://www.4shared.com/file/130543580/34fb63ce/Presentasi_PIMNAS_2009.html" target="_blank"><img class="aligncenter size-medium wp-image-114" title="Presentasi PIMNAS 2009" src="http://hadiguna.wordpress.com/files/2009/09/presentasi-pimnas-2009.jpg?w=300" alt="Presentasi PIMNAS 2009" width="300" height="225" /></a></p>
<p style="text-align:center;">Terima Kasih telah mengunduh filenya <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Qualities of a Good Politician and a Bad Politician -want to know,please read on..]]></title>
<link>http://pramleeelvis.wordpress.com/2009/09/05/qualities-of-a-good-politician-and-a-bad-politician-want-to-knowplease-read-on/</link>
<pubDate>Sat, 05 Sep 2009 07:57:38 +0000</pubDate>
<dc:creator>pramleeelvis</dc:creator>
<guid>http://pramleeelvis.wordpress.com/2009/09/05/qualities-of-a-good-politician-and-a-bad-politician-want-to-knowplease-read-on/</guid>
<description><![CDATA[Governing a country like Malaysia needs lots of Good Politicians with the Right Qualities because Ma]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Governing a country like Malaysia needs lots of Good Politicians with the Right Qualities because Malaysia have many States and that comprised of many Wakil Rakyat or Member of Parliaments plus many Ahli Dewan Undangan Negeri (ADUNs&#8217;)<br />
Each MP and ADUN are entrusted by the Rakyat to give them the mandate to govern their Parliamentary and State Constituency for a period of 4 years or so before the next general elections comes along.Being in the &#8220;hot seat&#8221; as MP or ADUN and being the &#8220;person with power&#8221; anything can happen ie.good results and bad results but maybe some chose a a combination of both type of results!<br />
A Good to Great Politician will at the end of his/her term be elected again in office if the Party HQ wants him/her back because the Rakyat knows his great contributions to them.Sometimes many MPs and ADUNs will be dropped and new faces are introduced as a result of their mistakes,poor performances,no leadership &#8220;wow&#8221; factor,getting old or just not in favour anymore by the Party&#8217;s bosses.<br />
Why in Malaysia people love to become Politicians?<br />
Why not become Business Persons!<br />
Or some even think of becoming Politicians cum Business Persons?<br />
Who makes more money in Malaysia?A Politician or a Business Person?<br />
Of course a Business Person will make more money than any other professions in Malaysia because a Business Person is in a position to undertake projects,supply of goods and services plus a whole lot of other business activities that generate income and profits for their companies especially.<br />
Politicians earn their monthly salary or allowances that have been decided by the Government in Power as well as those allocated for all MPs and ADUNs alike.<br />
So,do Politicians in Malaysia are Very RICH PEOPLE?Are they Millionaires or Billionaires?<br />
The answer is NO!Politicians cannot be Billionaires like Robert Kuok,Ananda Krishnan or Mokhtar Bukhairi BUT they can be Billionaires if they become Business Persons and leave their jobs as Politicians (because they have learn a lot of things of management and business to become RICH when they were politicians)<br />
However the real story is where a Rich Businessman turns out to be a Politician and be a Member of the Cabinet or even the Prime Minister or President like what Thailand have produced once and also some other countries in this world.<br />
So,now the conflict of careers are now with the person ie.does he/she wants to be a Politician or Business Person?If the mission in life is national service then a Political position is best to choose BUT if the mission in life is to be a Rich Person then a Business position is much recommended instead.<br />
You cannot be a Very RICH person if you are in Politics thats a fact because you earn a salary of say RM 100,000 a month nett as the No.1 Person in the Govt and thats equal to RM 1.2 Million a year excluding bonuses and all perks allocated for you as No.1<br />
However a Business Person like in Malaysia&#8217;s Top Earners Listing a CEO can earn almost RM100 Million a Year in terms of salaries,allowances and perks offered to him/her.<br />
If there are Very Rich Politicians then the money they possessed must come from other than their monthly or yearly salaries,allowances and perks&#8230;thats a fact&#8230;ask the Independant Auditors or Financial Experts.<br />
Why not become a Good Politician that is honest,trustworthiness,sincere,not greedy,service above self,fight for Rakyat Rights,live reasonably well,no accesses or wastefullness,frugal and so many other good traits or good values of humanity.<br />
Becoming a Bad Politician is more of a person that have lots of greed,corruption a way of life,show off with all their assets derived illegally,poor leader,think of themselves more than their rakyat,dishonest,and so many other bad traits or qualities.<br />
For young aspirants in the Gen Y(18~25 years old) and Gen X (25 to 40 years old)Groups they must seriously view their lifes mission on these above factors.If they want to be the next PM or DPM then be a Politician but a Good Politician and if they want to be Billionaires than be a Business Person and create businesses with lots of projects,innovations and generate great profits!Also be a Good Business Person.<br />
In summary,what Ramli wants to highlight in this short article is the need for us to have Good People that make the World a Better Place,Safer Place,Happier Place and Lots of Hope for ALL.<br />
Bad People create Bad Actions,Poor Values,Immoral Actions and more bad people that join the rat race of greed,cheating,bluffing and all those bad things one can imagine or have seen in their lifetime.<br />
Allah SWT have created man/woman from the same mold it is man/woman that have transformed themselves to become good or bad people..so lets choose to be GOOD,because thats the choice that Allah SWT wants and pleased about&#8230;its also our ticket to heaven (Jannah)<br />
All Good Things(writings) from Allah SWT and any bad things(writings) are Ramli&#8217;s weakness as far as this article is concerned.<br />
Wassallam.<br />
Ramli<br />
shah alam</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Hiburan tak Mendidik Dominasi Tayangan Ramadhan]]></title>
<link>http://hadiguna.wordpress.com/2009/09/04/hiburan-tak-mendidik-dominasi-tayangan-ramadhan/</link>
<pubDate>Fri, 04 Sep 2009 15:36:18 +0000</pubDate>
<dc:creator>hadigunaprajakusuma</dc:creator>
<guid>http://hadiguna.wordpress.com/2009/09/04/hiburan-tak-mendidik-dominasi-tayangan-ramadhan/</guid>
<description><![CDATA[JAKARTA&#8211;Komisi Penyiaran Indonesia (KPI) Pusat bekerja sama dengan Majelis Ulama Indonesia (MU]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div>JAKARTA&#8211;Komisi Penyiaran Indonesia (KPI) Pusat bekerja sama dengan Majelis Ulama Indonesia (MUI) dan Departemen Komunikasi Informasi (Depkominfo) melakukan pemantauan tayangan program Ramadhan di seluruh stasiun televisi. Dari hasil pemantauan merka menilai unsur hiburan yang tidak mendidik masih mendominasi tayangan program Ramadhan.</div>
<div id="detail_news_text">
<p>&#8221;Minggu pertama bulan Ramadhan ini, masih banyak acara TV belum memberikan nuansa agamis,&#8221; kata Fetty Fajriaty, wakil ketua KPI Pusat dalam siaran persnya, Jumat (4/9). Menurut Fetty, program hiburan yang tidak mendidik dan tidak memberikan info tentang agama masih dominan.</p>
<p>&#8221;KPI, MUI, dan Depkominfo mengharapkan agar pengelola televisi memeberikan slot yang lebih besar untuk acara agama dan meningkatkan kualitasnya. Fetty juga mengungkapkan pada rapat hasil pemantauan terhadap tayangan acara televisi selama bulan Ramadhan di kantor pusat MUI, Kamis (3/9) juga menemukan 425 adegan tak layak, seperti kekerasan, mistik, dan cabul pada minggu pertama bulan Ramadhan 2009.<!--more--></p>
<p>&#8221;&#8217;Program masih mengedepankan hiburan lelucon yang disajikan dengan kata-kata kasar, makian, memperolok-olok, merendahkan, dan melecehkan,&#8221; ungkap Fetty yang menambahkan hasil rapat juga memberi penghargaan kepada TVRI, TV One, dan Metro TV yang telah menayangkan program Ramadhan yang lebih banyak bermuatan positif dan edukatif.</p>
<p>Selain itu, penghargaan juga diberikan kepada program sinekuis Para Pencari Tuhan (SCTV), sinetron Anak Membawa Berkah dan Amira (Indosiar), serta Kiamat Sudah Dekat ( O&#8217;Channel). &#8221;Program-program ini sudah cukup baik memberikan pesan moral pada saat Ramadhan,&#8221; ujar perwakilan MUI, M Said Budairy. ruz/rif</p>
<p>Oleh: Republika Newsroom</p>
<p>Jumat, 04 September 2009</p></div>
</div>]]></content:encoded>
</item>

</channel>
</rss>
