<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>きぬろぐ &#187; Windows</title>
	<atom:link href="http://www.kinusati.net/category/computer/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kinusati.net</link>
	<description>だめでつれづれな日記</description>
	<lastBuildDate>Sun, 15 Jan 2012 23:42:13 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.kinusati.net/category/computer/windows/feed/" />
		<item>
		<title>Windows(cygwin)でのrsync</title>
		<link>http://www.kinusati.net/2012/01/16/windowscygwin%e3%81%a7%e3%81%aersync/</link>
		<comments>http://www.kinusati.net/2012/01/16/windowscygwin%e3%81%a7%e3%81%aersync/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 23:37:31 +0000</pubDate>
		<dc:creator>kinusati</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kinusati.net/?p=1114</guid>
		<description><![CDATA[Windows 7からFreeBSDに対して差分バックアップを取得したかったので、rsync(cygwin)を導入しました。導入は至ってかんたんで、cygwinのsetup.exeから導入しました。 ただ普通にバックアッ &#8230; <a href="http://www.kinusati.net/2012/01/16/windowscygwin%e3%81%a7%e3%81%aersync/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Windows 7からFreeBSDに対して差分バックアップを取得したかったので、rsync(cygwin)を導入しました。導入は至ってかんたんで、cygwinのsetup.exeから導入しました。</p>
<p>ただ普通にバックアップしようとすると、以下のエラーが出て困りました。。</p>
<pre>
$ rsync.exe -avz --delete  /cygdrive/d/Java/ www.example.com:/backup/Java
sending incremental file list
created directory /backup/Java
./
rsync: failed to modify permissions on "/backup/Java.": Permission denied (13)
rsync: opendir "/backup/Java." failed: Permission denied (13)
apache-maven-3.0.3/
</pre>
<p>cygwin上ではWindows上のパーティション(Cドライブとか)は/cygdrive/c配下にマウントされますが、cygdrive上のパーミッションが以下のように見えていて、ディレクトリが権限不足になることが原因のようですね。ま、環境によると思います。</p>
<pre>
d---------+ 1 ????????       ????????             0 Mar 21  2011 Program Files
d---------+ 1 ????????       ????????             0 Sep 24 15:44 tmp
d---------+ 1 ????????       ????????             0 Oct 16 15:34 Java
d---------+ 1 ????????       ????????             0 Dec 18 22:00 Program Files (x86)
</pre>
<p>今回は以下chmodオプションで回避しましたが、少々ださいな・・・</p>
<pre>
rsync.exe -avz --delete --chmod=u+rwx /cygdrive/d/Java/ www.example.com:/backup/Java
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.kinusati.net/2012/01/16/windowscygwin%e3%81%a7%e3%81%aersync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.kinusati.net/2012/01/16/windowscygwin%e3%81%a7%e3%81%aersync/" />
	</item>
		<item>
		<title>VMware Playerのサービス化</title>
		<link>http://www.kinusati.net/2011/10/03/vmware-player%e3%81%ae%e3%82%b5%e3%83%bc%e3%83%93%e3%82%b9%e5%8c%96/</link>
		<comments>http://www.kinusati.net/2011/10/03/vmware-player%e3%81%ae%e3%82%b5%e3%83%bc%e3%83%93%e3%82%b9%e5%8c%96/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 09:14:03 +0000</pubDate>
		<dc:creator>kinusati</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://www.kinusati.net/?p=1078</guid>
		<description><![CDATA[sexeを使うと簡単にVMware Playerをサービス化できます。 1. sexeをインストール 2. sexeを起動してサービスを登録。起動時オプションにVMXファイルのパスをフルパスで指定する必要があります。登録 &#8230; <a href="http://www.kinusati.net/2011/10/03/vmware-player%e3%81%ae%e3%82%b5%e3%83%bc%e3%83%93%e3%82%b9%e5%8c%96/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>sexeを使うと簡単にVMware Playerをサービス化できます。</p>
<p>1. <a href="http://www.nanshiki.co.jp/software/index.html?sexe">sexe</a>をインストール</p>
<p>2. sexeを起動してサービスを登録。起動時オプションにVMXファイルのパスをフルパスで指定する必要があります。登録が終わったらOKボタンを教えてください。</p>
<p><a href="http://www.kinusati.net/wp-content/uploads/2011/10/WS0000001.png"><img src="http://www.kinusati.net/wp-content/uploads/2011/10/WS0000001.png" alt="" title="WS000000" class="alignnone size-full wp-image-1082" /></a></p>
<p>3. サービスの画面から、アカウントでログオンする設定を追加する。</p>
<p><a href="http://www.kinusati.net/wp-content/uploads/2011/10/WS000001.png"><img src="http://www.kinusati.net/wp-content/uploads/2011/10/WS000001.png" alt="" title="WS000001" class="alignnone size-full wp-image-1083" /></a></p>
<p>これで無事登録完了です。自動起動はすてきです。</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kinusati.net/2011/10/03/vmware-player%e3%81%ae%e3%82%b5%e3%83%bc%e3%83%93%e3%82%b9%e5%8c%96/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.kinusati.net/2011/10/03/vmware-player%e3%81%ae%e3%82%b5%e3%83%bc%e3%83%93%e3%82%b9%e5%8c%96/" />
	</item>
		<item>
		<title>chromeのキャッシュ保存場所変更</title>
		<link>http://www.kinusati.net/2011/09/24/chrome%e3%81%ae%e3%82%ad%e3%83%a3%e3%83%83%e3%82%b7%e3%83%a5%e4%bf%9d%e5%ad%98%e5%a0%b4%e6%89%80%e5%a4%89%e6%9b%b4/</link>
		<comments>http://www.kinusati.net/2011/09/24/chrome%e3%81%ae%e3%82%ad%e3%83%a3%e3%83%83%e3%82%b7%e3%83%a5%e4%bf%9d%e5%ad%98%e5%a0%b4%e6%89%80%e5%a4%89%e6%9b%b4/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 08:25:32 +0000</pubDate>
		<dc:creator>kinusati</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kinusati.net/2011/09/24/chrome%e3%81%ae%e3%82%ad%e3%83%a3%e3%83%83%e3%82%b7%e3%83%a5%e4%bf%9d%e5%ad%98%e5%a0%b4%e6%89%80%e5%a4%89%e6%9b%b4/</guid>
		<description><![CDATA[我が家のメインPCのCドライブにはSSDを使っていますが、google chromeはデフォルトでC:\Users\（ユーザー名）\AppData\Local\Google\Chrome\User Data\Defaul &#8230; <a href="http://www.kinusati.net/2011/09/24/chrome%e3%81%ae%e3%82%ad%e3%83%a3%e3%83%83%e3%82%b7%e3%83%a5%e4%bf%9d%e5%ad%98%e5%a0%b4%e6%89%80%e5%a4%89%e6%9b%b4/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p align="left">我が家のメインPCのCドライブにはSSDを使っていますが、google chromeはデフォルトでC:\Users\（ユーザー名）\AppData\Local\Google\Chrome\User Data\Default\Cacheにキャッシュを作るため、ごりごりSSDに書き込みアクセスが行ってしまいます。</p>
<p align="left">これをほかドライブに移動させるTIPSですが、起動オプションを明示するだけでできるんですね。</p>
<p><a href="http://www.kinusati.net/wp-content/uploads/2011/09/WS000017-8bit.gif"><img src="http://www.kinusati.net/wp-content/uploads/2011/09/WS000017-8bit_thumb.gif" border="0" alt="WS000017-8bit" title="WS000017-8bit" width="222" height="244" style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" /></a></p>
<p>&#8211;disk-cache-dir=&#8221;D:\tmp\chrome”がポイントです。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kinusati.net/2011/09/24/chrome%e3%81%ae%e3%82%ad%e3%83%a3%e3%83%83%e3%82%b7%e3%83%a5%e4%bf%9d%e5%ad%98%e5%a0%b4%e6%89%80%e5%a4%89%e6%9b%b4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.kinusati.net/2011/09/24/chrome%e3%81%ae%e3%82%ad%e3%83%a3%e3%83%83%e3%82%b7%e3%83%a5%e4%bf%9d%e5%ad%98%e5%a0%b4%e6%89%80%e5%a4%89%e6%9b%b4/" />
	</item>
		<item>
		<title>IEの互換モード</title>
		<link>http://www.kinusati.net/2011/09/19/ie%e3%81%ae%e4%ba%92%e6%8f%9b%e3%83%a2%e3%83%bc%e3%83%89/</link>
		<comments>http://www.kinusati.net/2011/09/19/ie%e3%81%ae%e4%ba%92%e6%8f%9b%e3%83%a2%e3%83%bc%e3%83%89/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 12:26:41 +0000</pubDate>
		<dc:creator>kinusati</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kinusati.net/?p=964</guid>
		<description><![CDATA[IEの互換モードについて調べていてわかったことがあったので、メモ。 IEの互換モードは、設定するとIE7のUser-Agentでアクセスします。ただIE8の互換モード(Windows XP SP3)の場合、favicon &#8230; <a href="http://www.kinusati.net/2011/09/19/ie%e3%81%ae%e4%ba%92%e6%8f%9b%e3%83%a2%e3%83%bc%e3%83%89/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>IEの互換モードについて調べていてわかったことがあったので、メモ。</p>
<p>IEの互換モードは、設定するとIE7のUser-Agentでアクセスします。ただIE8の互換モード(Windows XP SP3)の場合、favicon取得時だけIE8のまんまなんですよね。</p>
<p>Windows7 + IE9の互換モードだとfaviconとるときもIE7のまんま。</p>
<p>おかしいですね。</p>
<h2>IE9の場合</h2>
<h3>Windows7 SP1 + IE9(標準)</h3>
<pre>
www.example.com 192.0.2.1 - - [19/Sep/2011:21:13:54 +0900] &quot;GET /wp-content/plugins/syntaxhighlighter/syntaxhighlighter3/styles/shCore.css?ver=3.0.83c HTTP/1.1&quot; 200 1337 &quot;http://www.example.com/&quot; &quot;Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)&quot; 565 1636
www.example.com 192.0.2.1 - - [19/Sep/2011:21:14:53 +0900] &quot;GET /favicon.ico HTTP/1.1&quot; 200 20 &quot;-&quot; &quot;Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)&quot; 206 290
</pre>
<h3>Windows7 SP1 + IE9(互換)</h3>
<pre>
www.example.com 192.0.2.1 - - [19/Sep/2011:21:12:41 +0900] &quot;GET /wp-content/plugins/syntaxhighlighter/syntaxhighlighter3/styles/shThemeDefault.css?ver=3.0.83c HTTP/1.1&quot; 304 - &quot;http://www.example.com/&quot; &quot;Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.1; InfoPath.2; InfoPath.3; .NET4.0C)&quot; 765 171
www.example.com 192.0.2.1 - - [19/Sep/2011:21:12:35 +0900] &quot;GET /favicon.ico HTTP/1.1&quot; 200 20 &quot;-&quot; &quot;Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.1; InfoPath.2; InfoPath.3; .NET4.0C)&quot; 340 290
</pre>
<p>favicon.ico取得にもMSIE 7.0となっていることがわかる。</p>
<h2>IE8の場合</h2>
<h3>Windows XP SP3 + IE8(標準)</h3>
<pre>
www.example.com 192.0.2.2 - - [19/Sep/2011:21:17:19 +0900] &quot;GET /wp-content/plugins/syntaxhighlighter/syntaxhighlighter3/styles/shCore.css?ver=3.0.83c HTTP/1.1&quot; 200 1337 &quot;http://www.example.com/&quot; &quot;Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)&quot; 532 1636
www.example.com 192.0.2.2 - - [19/Sep/2011:21:17:19 +0900] &quot;GET /favicon.ico HTTP/1.1&quot; 200 20 &quot;-&quot; &quot;Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)&quot; 402 290
</pre>
<h3>Windows XP SP3 + IE8(互換)</h3>
<pre>
www.example.com 192.0.2.2 - - [19/Sep/2011:21:17:47 +0900] &quot;GET /wp-content/plugins/syntaxhighlighter/syntaxhighlighter3/styles/shThemeDefault.css?ver=3.0.83c HTTP/1.1&quot; 200 667 &quot;http://www.example.com/&quot; &quot;Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0)&quot; 564 965
www.example.com 192.0.2.2 - - [19/Sep/2011:21:17:47 +0900] &quot;GET /favicon.ico HTTP/1.1&quot; 200 20 &quot;-&quot; &quot;Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)&quot; 401 290
</pre>
<p>通常のコンテンツ取得はMSIE 7.0なのに、favicon.ico取得がMSIE 8.0となっている。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kinusati.net/2011/09/19/ie%e3%81%ae%e4%ba%92%e6%8f%9b%e3%83%a2%e3%83%bc%e3%83%89/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.kinusati.net/2011/09/19/ie%e3%81%ae%e4%ba%92%e6%8f%9b%e3%83%a2%e3%83%bc%e3%83%89/" />
	</item>
		<item>
		<title>IPv6 + SOCKS 5 Proxy</title>
		<link>http://www.kinusati.net/2011/02/28/ipv6-socks-5-proxy/</link>
		<comments>http://www.kinusati.net/2011/02/28/ipv6-socks-5-proxy/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 03:35:28 +0000</pubDate>
		<dc:creator>kinusati</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kinusati.net/?p=951</guid>
		<description><![CDATA[SSH PortForwarding(PortForwarderを利用)のSOCKS5 Proxyを利用して、FirefoxからIPv6のプロキシを実現しようとしたが、うまくいかなかった。 調査したところ、Firefox &#8230; <a href="http://www.kinusati.net/2011/02/28/ipv6-socks-5-proxy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>SSH PortForwarding(<a href="http://toh.fuji-climb.org/pf/JP/">PortForwarder</a>を利用)のSOCKS5 Proxyを利用して、FirefoxからIPv6のプロキシを実現しようとしたが、うまくいかなかった。</p>
<p>調査したところ、Firefoxに<a href="https://addons.mozilla.org/ja/firefox/addon/foxyproxy-standard/">FoxyProxyプラグイン</a>を導入して、特定のIPv6サイトだけローカルホストのSOCKS 5プロキシを使うと設定したら、これがばっちり動いた。</p>
<p>こんな使い方ができるなんて。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kinusati.net/2011/02/28/ipv6-socks-5-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.kinusati.net/2011/02/28/ipv6-socks-5-proxy/" />
	</item>
		<item>
		<title>Windows 7 用のリモート サーバー管理ツール</title>
		<link>http://www.kinusati.net/2011/01/30/windows-7-%e7%94%a8%e3%81%ae%e3%83%aa%e3%83%a2%e3%83%bc%e3%83%88-%e3%82%b5%e3%83%bc%e3%83%90%e3%83%bc%e7%ae%a1%e7%90%86%e3%83%84%e3%83%bc%e3%83%ab/</link>
		<comments>http://www.kinusati.net/2011/01/30/windows-7-%e7%94%a8%e3%81%ae%e3%83%aa%e3%83%a2%e3%83%bc%e3%83%88-%e3%82%b5%e3%83%bc%e3%83%90%e3%83%bc%e7%ae%a1%e7%90%86%e3%83%84%e3%83%bc%e3%83%ab/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 12:11:48 +0000</pubDate>
		<dc:creator>kinusati</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kinusati.net/?p=922</guid>
		<description><![CDATA[Windows 7上で、Windows Server 2008 R2のADで管理しているDNSサーバに対してレコードを追加出来たらいいなと思って探していたら、いいツールがありました。 「Windows 7 用のリモート  &#8230; <a href="http://www.kinusati.net/2011/01/30/windows-7-%e7%94%a8%e3%81%ae%e3%83%aa%e3%83%a2%e3%83%bc%e3%83%88-%e3%82%b5%e3%83%bc%e3%83%90%e3%83%bc%e7%ae%a1%e7%90%86%e3%83%84%e3%83%bc%e3%83%ab/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Windows 7上で、Windows Server 2008 R2のADで管理しているDNSサーバに対してレコードを追加出来たらいいなと思って探していたら、いいツールがありました。</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=ja&amp;FamilyID=7d2f6ad7-656b-4313-a005-4e344e43997d">「Windows 7 用のリモート サーバー管理ツール」</a></p>
<p>このツールを使えばWindows7上でWindos Server 2008 R2/Windows Server 2008/Windows 2003 Serverの管理が出来るとのこと。インストール作業はバイナリをダブルクリックするだけでインストールされる。利用時には利用したい機能を選択する必要があるので、[コントロール パネル] -&gt;[プログラム] -&gt; [プログラムと機能] -&gt; [Windows の機能の有効化または無効化]  -&gt; [リモート サーバー管理ツール]を選択して、利用するものを適宜選択します。</p>
<p><a href="http://www.kinusati.net/wp-content/uploads/2011/01/ae46b1f460ee46f789c27b264a6cb421.png"><img src="http://www.kinusati.net/wp-content/uploads/2011/01/ae46b1f460ee46f789c27b264a6cb421.png" alt="Windows 7 用のリモート サーバー管理ツールをインストールするときのイメージです。" title="Windows 7 用のリモート サーバー管理ツールのインストールイメージ" width="320" height="473" class="alignnone size-full wp-image-923" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kinusati.net/2011/01/30/windows-7-%e7%94%a8%e3%81%ae%e3%83%aa%e3%83%a2%e3%83%bc%e3%83%88-%e3%82%b5%e3%83%bc%e3%83%90%e3%83%bc%e7%ae%a1%e7%90%86%e3%83%84%e3%83%bc%e3%83%ab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.kinusati.net/2011/01/30/windows-7-%e7%94%a8%e3%81%ae%e3%83%aa%e3%83%a2%e3%83%bc%e3%83%88-%e3%82%b5%e3%83%bc%e3%83%90%e3%83%bc%e7%ae%a1%e7%90%86%e3%83%84%e3%83%bc%e3%83%ab/" />
	</item>
		<item>
		<title>Excel VBAの整形ツール</title>
		<link>http://www.kinusati.net/2011/01/03/excel-vba%e3%81%ae%e6%95%b4%e5%bd%a2%e3%83%84%e3%83%bc%e3%83%ab/</link>
		<comments>http://www.kinusati.net/2011/01/03/excel-vba%e3%81%ae%e6%95%b4%e5%bd%a2%e3%83%84%e3%83%bc%e3%83%ab/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 10:09:41 +0000</pubDate>
		<dc:creator>kinusati</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kinusati.net/?p=862</guid>
		<description><![CDATA[他人が書いたExcel VBAのソースをチェックすることになったのですが、インデントが滅茶苦茶でソースを読む気がしなかったので、整形ツールを探してみました。 探してみたところ、「IndenterVBA」というツールがよか &#8230; <a href="http://www.kinusati.net/2011/01/03/excel-vba%e3%81%ae%e6%95%b4%e5%bd%a2%e3%83%84%e3%83%bc%e3%83%ab/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>他人が書いたExcel VBAのソースをチェックすることになったのですが、インデントが滅茶苦茶でソースを読む気がしなかったので、整形ツールを探してみました。</p>
<p>探してみたところ、「<a href="http://www.oaltd.co.uk/Indenter/IndentPage.asp"><strong>IndenterVBA</strong></a>」というツールがよかったです。Office 2000/2002/2003とのことですが、Office 2010で利用してばっちり動きました。</p>
<p>コレでExcel VBAの解析がホント高速に出来ました。感謝感謝。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kinusati.net/2011/01/03/excel-vba%e3%81%ae%e6%95%b4%e5%bd%a2%e3%83%84%e3%83%bc%e3%83%ab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.kinusati.net/2011/01/03/excel-vba%e3%81%ae%e6%95%b4%e5%bd%a2%e3%83%84%e3%83%bc%e3%83%ab/" />
	</item>
		<item>
		<title>ADのTombstoneを経過した場合の復旧手順</title>
		<link>http://www.kinusati.net/2010/12/18/ad%e3%81%aetombstone%e3%82%92%e7%b5%8c%e9%81%8e%e3%81%97%e3%81%9f%e5%a0%b4%e5%90%88%e3%81%ae%e5%be%a9%e6%97%a7%e6%89%8b%e9%a0%86/</link>
		<comments>http://www.kinusati.net/2010/12/18/ad%e3%81%aetombstone%e3%82%92%e7%b5%8c%e9%81%8e%e3%81%97%e3%81%9f%e5%a0%b4%e5%90%88%e3%81%ae%e5%be%a9%e6%97%a7%e6%89%8b%e9%a0%86/#comments</comments>
		<pubDate>Sat, 18 Dec 2010 11:52:27 +0000</pubDate>
		<dc:creator>kinusati</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kinusati.net/?p=849</guid>
		<description><![CDATA[我が家のネットワークにはWindows Server 2008 R2のADが2台存在します。ここでは便宜的にDC1/DC2という名前とします。DC1が全てのFSMOを保持しており、DC2はFSMOをもっておらず、ADの複 &#8230; <a href="http://www.kinusati.net/2010/12/18/ad%e3%81%aetombstone%e3%82%92%e7%b5%8c%e9%81%8e%e3%81%97%e3%81%9f%e5%a0%b4%e5%90%88%e3%81%ae%e5%be%a9%e6%97%a7%e6%89%8b%e9%a0%86/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>我が家のネットワークにはWindows Server 2008 R2のADが2台存在します。ここでは便宜的にDC1/DC2という名前とします。DC1が全てのFSMOを保持しており、DC2はFSMOをもっておらず、ADの複製として存在しています。</p>
<p>このDC1が破損して半年以上放置だったのですが、このたび部品を修理しDC1を再稼働させました。</p>
<p>でもなぜかADのレプリケーション出来ない状態になってしまっていました・・・</p>
<p>Tombstone(180日?)以内に復旧しなかったことが原因くさいです。</p>
<p>ADが冗長化されておらず、我が家的には大変まずいので、以下の方法で復旧作業を試みました。正直結構面倒くさかったです。</p>
<h3>手順概要</h3>
<p>以下の手順で復旧させました。</p>
<ol>
<li>DC1のADサービスを強制降格</li>
<li>DC2にFSMを強制移動</li>
<li>DC2にてDC1のメタデータをクリア</li>
<li>DC1にてADを再昇格</li>
</ol>
<h3>作業内容</h3>
<p>1. DC1のADサービスを強制降格</p>
<p>DC1のコマンドプロンプトを開いて以下のコマンドを実行し、DC1のADを強制降格しました。</p>
<pre>
dcpromo /forceremoval
</pre>
<p>2. DC2にFSMを強制移動</p>
<p>DC2でntdsutilを利用し、強制移動を行いました。ntdsutilで強制移動に利用したコマンドは以下。詳細は参考資料を見てください。</p>
<ul>
<li>seize infrastructure master</li>
<li>seize naming master</li>
<li>seize pdc</li>
<li>seize rid master</li>
<li>seize schema master</li>
</ul>
<p>実行例は以下。</p>
<pre>
fsmo maintenance: seize infrastructure master
Win32 エラー 0x20af(要求された FSMO の操作に失敗しました。現在の FSMO の所有者に接続できませんでした。))
エラー コードにより、接続、LDAP、または役割の転送エラーを示すことがあります。
infrastructure FSMO の転送に失敗しました。強制処理 (seize) 中です...
サーバー &quot;dc2&quot; は 5 個の役割を認識しています
スキーマ - CN=NTDS Settings,CN=DC1,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=example,DC=com
名前付けマスター - CN=NTDS Settings,CN=DC1,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=example,DC=com
PDC - CN=NTDS Settings,CN=DC1,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=example,DC=com
RID - CN=NTDS Settings,CN=DC1,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=example,DC=com
インフラストラクチャ - CN=NTDS Settings,CN=DC2,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=example,DC=com
</pre>
<p>なおDC2にはAdministratorでログインして作業しました。Administratorでログインしないとschema masterを移動できないのですよ・・・</p>
<pre>
fsmo maintenance: seize infrastructure master
強制前に infrastructure FSMO の安全転送を試みています。
ldap_modify_sW エラー 0x34(52 (利用できません).
Ldap 拡張エラーメッセージ 000020AF: SvcErr: DSID-03210397, problem 5002 (UNAVAILABLE), data 1753
</pre>
<p>3. DC2にてDC1のメタデータをクリア</p>
<p>ntdsutilを利用する。</p>
<pre>
metadata cleanup: remove selected server
選択されたサーバーから FSMO 役割を転送/強制処理しています。
選択されたサーバーのために FRS メタデータを削除しています。
&quot;CN=DC1,OU=Domain Controllers,DC=example,DC=com&quot; 下で FRS メンバーを検索しています。
&quot;CN=DC1,OU=Domain Controllers,DC=example,DC=com&quot; 下のサブツリーを削除しています。
CN=DC1,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=example,DC=com 上の FRS 設定の削除に失敗しました。原因は次のとおりです: &quot;要素が見つかりません。&quot;;
メタデータのクリーンアップは続行されます。
&quot;CN=DC1,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=example,DC=com&quot; をサーバー &quot;DC2&quot;から削除しました
</pre>
<p>4. DC1にてADを再昇格</p>
<p>ここは通常手順。</p>
<h3>参考文献</h3>
<ul>
<li><a href="http://www.atmarkit.co.jp/fwin2k/win2ktips/1174fsmoseize/fsmoseize.html">Active DirectoryのFSMO役割をほかのDCへ強制的に割り当てる</a></li>
<li><a href="http://social.technet.microsoft.com/Forums/ja-JP/activedirectoryja/thread/173cc6db-a89a-48ae-9ec4-2b4218a4500f">ドメインコントローラー破損後、サイトからドメインコントローラーの情報を削除するには・・・</a></li>
<li><a href="http://support.microsoft.com/kb/216498/ja">ドメイン コントローラーの降格に失敗した後、Active Directory のデータを削除する方法</a></li>
<li><a href="http://technet.microsoft.com/ja-jp/ee676512.aspx">Active Directory のリストア</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kinusati.net/2010/12/18/ad%e3%81%aetombstone%e3%82%92%e7%b5%8c%e9%81%8e%e3%81%97%e3%81%9f%e5%a0%b4%e5%90%88%e3%81%ae%e5%be%a9%e6%97%a7%e6%89%8b%e9%a0%86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.kinusati.net/2010/12/18/ad%e3%81%aetombstone%e3%82%92%e7%b5%8c%e9%81%8e%e3%81%97%e3%81%9f%e5%a0%b4%e5%90%88%e3%81%ae%e5%be%a9%e6%97%a7%e6%89%8b%e9%a0%86/" />
	</item>
		<item>
		<title>PDFファイルの分割</title>
		<link>http://www.kinusati.net/2010/10/12/pdf%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%ae%e5%88%86%e5%89%b2/</link>
		<comments>http://www.kinusati.net/2010/10/12/pdf%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%ae%e5%88%86%e5%89%b2/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 23:17:32 +0000</pubDate>
		<dc:creator>kinusati</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kinusati.net/?p=826</guid>
		<description><![CDATA[PDFファイルを分割する必要があったのでそれについてのメモ。 Acrobat8を持っていること前提です。 1. 「文章」-&#62;「ページの抽出」を選択 2. 必要なページを切り出す 簡単ですね。メモメモ。]]></description>
			<content:encoded><![CDATA[<p>PDFファイルを分割する必要があったのでそれについてのメモ。</p>
<p>Acrobat8を持っていること前提です。</p>
<p>1. 「文章」-&gt;「ページの抽出」を選択</p>
<p><a href="http://www.kinusati.net/wp-content/uploads/2010/10/WS000000.png"><img src="http://www.kinusati.net/wp-content/uploads/2010/10/WS000000.png" title="WS000000" width="351" height="247" class="alignnone size-full wp-image-828" /></a></p>
<p>2. 必要なページを切り出す</p>
<p><a href="http://www.kinusati.net/wp-content/uploads/2010/10/WS000001.png"><img src="http://www.kinusati.net/wp-content/uploads/2010/10/WS000001.png" title="WS000001" width="351" height="247" class="alignnone size-full wp-image-829" /></a></p>
<p>簡単ですね。メモメモ。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kinusati.net/2010/10/12/pdf%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%ae%e5%88%86%e5%89%b2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.kinusati.net/2010/10/12/pdf%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%ae%e5%88%86%e5%89%b2/" />
	</item>
		<item>
		<title>ExcelのSUMPRODUCT関数は便利！</title>
		<link>http://www.kinusati.net/2010/08/12/excel%e3%81%aesumproduct%e9%96%a2%e6%95%b0%e3%81%af%e4%be%bf%e5%88%a9%ef%bc%81/</link>
		<comments>http://www.kinusati.net/2010/08/12/excel%e3%81%aesumproduct%e9%96%a2%e6%95%b0%e3%81%af%e4%be%bf%e5%88%a9%ef%bc%81/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 23:15:33 +0000</pubDate>
		<dc:creator>kinusati</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[コンピュータ]]></category>

		<guid isPermaLink="false">http://www.kinusati.net/?p=801</guid>
		<description><![CDATA[EXCELを利用していて、SUMIFで集計するケースがよくあると思います(店舗が東京の物だけサマリする等)。 ただ、SUMIFだと条件が一つしかとれないので「店舗が東京」かつ「営業が佐藤」の物をサマリするという事は出来ま &#8230; <a href="http://www.kinusati.net/2010/08/12/excel%e3%81%aesumproduct%e9%96%a2%e6%95%b0%e3%81%af%e4%be%bf%e5%88%a9%ef%bc%81/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>EXCELを利用していて、SUMIFで集計するケースがよくあると思います(店舗が東京の物だけサマリする等)。</p>
<p>ただ、SUMIFだと条件が一つしかとれないので「店舗が東京」かつ「営業が佐藤」の物をサマリするという事は出来ませんでした。</p>
<p>そこで使えるのがSUMPRODUCT関数。</p>
<ul>
<li><a href="http://miyahorinn.fc2web.com/faq/faq100.html">http://miyahorinn.fc2web.com/faq/faq100.html</a></li>
</ul>
<p>これを使えば一発ですみます。楽ちん楽ちん。またExcelについて賢くなりました。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kinusati.net/2010/08/12/excel%e3%81%aesumproduct%e9%96%a2%e6%95%b0%e3%81%af%e4%be%bf%e5%88%a9%ef%bc%81/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.kinusati.net/2010/08/12/excel%e3%81%aesumproduct%e9%96%a2%e6%95%b0%e3%81%af%e4%be%bf%e5%88%a9%ef%bc%81/" />
	</item>
	</channel>
</rss>

