<?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>a Flo + a Blog = a Flog</title>
	<atom:link href="http://florian.puthod.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://florian.puthod.net/blog</link>
	<description>my ブログ</description>
	<lastBuildDate>Tue, 17 Apr 2012 20:33:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel="next" href="http://florian.puthod.net/blog/feed/?page=2" />

		<item>
		<title>cleaning up after a forced removal of a 2008R2 Domain Controler</title>
		<link>http://florian.puthod.net/blog/2012/cleaning-up-after-a-forced-removal-of-a-2008r2-domain-controler/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cleaning-up-after-a-forced-removal-of-a-2008r2-domain-controler</link>
		<comments>http://florian.puthod.net/blog/2012/cleaning-up-after-a-forced-removal-of-a-2008r2-domain-controler/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 20:33:50 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[En]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[dcpromo]]></category>
		<category><![CDATA[forceremoval]]></category>
		<category><![CDATA[windows 2008R2]]></category>

		<guid isPermaLink="false">http://florian.puthod.net/blog/?p=395</guid>
		<description><![CDATA[There are some times when you just have to do what you have to do and despite looking for the real root cause you will have to forcibly demote a DC using the famous "dcpromo /forceremoval" as the regular will not let you do it - and it usually has good reason!
Perhaps your dear DC [...]]]></description>
			<content:encoded><![CDATA[<p>There are some times when you just have to do what you have to do and despite looking for the real root cause you will have to forcibly demote a DC using the famous "dcpromo /forceremoval" as the regular will not let you do it - and it usually has good reason!</p>
<p>Perhaps your dear DC went up into flames and flew away in a snow storm.</p>
<p>Now that you demoted your DC by force the wizard did not do any clean up and you now Have To do manually if you do not want to run into issues - YMMV.</p>
<p>A full clean up will take place in different places and ntdsutil will not clean everything up for you. Here are a few things you will want to do to:</p>
<p>Let's say your defunct DC was named mydeadDC on a mydomain.net.</p>
<ul>
<li>If the mydeadDC had a fsmo role, seize it from another DC (use the easy ADUC GUI or ntdsutil)</li>
<li>Use ntdsutil, the GUI or a script to cleanup the metadata like in <a title="Clean Up Server Metadata" href="http://technet.microsoft.com/en-us/library/cc816907(v=ws.10).aspx" target="_blank">this article</a> of the msft site. With  2k8R2 it is said the ADUC should take care of everything but I always had to clean up a little further.</li>
<li>In DNS, check for any trace of mydeadDC under msdcs and host records associated</li>
<li>In DNS, check for any mention of mydeadDC under the Name Servers list</li>
<li>If DFS was used, verify for mydeadDC to be removed as any Namespace Server. Also check your dfs-configuration under the System CN when in ADSIedit</li>
</ul>
<p>I always forget about the late one but I think that's all. If you have any addition for this list please feel free to share.</p>
<p>After you do anything like the above, please allow or force replication and propagation prior to verifying anything.</p>
<p>And when checking replication and kcc status, remember that replmon is gone and has been replaced by repadmin (repadmin /kcc myWorkingDC)</p>
]]></content:encoded>
			<wfw:commentRss>http://florian.puthod.net/blog/2012/cleaning-up-after-a-forced-removal-of-a-2008r2-domain-controler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wbadmin to include all volumes</title>
		<link>http://florian.puthod.net/blog/2011/wbadmin-to-include-all-volumes/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wbadmin-to-include-all-volumes</link>
		<comments>http://florian.puthod.net/blog/2011/wbadmin-to-include-all-volumes/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 21:09:41 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[wbadmin]]></category>

		<guid isPermaLink="false">http://florian.puthod.net/blog/?p=391</guid>
		<description><![CDATA[I am not sure why but I ended having to use wbadmin to do a full backup of a server. I usually do a -criticalonly to get a bare-bone restore of some windows 2008 r2 servers but I needed a include everything a specific server had.
I took me almost an hour to figure out how [...]]]></description>
			<content:encoded><![CDATA[<p>I am not sure why but I ended having to use wbadmin to do a full backup of a server. I usually do a -criticalonly to get a bare-bone restore of some windows 2008 r2 servers but I needed a include everything a specific server had.</p>
<p>I took me almost an hour to figure out how to use the -include parameter.</p>
<p>As from technet or the embedded help:</p>
<p>-include       Specifies the comma-delimited list of items to include in the<br />
backup. You can include multiple volumes. Volume paths can be<br />
specified using volume drive letters, volume mount points, or<br />
GUID-based volume names. If you use a GUID-based volume<br />
name, it should be terminated with a backslash (\). You can<br />
use the wildcard character (*) in the file name when<br />
specifying a path to a file. Should be used only when the<br />
-backupTarget parameter is used.</p>
<p>This said if I listed the volumes separated by a comma it would not let me. So just to save time to someone trying to do something like: wbadmin start backup -backuptarget:\\somewhere\here -systemstate -vssfull -allcritical -quiet -include:a:,b:,c:,d:,e:[...] to put the list of volumes to include between double quotes. -include:"a:,b:,c:,d:,e:[...]"</p>
<p>I cannot believe that this is not mentioned anywhere.</p>
]]></content:encoded>
			<wfw:commentRss>http://florian.puthod.net/blog/2011/wbadmin-to-include-all-volumes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use google maps API from google docs</title>
		<link>http://florian.puthod.net/blog/2011/use-google-maps-api-from-google-docs/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=use-google-maps-api-from-google-docs</link>
		<comments>http://florian.puthod.net/blog/2011/use-google-maps-api-from-google-docs/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 21:02:45 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[En]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[googledoc]]></category>
		<category><![CDATA[googlemap]]></category>
		<category><![CDATA[importxml]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://florian.puthod.net/blog/?p=388</guid>
		<description><![CDATA[I am looking for a dojo where I could go practice to. I needed to find out which one would be closest to my work or home place...
I had that list of address representing some place of interests - all of the aikido dojos. And course I knew my home address. While google doc offered [...]]]></description>
			<content:encoded><![CDATA[<p>I am looking for a dojo where I could go practice to. I needed to find out which one would be closest to my work or home place...</p>
<p>I had that list of address representing some place of interests - all of the aikido dojos. And course I knew my home address. While google doc offered me an easy way to map all of those addresses on a map, I wanted to get some extra information such as the duration or distance for directions between my place and the listed address.</p>
<p>With the following formula one can easily find plenty of information:</p>
<p>For a duration</p>
<blockquote><p>=INDEX(importXML("http://maps.googleapis.com/maps/api/directions/xml?origin="&amp;SUBSTITUTE(TRIM(SUBSTITUTE(SUBSTITUTE( D2 ;CHAR(13);" ");CHAR(10);" ")); " "; "+")&amp;"&amp;destination="&amp;SUBSTITUTE(TRIM(SUBSTITUTE(SUBSTITUTE( $D$9 ;CHAR(13);" ");CHAR(10);" ")); " "; "+")&amp;"&amp;sensor=false" ; "//leg/duration/text[last()]" ) ; 1)</p></blockquote>
<p>For a distance</p>
<blockquote><p>=INDEX(importXML("http://maps.googleapis.com/maps/api/directions/xml?origin="&amp;SUBSTITUTE(TRIM(SUBSTITUTE(SUBSTITUTE( D2 ;CHAR(13);" ");CHAR(10);" ")); " "; "+")&amp;"&amp;destination="&amp;SUBSTITUTE(TRIM(SUBSTITUTE(SUBSTITUTE( $D$9 ;CHAR(13);" ");CHAR(10);" ")); " "; "+")&amp;"&amp;sensor=false" ; "//leg/distance/text[last()]" ) ; 1)</p></blockquote>
<p>You will understand that my home address would be in the cell D9 and that each address are in a D# cell.</p>
<p>Of course using the <a title="XPath Syntax" href="http://www.w3schools.com/xpath/xpath_syntax.asp" target="_blank">XPath Syntax</a>, you can refer to any of the xml tag and get the value you need in a cell as you notice that the only difference between those are the parsing I am doing with //leg/distance.</p>
<p>importXML is pretty neat for parsing into xml data but use it with moderation as you can only use it 50 times in a spreadsheet.</p>
]]></content:encoded>
			<wfw:commentRss>http://florian.puthod.net/blog/2011/use-google-maps-api-from-google-docs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big Brother client installation on UNIX/Linux</title>
		<link>http://florian.puthod.net/blog/2011/big-brother-client-installation-on-unixlinux/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=big-brother-client-installation-on-unixlinux</link>
		<comments>http://florian.puthod.net/blog/2011/big-brother-client-installation-on-unixlinux/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 20:19:27 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[En]]></category>
		<category><![CDATA[xNix]]></category>
		<category><![CDATA[aix]]></category>
		<category><![CDATA[bigbrother]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://florian.puthod.net/blog/?p=378</guid>
		<description><![CDATA[Following procedure explains the steps for installing Big Brother client on UNIX/Linux servers and information about all the supported files. I could not really find this anywhere easily broke down, I hope this helps a few...
Installation Steps
Create user bb on the server to be monitored.Assign 1984 uid to the Big Brother user.
useradd -u 1984 -c [...]]]></description>
			<content:encoded><![CDATA[<p>Following procedure explains the steps for installing Big Brother client on UNIX/Linux servers and information about all the supported files. I could not really find this anywhere easily broke down, I hope this helps a few...</p>
<p>Installation Steps<br />
Create user bb on the server to be monitored.Assign 1984 uid to the Big Brother user.</p>
<blockquote><p>useradd -u 1984 -c "Big Brother monitoring" bb</p></blockquote>
<p>Copy the latest BB client tar file from your repository to bb home directory of the monitored server.</p>
<blockquote><p>su - bb<br />
scp root@yourrepo:/home/bb/software/BBCLT-aix6.1-bbc4.30-bbpe.tar .</p></blockquote>
<p>Decompress the tar file in the bb home directory</p>
<blockquote><p>In the bb home directory<br />
tar -xvf BBCLT-aix6.1-bbc4.30-bbpe.tar</p></blockquote>
<p>Exit from bb home directory as the BB client should be installed using root account.<br />
From root user go to /home/bb/bbc4.30-bbpe/install and execute bbconfig file.After executing bbconfig file, it will ask to accept the License agreement.<br />
After accepting the License agreement, the installation process will ask to enter a few details.</p>
<p>OS [aix] is the default so you can hit enter directly<br />
It will ask for the userid for Big Brother which will be "bb".</p>
<p>The installation process will add a service in /etc/init.d which will start at boot.</p>
<p>At this point the BB client is not started as bb-hosts file is missing or empty.</p>
<p>Information about bb-hosts file<br />
The bb-hosts file in present in /home/bb/bbc4.30-bbpe/etc.This file holds the information about the host and the BBDisplay,BBPAGER and BBNET.<br />
BBDISPLAY is the server which will display all the monitored servers.<br />
BBPAGER is the server which sends email alerts.<br />
BBNET is the server which performa all Network tests.</p>
<p>Sample bb-hosts file.If the first line or name of the monitored host does not match the entry in the bb-hosts file then the bb client will not start.</p>
<blockquote><p>0.0.0.0         monitoredsrv #must name uname -n<br />
0.0.0.0         displaysrv # BBNET BBDISPLAY BBPAGER</p></blockquote>
<p>Once all the changes are done then we are good to start the BB client.<br />
The entry of the monitored server in bb-hosts file should also match with the entry in BB server's bb-hosts file.</p>
<p>I forgot to mention that to start and stop BB you can use the following:</p>
<blockquote><p>su - bb -c "cd /home/bb/bbc4.30-bbpe;./runbb.sh start"</p>
<p>su - bb -c "cd /home/bb/bbc4.30-bbpe;./runbb.sh stop"</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://florian.puthod.net/blog/2011/big-brother-client-installation-on-unixlinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My WebLogic 10.3 does not start</title>
		<link>http://florian.puthod.net/blog/2011/my-weblogic-10-3-does-not-start/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=my-weblogic-10-3-does-not-start</link>
		<comments>http://florian.puthod.net/blog/2011/my-weblogic-10-3-does-not-start/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 16:19:11 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[xNix]]></category>
		<category><![CDATA[aix]]></category>
		<category><![CDATA[diagnostic]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[weblogic]]></category>

		<guid isPermaLink="false">http://florian.puthod.net/blog/?p=376</guid>
		<description><![CDATA[I was coming back from a pretty good weekend doing renovation when I am called as one of the application resting on a WebLogic Server (WLS) was inaccessible to users.
A quick round up at the WLS console showed that one of the server doesn't want to start nor restart.
Having a look at the logs for [...]]]></description>
			<content:encoded><![CDATA[<p>I was coming back from a pretty good weekend doing renovation when I am called as one of the application resting on a WebLogic Server (WLS) was inaccessible to users.</p>
<p>A quick round up at the WLS console showed that one of the server doesn't want to start nor restart.</p>
<p>Having a look at the logs for that specific server - you know under logs directory of that server - showed that amount other errors caused by this there was a problem with the diagnostic file.</p>
<blockquote><p>.../domain/servers/WebLogicAdmin (or managed server)/data/store/default/XXXXX.dat (WLS_DIAGNOSTICS000000.DAT).</p></blockquote>
<p>the diagnostic file? I never remembered setting any diag mode up and apparently the diag option is off. Anyhow quickly reading of the <a href="http://forums.oracle.com" target="_blank">OTN</a>, some people mentioned deleting the file as it could be corrupted.</p>
<p>That trick never worked for my case. I indeed deleted the WLS_DIAG*.WLS and any .lok under ../Oracle/Middleware/user_projects/domains/canp8/servers files around but nothing.</p>
<p>I eventually had to delete the following directories under each server for which that error occurred. I stopped WLS and for each server I deleted the /data, /tmp and /logs. then starting WLS, it seemed to like not finding them and created a new clean structure. However that was not the end of the troubleshooting as it would complain about the port for one of the server to be already taken by something else.</p>
<p>Indeed, the port seems to be taken by some WLS ghost process of the same name with a different UID. I did not want to look further and decided to shutdown the whole WLS box clean and restart it.</p>
<p>It did the trick for me... perhaps it will do it for you. I still wonder what those files are for and why they would get corrupted and prevent a server from starting up.</p>
]]></content:encoded>
			<wfw:commentRss>http://florian.puthod.net/blog/2011/my-weblogic-10-3-does-not-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 2008 x Data Protector: Can not connect to the SCM (Service Control Manager)</title>
		<link>http://florian.puthod.net/blog/2011/windows-2008-x-data-protector-can-not-connect-to-the-scm-service-control-manager/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-2008-x-data-protector-can-not-connect-to-the-scm-service-control-manager</link>
		<comments>http://florian.puthod.net/blog/2011/windows-2008-x-data-protector-can-not-connect-to-the-scm-service-control-manager/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 18:33:20 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[2k8]]></category>
		<category><![CDATA[data protector]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[R2]]></category>

		<guid isPermaLink="false">http://florian.puthod.net/blog/?p=371</guid>
		<description><![CDATA[I noticed this a while ago but a colleague came to me with this problem. Luckily - and because I have short memory, I documented the process accordingly - which he did not read... anyways.
With windows 2008R2, in order to deploy the client to the server - locally or remotely - one will need to [...]]]></description>
			<content:encoded><![CDATA[<p>I noticed this a while ago but a colleague came to me with this problem. Luckily - and because I have short memory, I documented the process accordingly - which he did not read... anyways.</p>
<p>With windows 2008R2, in order to deploy the client to the server - locally or remotely - one will need to make sure the account used to deploy the agent is in the inet password account list and part of the install server user list. If not it will need to be added as follow.</p>
<p lang="ja">C:\Program Files\OmniBack\bin&gt;omniinetpasswd -add youraccount@domain.net</p>
<p>C:\Program Files\OmniBack\bin&gt;omniinetpasswd.exe -inst_srv_user youraccount@domain.net</p>
<p>Use -list to get a list of users already in the list. If you do not add your account, you will have to use the backup service account to deploy any clients.</p>
]]></content:encoded>
			<wfw:commentRss>http://florian.puthod.net/blog/2011/windows-2008-x-data-protector-can-not-connect-to-the-scm-service-control-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPv6 day</title>
		<link>http://florian.puthod.net/blog/2011/ipv6-day/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ipv6-day</link>
		<comments>http://florian.puthod.net/blog/2011/ipv6-day/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 11:04:36 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[ipv4]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://florian.puthod.net/blog/?p=368</guid>
		<description><![CDATA[As it is IPv6, there are a few things you will want to try. Of course, there is IPv6 itself but also any  kind of teredo implementation for cross IP stack connectivity.
On your older XP machine:
netsh interface ipv6 install
 netsh interface ipv6 set teredo client
On your Win7 machine:
nothing, it is there already!
On your ubuntu:
sudo apt-get [...]]]></description>
			<content:encoded><![CDATA[<p>As it is IPv6, there are a few things you will want to try. Of course, there is IPv6 itself but also any  kind of teredo implementation for cross IP stack connectivity.</p>
<p>On your older XP machine:</p>
<blockquote><p><code>netsh interface ipv6 install</code><br />
<code> netsh interface ipv6 set teredo client</code></p></blockquote>
<p>On your Win7 machine:</p>
<blockquote><p>nothing, it is there already!</p></blockquote>
<p>On your ubuntu:</p>
<blockquote><p><code>sudo apt-get install miredo</code></p></blockquote>
<p>and voila you are ready to get connected and use the latest technologies. For testing any of that remember that most IPv4 command will work with IPv6 but may require some -6 option or use their IPv6 equivalent such qs ping6.</p>
<p>Then I would head to <a href="http://www.sixxs.net/misc/coolstuff/" target="_blank">http://www.sixxs.net/misc/coolstuff/</a> for a bunch of cool stuff to try when on IPv6.</p>
]]></content:encoded>
			<wfw:commentRss>http://florian.puthod.net/blog/2011/ipv6-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Celerra NFS and VDM</title>
		<link>http://florian.puthod.net/blog/2011/celerra-nfs-and-vdm/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=celerra-nfs-and-vdm</link>
		<comments>http://florian.puthod.net/blog/2011/celerra-nfs-and-vdm/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 12:53:22 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[celerra]]></category>
		<category><![CDATA[emc]]></category>
		<category><![CDATA[nfs]]></category>
		<category><![CDATA[storage]]></category>

		<guid isPermaLink="false">http://florian.puthod.net/blog/?p=357</guid>
		<description><![CDATA[Just to share with you something I have found out the hard way.
It is not possible to create a nfs export of a file system that is on a VDM (cf EMC doc p 13 Configuring NFS on EMC Celerra 5.6.46)
However it is possible to trick the system using some hidden references to the vdm [...]]]></description>
			<content:encoded><![CDATA[<p>Just to share with you something I have found out the hard way.<br />
It is not possible to create a nfs export of a file system that is on a VDM (cf EMC doc p 13 <a href="../wp-content/uploads/2011/05/Configuring-NFS-on-EMC-Celerra-5.6.46.pdf">Configuring NFS on EMC Celerra 5.6.46</a>)</p>
<p>However it is possible to trick the system using some hidden references to the vdm path.<br />
For instance, to create an export of the FS named prod_public on a vdm, I had to do the following:</p>
<blockquote><p>[nasadmin@xxxpemccs01 ~]$ server_export xxxpemc01dm01a -P nfs -n vdmpublic -o anon=0 /root_vdm_3/prod_public<br />
xxxpemc01dm01a : done</p></blockquote>
<p>xxxpemc01dm01a is the name of the DM<br />
and root_vdm_3 is the hidden path the vdm structure. 3 is supposed to be the sequence number of the VDM. I was expecting 1 but somehow it is 3, perhaps we had created from VDM in the past.</p>
]]></content:encoded>
			<wfw:commentRss>http://florian.puthod.net/blog/2011/celerra-nfs-and-vdm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Robocopy and EMC Celerra</title>
		<link>http://florian.puthod.net/blog/2011/robocopy-and-emc-celerra/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=robocopy-and-emc-celerra</link>
		<comments>http://florian.puthod.net/blog/2011/robocopy-and-emc-celerra/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 00:11:50 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[En]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[xNix]]></category>

		<guid isPermaLink="false">http://florian.puthod.net/blog/?p=350</guid>
		<description><![CDATA[I came across a problem when using Robocopy command scripts when copying files from NTFS to EMC Celerra file system.  The problem was that every time Robocopy was told to copy files to the EMC Celerra over the WAN, the files were always detected as “newer” on from the originating source.  This caused [...]]]></description>
			<content:encoded><![CDATA[<p>I came across a problem when using Robocopy command scripts when copying files from NTFS to EMC Celerra file system.  The problem was that every time Robocopy was told to copy files to the EMC Celerra over the WAN, the files were always detected as “newer” on from the originating source.  This caused Robocopy to copy every single file from our network to the remote network each and every time.</p>
<p>I came across a command line switch for Robocopy: /FFT : Assume FAT File Times (2-second date/time granularity).  The NTFS date and time stamp is a 64-bit variable, which DART doesn’t deal with.  So what this does is force Robocopy to use FAT style time stamps which are 2-second granularity.  It allows enough flexibility to account for the way the time is recorded when doing a file copy from NTFS to another file system. This is needed when going between and NTFS and Linux/Unix/FAT or emulated file system.</p>
<p>update 20110601: I now use <a title="Home of FastCopy (English)" href="http://ipmsg.org/tools/fastcopy.html.en" target="_blank">fastcopy</a> instead of robocopy. It is a great fast(er) and friendly tool! And it doesn't have any of the security or date issues I have seem with the msft tool.</p>
]]></content:encoded>
			<wfw:commentRss>http://florian.puthod.net/blog/2011/robocopy-and-emc-celerra/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>東北地方太平洋沖地震 (Touhoku-chihou Taiheiyou-oki Jishin)</title>
		<link>http://florian.puthod.net/blog/2011/%e6%9d%b1%e5%8c%97%e5%9c%b0%e6%96%b9%e5%a4%aa%e5%b9%b3%e6%b4%8b%e6%b2%96%e5%9c%b0%e9%9c%87-touhoku-chihou-taiheiyou-oki-jishin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e6%259d%25b1%25e5%258c%2597%25e5%259c%25b0%25e6%2596%25b9%25e5%25a4%25aa%25e5%25b9%25b3%25e6%25b4%258b%25e6%25b2%2596%25e5%259c%25b0%25e9%259c%2587-touhoku-chihou-taiheiyou-oki-jishin</link>
		<comments>http://florian.puthod.net/blog/2011/%e6%9d%b1%e5%8c%97%e5%9c%b0%e6%96%b9%e5%a4%aa%e5%b9%b3%e6%b4%8b%e6%b2%96%e5%9c%b0%e9%9c%87-touhoku-chihou-taiheiyou-oki-jishin/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 16:20:42 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[Jp]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://florian.puthod.net/blog/?p=346</guid>
		<description><![CDATA[While I have not been able to contact any of my friends in the Sendai region, I decided to put some useful links here.
Check the phone number of family and friends:
Docomo: http://dengon.docomo.ne.jp/Einoticelist.cgi?es=0
AU: http://dengon.ezweb.ne.jp/E/service.do?p1=dmb221
Softbank: http://dengon.softbank.ne.jp/pc-e1.jsp
Google Response site: http://www.google.co.jp/intl/en/crisisresponse/japanquake2011.html
Emergency Messaging Service:
If stranded and you need to message someone, dial 171, then 1, then your own home phone [...]]]></description>
			<content:encoded><![CDATA[<p>While I have not been able to contact any of my friends in the Sendai region, I decided to put some useful links here.</p>
<p>Check the phone number of family and friends:</p>
<p>Docomo: http://dengon.docomo.ne.jp/Einoticelist.cgi?es=0<br />
AU: http://dengon.ezweb.ne.jp/E/service.do?p1=dmb221<br />
Softbank: http://dengon.softbank.ne.jp/pc-e1.jsp</p>
<p>Google Response site: http://www.google.co.jp/intl/en/crisisresponse/japanquake2011.html</p>
<p>Emergency Messaging Service:</p>
<p>If stranded and you need to message someone, dial 171, then 1, then your own home phone number, then leave your message. To pick up a message, it’s 171, then 2, then your home phone number (the number you think the stranded person would have left).</p>
<p>Tsunami Information:</p>
<p>Tsunami Information: http://www.jma.go.jp/en/tsunami/</p>
<p>Shelter list and map:</p>
<p>http://www.timeout.jp/en/tokyo/feature/2530/Japan-earthquake-live-report</p>
<p>Google Mapping of those: http://maps.google.co.jp/maps/ms?ie=UTF8&amp;hl=ja&amp;brcurrent=3,0x605d1b87f02e57e7:0x2e01618b22571b89,0&amp;msa=0&amp;msid=215507572864740295322.00049e31ae027259c4dda&amp;z=12</p>
<p>Live Footage:</p>
<p>NHK official Ustream: http://www.ustream.tv/channel/nhk-gtv<br />
FujiTV: http://www.fujitv.co.jp/index.html<br />
TBS Japanese live footage: http://www.ustream.tv/channel/tbstv<br />
Alijazeera English live footage here: http://english.aljazeera.net/watch_now/</p>
<p>Ongoing Earthquake List:</p>
<p>Earthquake list (Yahoo Japan): http://typhoon.yahoo.co.jp/weather/jp/earthquake/<br />
Earthquake list (US): http://earthquake.usgs.gov/earthquakes/recenteqsww/Maps/10/140_35_eqs.php</p>
]]></content:encoded>
			<wfw:commentRss>http://florian.puthod.net/blog/2011/%e6%9d%b1%e5%8c%97%e5%9c%b0%e6%96%b9%e5%a4%aa%e5%b9%b3%e6%b4%8b%e6%b2%96%e5%9c%b0%e9%9c%87-touhoku-chihou-taiheiyou-oki-jishin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

