<?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>BPS株式会社 開発ブログ Beyond Perspective Solutions LTD. &#187; 仮想化</title>
	<atom:link href="http://www.bpsinc.jp/blog/archives/category/virtualization/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bpsinc.jp/blog</link>
	<description>BPS株式会社（Beyond Perspective Solutions）のプログラマによる技術・開発などに関してのブログです</description>
	<lastBuildDate>Wed, 20 Jul 2011 08:14:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VMWare Player</title>
		<link>http://www.bpsinc.jp/blog/archives/1023</link>
		<comments>http://www.bpsinc.jp/blog/archives/1023#comments</comments>
		<pubDate>Mon, 25 Jan 2010 00:20:29 +0000</pubDate>
		<dc:creator>baba</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[仮想化]]></category>
		<category><![CDATA[馬場]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.bpsinc.jp/blog/?p=1023</guid>
		<description><![CDATA[無償のVMWare Playerでも仮想マシンの作成ができるようになったので、インストールしてみました。
しかし、ゲストにWindows 7をインストールしたところ、ハードディスクのアクセスが激しすぎて、全く使い物になり [...]]]></description>
			<content:encoded><![CDATA[<p>無償のVMWare Playerでも仮想マシンの作成ができるようになったので、インストールしてみました。</p>
<p>しかし、ゲストにWindows 7をインストールしたところ、ハードディスクのアクセスが激しすぎて、全く使い物になりませんでした。スタートメニューを開くのに10秒以上かかり、ホストまでまともに動かないほどです。</p>
<p>どうやらVMWareの仮想ハードディスク周りの機能が悪さをしているらしいので、それらを無効にすると早くなるとのことです。<br />
このページがよくまとまっていました。<br />
<a href="http://revilog.com/2008/05/011299.html">http://revilog.com/2008/05/011299.html</a></p>
<p>しかし、VMWare PlayerではAdvanced設定ができないのですね。<br />
一応vmxファイルを直接編集すれば可能ですが、ほかにもNICの詳細設定ができないなど不便が多いので、結局アンインストールしてVMWare Workstationに乗り換えました。</p>
<p>Workstationで上記サイトの設定を施したら、異常なディスクアクセスは収まりました。<br />
機能制限版でもVMの直接起動ができない以外はほとんど変わらないので、しばらくこれを使ってみようと思います。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bpsinc.jp/blog/archives/1023/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare Player入れてみました</title>
		<link>http://www.bpsinc.jp/blog/archives/651</link>
		<comments>http://www.bpsinc.jp/blog/archives/651#comments</comments>
		<pubDate>Mon, 23 Nov 2009 10:29:45 +0000</pubDate>
		<dc:creator>baba</dc:creator>
				<category><![CDATA[仮想化]]></category>
		<category><![CDATA[馬場]]></category>

		<guid isPermaLink="false">http://www.bpsinc.jp/blog/?p=651</guid>
		<description><![CDATA[自宅でVirtual Serverをしばらく使っていましたが、
・ホスト再起動後、NICが認識されないトラブルが発生する
・MicrosoftはHyper-Vに移行したので、メンテナンスされる様子が無い
・ちょうどVMW [...]]]></description>
			<content:encoded><![CDATA[<p>自宅でVirtual Serverをしばらく使っていましたが、</p>
<p>・ホスト再起動後、NICが認識されないトラブルが発生する<br />
・MicrosoftはHyper-Vに移行したので、メンテナンスされる様子が無い<br />
・ちょうどVMWare Playerがバージョンアップした</p>
<p>などの理由で、VMWare Playerに乗り換えました。<br />
ホストはWindows Server 2008、ゲストはUbuntu Serverです。</p>
<p>本当はバックグラウンドサービスで動いて欲しいのですが、VMWare Serverは昔失敗したので、簡単そうなPlayerにしてみました。<br />
VMC→VMXの変換は、何事もないかのようにあっさり完了。ファイル→開く　だけでOKでした。</p>
<p>ホストマシンにはNICが2枚積んであって、1枚目は内部LAN、2枚目は仮想マシン専用でDMZに接続されています。<br />
自動設定では内部LANに接続されてしまうので、VMWare Workstationの体験版に入っている vmnetcfg.exe を使ってブリッジ設定を行いました。</p>
<p>MACアドレスが変わるので起動直後はネットワークに接続できませんが、ifconfig up/down を数回やったり、VMWare自体を再起動したりすると接続できるようになります。</p>
<p>やたらとプロセスがたくさん起動するのが好きではないのですが、これが無料なんだからすごいですね。<br />
Playerで仮想マシンの作成も出来るようになったので、今度もう1台くらい仮想マシン増やしてみようと思います。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bpsinc.jp/blog/archives/651/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 public beta</title>
		<link>http://www.bpsinc.jp/blog/archives/117</link>
		<comments>http://www.bpsinc.jp/blog/archives/117#comments</comments>
		<pubDate>Sun, 11 Jan 2009 01:38:40 +0000</pubDate>
		<dc:creator>baba</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[仮想化]]></category>
		<category><![CDATA[馬場]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.bpsinc.jp/blog/?p=117</guid>
		<description><![CDATA[Windows 7のベータ版が、ようやくダウンロード出来るようになったので、早速Virtual PCに入れてみました。
(本当は9日公開予定だったのが、アクセス集中で延期したみたいです)
インストーラはほとんどVista [...]]]></description>
			<content:encoded><![CDATA[<p>Windows 7のベータ版が、ようやくダウンロード出来るようになったので、早速Virtual PCに入れてみました。<br />
(本当は9日公開予定だったのが、アクセス集中で延期したみたいです)</p>
<p>インストーラはほとんどVistaと同じで、起動後は全体的にVistaを洗練された感じです。仮想マシンなのでパフォーマンスの評価は出来ませんが、普通に使えそうです。<br />
電卓がパワーアップしたのが一番のポイントかも。</p>
<p>以下、インストール～起動までのスクリーンショットを載せておきます。</p>

<a href='http://www.bpsinc.jp/blog/archives/117/sc0000' title='Windows 7 のWebサイト ここからWindows 7のbetaがダウンロードできます'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/sc0000-150x150.png" class="attachment-thumbnail" alt="Windows 7 のWebサイト ここからWindows 7のbetaがダウンロードできます" title="Windows 7 のWebサイト ここからWindows 7のbetaがダウンロードできます" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/1-starting_windows' title='Windows起動中'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/1-starting_windows-150x150.png" class="attachment-thumbnail" alt="Windows起動中" title="Windows起動中" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/2-install' title='インストール開始(Vistaと同じ)'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/2-install-150x150.png" class="attachment-thumbnail" alt="インストール開始(Vistaと同じ)" title="インストール開始(Vistaと同じ)" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/3-install' title='インストール(Vistaと同じ)'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/3-install-150x150.png" class="attachment-thumbnail" alt="インストール(Vistaと同じ)" title="インストール(Vistaと同じ)" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/4-installtype' title='インストールタイプの選択(Vistaと同じ) なぜかアップグレードが有効'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/4-installtype-150x150.png" class="attachment-thumbnail" alt="インストールタイプの選択(Vistaと同じ) なぜかアップグレードが有効" title="インストールタイプの選択(Vistaと同じ) なぜかアップグレードが有効" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/5-newpartition' title='パーティションの選択(Vistaと同じ)'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/5-newpartition-150x150.png" class="attachment-thumbnail" alt="パーティションの選択(Vistaと同じ)" title="パーティションの選択(Vistaと同じ)" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/6-newpartition_confirm' title='パーティション作成を実行するとこのメッセージ'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/6-newpartition_confirm-150x150.png" class="attachment-thumbnail" alt="パーティション作成を実行するとこのメッセージ" title="パーティション作成を実行するとこのメッセージ" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/7-partition' title='勝手に2パーティション作成される'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/7-partition-150x150.png" class="attachment-thumbnail" alt="勝手に2パーティション作成される" title="勝手に2パーティション作成される" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/8-installing' title='インストール中(Vistaと同じ)'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/8-installing-150x150.png" class="attachment-thumbnail" alt="インストール中(Vistaと同じ)" title="インストール中(Vistaと同じ)" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/9-starting' title='Windowsを開始中'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/9-starting-150x150.png" class="attachment-thumbnail" alt="Windowsを開始中" title="Windowsを開始中" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/10-starting_services' title='サービスを開始中'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/10-starting_services-150x150.png" class="attachment-thumbnail" alt="サービスを開始中" title="サービスを開始中" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/11-final_process' title='インストールの最終処理(Vistaと同じ)'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/11-final_process-150x150.png" class="attachment-thumbnail" alt="インストールの最終処理(Vistaと同じ)" title="インストールの最終処理(Vistaと同じ)" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/12-restart' title='再起動します(Vistaと似てる)'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/12-restart-150x150.png" class="attachment-thumbnail" alt="再起動します(Vistaと似てる)" title="再起動します(Vistaと似てる)" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/13-prepare' title='起動中 微妙にかっこいい'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/13-prepare-150x150.png" class="attachment-thumbnail" alt="起動中 微妙にかっこいい" title="起動中 微妙にかっこいい" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/14-username' title='ユーザ名の入力(Vistaと同じ)'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/14-username-150x150.png" class="attachment-thumbnail" alt="ユーザ名の入力(Vistaと同じ)" title="ユーザ名の入力(Vistaと同じ)" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/15-password' title='パスワードの入力(Vistaと同じ)'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/15-password-150x150.png" class="attachment-thumbnail" alt="パスワードの入力(Vistaと同じ)" title="パスワードの入力(Vistaと同じ)" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/productkey' title='プロダクトキーの入力(Vistaと同じ)'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/productkey-150x150.png" class="attachment-thumbnail" alt="プロダクトキーの入力(Vistaと同じ)" title="プロダクトキーの入力(Vistaと同じ)" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/16-security' title='自動更新の設定(Vistaと同じ)'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/16-security-150x150.png" class="attachment-thumbnail" alt="自動更新の設定(Vistaと同じ)" title="自動更新の設定(Vistaと同じ)" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/17-timezone' title='タイムゾーンの設定(Vistaと同じ) 中途半端にローマ字'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/17-timezone-150x150.png" class="attachment-thumbnail" alt="タイムゾーンの設定(Vistaと同じ) 中途半端にローマ字" title="タイムゾーンの設定(Vistaと同じ) 中途半端にローマ字" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/18-network' title='ネットワークの場所の選択(Vistaと同じ)'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/18-network-150x150.png" class="attachment-thumbnail" alt="ネットワークの場所の選択(Vistaと同じ)" title="ネットワークの場所の選択(Vistaと同じ)" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/19-homegroup' title='ホームグループの作成(新機能)'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/19-homegroup-150x150.png" class="attachment-thumbnail" alt="ホームグループの作成(新機能)" title="ホームグループの作成(新機能)" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/20-homegroup' title='ホームグループのヘルプは空白でした'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/20-homegroup-150x150.png" class="attachment-thumbnail" alt="ホームグループのヘルプは空白でした" title="ホームグループのヘルプは空白でした" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/21-final' title='インストール完了'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/21-final-150x150.png" class="attachment-thumbnail" alt="インストール完了" title="インストール完了" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/22-welcome' title='ようこそ(Vistaと同じ)'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/22-welcome-150x150.png" class="attachment-thumbnail" alt="ようこそ(Vistaと同じ)" title="ようこそ(Vistaと同じ)" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/23-desktop' title='デスクトップの準備中(Vistaと同じ)'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/23-desktop-150x150.png" class="attachment-thumbnail" alt="デスクトップの準備中(Vistaと同じ)" title="デスクトップの準備中(Vistaと同じ)" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/24-firstboot' title='初回起動時のデスクトップ'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/24-firstboot-150x150.png" class="attachment-thumbnail" alt="初回起動時のデスクトップ" title="初回起動時のデスクトップ" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/25-explorer' title='エクスプローラ タイトルバーにはフィードバックボタンが付いている'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/25-explorer-150x150.png" class="attachment-thumbnail" alt="エクスプローラ タイトルバーにはフィードバックボタンが付いている" title="エクスプローラ タイトルバーにはフィードバックボタンが付いている" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/paint1' title='パワーアップしたペイント'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/paint1-150x150.png" class="attachment-thumbnail" alt="パワーアップしたペイント" title="パワーアップしたペイント" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/calc2' title='電卓には単位換算機能も付いている'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/calc2-150x150.png" class="attachment-thumbnail" alt="電卓には単位換算機能も付いている" title="電卓には単位換算機能も付いている" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/calc1' title='プログラマー向け電卓 二進数が扱いやすくなっている'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/calc1-150x150.png" class="attachment-thumbnail" alt="プログラマー向け電卓 二進数が扱いやすくなっている" title="プログラマー向け電卓 二進数が扱いやすくなっている" /></a>
<a href='http://www.bpsinc.jp/blog/archives/117/system' title='システムのプロパティ Core i7 3MHzは何かの冗談ですよね'><img width="150" height="150" src="http://www.bpsinc.jp/blog/wp-content/uploads/2009/01/system-150x150.png" class="attachment-thumbnail" alt="システムのプロパティ Core i7 3MHzは何かの冗談ですよね" title="システムのプロパティ Core i7 3MHzは何かの冗談ですよね" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.bpsinc.jp/blog/archives/117/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ネットワークエラーの解決</title>
		<link>http://www.bpsinc.jp/blog/archives/60</link>
		<comments>http://www.bpsinc.jp/blog/archives/60#comments</comments>
		<pubDate>Thu, 01 Jan 2009 15:01:17 +0000</pubDate>
		<dc:creator>baba</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ネットワーク]]></category>
		<category><![CDATA[仮想化]]></category>
		<category><![CDATA[馬場]]></category>
		<category><![CDATA[NIC]]></category>
		<category><![CDATA[仮想マシン]]></category>

		<guid isPermaLink="false">http://www.bpsinc.jp/blog/?p=60</guid>
		<description><![CDATA[仮想サーバのNICに負荷をかけるとホストマシンごと落ちる件について、現状改善したように見えるので、解決記録を書いておきます。
まず蟹が原因と思い、ヨドバシカメラにNICを買いに行きました。新春セールでポイント5％アップで [...]]]></description>
			<content:encoded><![CDATA[<p>仮想サーバのNICに負荷をかけるとホストマシンごと落ちる件について、現状改善したように見えるので、解決記録を書いておきます。</p>
<p>まず蟹が原因と思い、ヨドバシカメラにNICを買いに行きました。新春セールでポイント5％アップで幸せ気分です。<br />
本当はIntelが欲しかったけど売ってなかったので、玄人指向のGBE-PCIe(Marvell 88E8053)とGbE-PCI2(VIA VT6122)を買ってきました。PCIeが良いのでMarvellの方を使うつもりで、VIAは予備用に買いました。</p>
<p>早速Marvellに差し替えたところ、負荷をかけてもホストOSは落ちなくなりました。やっぱり蟹が原因だったみたいです。<br />
(ちなみに、NICのMACアドレスが変わった場合、Ubuntuの場合 /etc/udev/rules.d/70-persistent-net.rules を編集すれば eth0 に割り当てるなど出来ます)<br />
しかし、ホストOSは落ちないものの仮想サーバの通信は負荷をかけるとやっぱり切れてしまいます。<br />
調べてみると、eth0: out-of-sync dirty pointer というエラーを出していました。また、ifconfigをみるとエラーがたくさんあります。</p>
<p>そこで、使っていたBUFFALO製のスイッチングHUBを外して、仮想サーバ用のMarvellとRTX1000を直接つないでみたら、負荷をかけてもエラーが出なくなりました。<br />
スイッチングHUBをcorega製に変えてみても、エラーは出ませんでした。</p>
<p>つまり、RealtekのNICとBAFFALOのHUBが両方悪かったみたいです。<br />
値段だけで選ぶと痛い目に遭いますね。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bpsinc.jp/blog/archives/60/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual Server ネットワーク設定</title>
		<link>http://www.bpsinc.jp/blog/archives/45</link>
		<comments>http://www.bpsinc.jp/blog/archives/45#comments</comments>
		<pubDate>Wed, 31 Dec 2008 14:59:28 +0000</pubDate>
		<dc:creator>baba</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ネットワーク]]></category>
		<category><![CDATA[仮想化]]></category>
		<category><![CDATA[馬場]]></category>
		<category><![CDATA[仮想マシン]]></category>

		<guid isPermaLink="false">http://www.bpsinc.jp/blog/?p=45</guid>
		<description><![CDATA[相変わらずVirtual Serverネタですみません。
ネットワーク設定でちょっと戸惑ったので書いておきます。
ホストマシンにIntelのNICとRealtek(蟹)のNICを1枚ずつさして、Intelをホストマシンの [...]]]></description>
			<content:encoded><![CDATA[<p>相変わらずVirtual Serverネタですみません。<br />
ネットワーク設定でちょっと戸惑ったので書いておきます。</p>
<p>ホストマシンにIntelのNICとRealtek(蟹)のNICを1枚ずつさして、Intelをホストマシンの通信用、Realtekを仮想サーバ用にしました。(3comのNICはWindows Server 2008 x64のドライバが見つかりませんでした)<br />
Virtual PCならそのまま選べば良いんですが、Virtual ServerではIntelのNICしか選べませんでした。</p>
<div id="attachment_49" class="wp-caption alignnone" style="width: 310px"><a href="http://www.bpsinc.jp/blog/wp-content/uploads/2008/12/virtualpc1.png"><img src="http://www.bpsinc.jp/blog/wp-content/uploads/2008/12/virtualpc1-300x171.png" alt="Virtual PCならそのまま選べる" title="Virtual PC" width="300" height="171" class="size-medium wp-image-49" /></a><p class="wp-caption-text">Virtual PCならそのまま選べる</p></div><br />
<div id="attachment_50" class="wp-caption alignnone" style="width: 310px"><a href="http://www.bpsinc.jp/blog/wp-content/uploads/2008/12/virtualserver_notfound1.png"><img src="http://www.bpsinc.jp/blog/wp-content/uploads/2008/12/virtualserver_notfound1-300x118.png" alt="Virtual Serverだと1枚しか見えない" title="Virtual Server" width="300" height="118" class="size-medium wp-image-50" /></a><p class="wp-caption-text">Virtual Serverだと1枚しか見えない</p></div>
<p>Virtual Serverの場合、左のメニューの「バーチャルネットワーク」から「作成」をして、RealtekのNICを使った仮想ネットワークを作っておく必要があるみたいです。</p>
<div id="attachment_51" class="wp-caption alignnone" style="width: 310px"><a href="http://www.bpsinc.jp/blog/wp-content/uploads/2008/12/virtualserver_addnic1.png"><img src="http://www.bpsinc.jp/blog/wp-content/uploads/2008/12/virtualserver_addnic1-300x187.png" alt="Virtual Serverではネットワークを追加する" title="Virtual Server" width="300" height="187" class="size-medium wp-image-51" /></a><p class="wp-caption-text">Virtual Serverではネットワークを追加する</p></div>
<p>この後、最初のネットワークアダプタ選択画面で、今作ったバーチャルネットワークを指定すればOKです。</p>
<p>ルータにRTX1000を使っているので、LAN, WAN, DMZに割り振ってファイアウォールを設定できるようになりました。<br />
仮想サーバだけ公開用にポートを開ける、ということができて便利です。LAN-DMZでTCP/UDP 137-139を開ければ、ファイル共有も出来ます。DMZの意味が少し薄れますが。</p>
<p>しかし、順調にVirtualHost等も設定して、自宅Webサーバ稼働開始！と思った矢先に大問題が発生。<br />
仮想サーバのSambaとたくさん通信すると、ホストのWindows Server 2008 (物理サーバ)ごと落ちてしまいます。そのたびにRAIDの再構築が始まってもううんざり。<br />
たぶん蟹のせいです。お店やってるか分からないけど、蟹じゃないNIC買ってきます。。。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bpsinc.jp/blog/archives/45/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Linux on Virtual Machine まとめのようなもの</title>
		<link>http://www.bpsinc.jp/blog/archives/32</link>
		<comments>http://www.bpsinc.jp/blog/archives/32#comments</comments>
		<pubDate>Sun, 28 Dec 2008 12:48:34 +0000</pubDate>
		<dc:creator>baba</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ネットワーク]]></category>
		<category><![CDATA[仮想化]]></category>
		<category><![CDATA[馬場]]></category>
		<category><![CDATA[仮想マシン]]></category>

		<guid isPermaLink="false">http://www.bpsinc.jp/blog/?p=32</guid>
		<description><![CDATA[仮想マシン上でUbuntuServerを使えるようになりました。
Virtual Serverの設定が上手くいってからも苦労した点が多かったので、軽くまとめてみます。
最終的に落ち着いた環境は、
サーバ(仮想マシンホスト [...]]]></description>
			<content:encoded><![CDATA[<p>仮想マシン上でUbuntuServerを使えるようになりました。<br />
Virtual Serverの設定が上手くいってからも苦労した点が多かったので、軽くまとめてみます。</p>
<p>最終的に落ち着いた環境は、<br />
サーバ(仮想マシンホスト):Windows Server 2008 Standard x64 (Pentium DC E5200, 4GB RAM)<br />
仮想化:Microsoft Virtual Server 2005 R2 SP1 Enterprise<br />
ゲスト:Ubuntu Server 8.04.1<br />
操作用デスクトップマシン:Windows Vista Ultimate x64 (Core i7-920, 6GB RAM)<br />
です。</p>
<h4>仮想化ソフト選び</h4>
<p>無償のソフトから選びました。ログインしなくてもサービスで動いてほしかったので、Virtual PCやVMWare Player、VirtualBoxは除外。CPUがVT非対応なので、Hyper-VやVMWare ESXiは除外。残ったのはVirtual ServerとVMWare Serverでした。</p>
<h3>Windows Server 2008 64bitでは、VMWare Serverが使えない</h3>
<p>VistaやServer 2008の64bit版では、デバイスドライバにデジタル署名が必須です。VMWare Server 1.5を入れてみましたが、vmx86サービスがエラーになって起動できず、それに依存したVMWareの各種サービスが使えませんでした。<br />
一応、起動時にF8でオプション指定すれば行けると思いますが、ちょっとやりたくないです。<br />
結局、Virtual Serverで運用することに。</p>
<h4>Virtual Serverの苦労</h4>
<p>前の記事で書いたとおり、非ドメイン環境ではIISを入れるしか無いです。また、IIS7のデフォルトインストールだと機能が足りないので、手動で追加する必要があります。<br />
また、ActiveX版仮想マシンコンソールは、IE8だと動かないので、使えませんでした。</p>
<h4>リモートデスクトップと仮想マシンの相性の悪さ</h4>
<p>Windows Server 2008にはリモートデスクトップでアクセスしていますが、その中で仮想マシンコンソールを開くと、マウスが動きません。これの解決策は見つかりませんでした。<br />
デスクトップマシンからVMRCクライアントでアクセスする必要があります。</p>
<h4>VMRCが遅い</h4>
<p>Gigabit Ethernetで、実効100Mbps以上の環境でも、VMRC経由だとマウスがガタガタです。キーボードもKeyUpが正常にとれていないのか、ダブって入力されることが多々あり、とても使い物になりません。この時点で、X Windowを動かすのをあきらめました。</p>
<h4>ゲストOS選び</h4>
<p>Linuxには詳しくないので、無料で有名でインストールが簡単なもの、とDebian/Fedora/Ubuntuを検討しました。<br />
Debianはインストールは割と順調に終わりましたが、なぜか動作が異常に遅くて却下。<br />
Fedoraはインストールがなぜか何時間たっても終わらないので却下。<br />
消去法で、流行のUbuntuのサーバ版を入れてみることにしました。</p>
<h4>Ubuntu Serverインストール記</h4>
<p>Ubuntu Server 8.10は、なぜかインストール開始直後に止まり、使えませんでした。CPU使用率が100%のまま、何分たっても進みません。<br />
<div id="attachment_33" class="wp-caption alignnone" style="width: 310px"><a href="http://www.bpsinc.jp/blog/wp-content/uploads/2008/12/e38193e38193e381a7e6ada2e381bee3828b.png"><img src="http://www.bpsinc.jp/blog/wp-content/uploads/2008/12/e38193e38193e381a7e6ada2e381bee3828b-300x209.png" alt="ここで止まる" title="end trace 4eaa2a86a8e2da22" width="300" height="209" class="size-medium wp-image-33" /></a><p class="wp-caption-text">ここで止まる</p></div></p>
<p>デスクトップマシン上のVirtual PCだと動きましたが、サーバマシンにVirtual PCを入れてもダメでした。同じバージョンのVirtual PC上で同じISOファイルから起動しているのに不思議ですが、VTの有無等で変わるんでしょうか？原因不明です。</p>
<p>仕方ないので8.04.1をインストールすることに。<br />
そのままでは「回復できないプロセッサエラー」が出たり、画面が乱れたりしてインストールできないので、起動時に <code>noreplace-paravirt clocksource=pit vga=769</code> を追加して回避します。<br />
インストール完了してもなぜか起動しないので、もう一度ISOキャプチャしてレスキューモードに入り、シェルから<br />
# apt-get update<br />
# apt-get install linux-386<br />
# apt-get remove linux-server<br />
と大胆なコマンドでカーネルを入れ直します。<br />
再起動後、再び起動オプションに<code>noreplace-paravirt clocksource=pit vga=769</code>をつけて起動すれば、無事インストール完了です。<br />
起動時に毎回オプションつけるのはめんどくさいので、/boot/grub/menu.lst を編集して自動化します。<br />
<div id="attachment_35" class="wp-caption alignnone" style="width: 310px"><a href="http://www.bpsinc.jp/blog/wp-content/uploads/2008/12/6-menu.png"><img src="http://www.bpsinc.jp/blog/wp-content/uploads/2008/12/6-menu-300x256.png" alt="/boot/grub/menu.lst の編集" title="/boot/grub/menu.lst の編集" width="300" height="256" class="size-medium wp-image-35" /></a><p class="wp-caption-text">/boot/grub/menu.lst の編集</p></div></p>
<p>これでようやく使えるようになりました。あとはネットワークやSSHの設定をすれば、仮想マシンであることを忘れて快適(?)なputty操作です。</p>
<p>こんどNICもう一枚さして、仮想マシンを外向きのWebサーバにする予定です。</p>
<p>仮想マシンには色々苦労させられましたが（みなさん苦労しているようです 検索のヒット数がすごい）Ubuntuはなかなか使いやすくて良さそうです。一人前のシステム管理者になれるように頑張ります。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bpsinc.jp/blog/archives/32/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>続 Virtual Server 2005 on Windows Server 2008</title>
		<link>http://www.bpsinc.jp/blog/archives/26</link>
		<comments>http://www.bpsinc.jp/blog/archives/26#comments</comments>
		<pubDate>Thu, 25 Dec 2008 04:34:05 +0000</pubDate>
		<dc:creator>baba</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ネットワーク]]></category>
		<category><![CDATA[仮想化]]></category>
		<category><![CDATA[馬場]]></category>
		<category><![CDATA[仮想マシン]]></category>

		<guid isPermaLink="false">http://www.bpsinc.jp/blog/?p=26</guid>
		<description><![CDATA[やっとの思いで、Virtual Server 2005 R2 SP1 Enterprise Edition をまともに使えそうです。
VMRCPlusはきっぱりあきらめて、正統派にIISを入れることにしました。
Wind [...]]]></description>
			<content:encoded><![CDATA[<p>やっとの思いで、Virtual Server 2005 R2 SP1 Enterprise Edition をまともに使えそうです。</p>
<p>VMRCPlusはきっぱりあきらめて、正統派にIISを入れることにしました。<br />
Windows Server 2008では、サーバーマネージャから「役割の追加」でIISを追加します。わかりやすいです。</p>
<p>しかし、これだと必須コンポーネントが無いと怒られてVirtual Serverをフルインストールできません。<br />
IIS管理コンソール、管理サービス、IIS6互換管理等をインストールする必要があるみたいです。<br />
<div id="attachment_29" class="wp-caption alignnone" style="width: 215px"><a href="http://www.bpsinc.jp/blog/wp-content/uploads/2008/12/e5bdb9e589b2.png"><img class="size-medium wp-image-29" title="役割" src="http://www.bpsinc.jp/blog/wp-content/uploads/2008/12/e5bdb9e589b2-205x300.png" alt="インストールが必要な役割サービス" width="205" height="300" /></a><p class="wp-caption-text">インストールが必要な役割サービス</p></div></p>
<p>晴れてインストールが完了して、プログラムからVirtualServer管理Webサイトを開くと、401 Error。<br />
<div id="attachment_27" class="wp-caption alignnone" style="width: 310px"><a href="http://www.bpsinc.jp/blog/wp-content/uploads/2008/12/401.png"><img src="http://www.bpsinc.jp/blog/wp-content/uploads/2008/12/401-300x293.png" alt="401 Unauthorized" title="401 Unauthorized" width="300" height="293" class="size-medium wp-image-27" /></a><p class="wp-caption-text">401 Unauthorized</p></div></p>
<p>どうやら、IIS入れるときに「基本認証」「Windows認証」をインストールする必要があったみたいです。幸いWindows Server 2008は役割サービスの追加が簡単なので、早速インストール。</p>
<p>すると次はこんなメッセージが。<br />
<div id="attachment_28" class="wp-caption alignnone" style="width: 310px"><a href="http://www.bpsinc.jp/blog/wp-content/uploads/2008/12/e8aa8de8a8bce5a4b1e69597.png"><img src="http://www.bpsinc.jp/blog/wp-content/uploads/2008/12/e8aa8de8a8bce5a4b1e69597-300x125.png" alt="認証エラー" title="認証エラー" width="300" height="125" class="size-medium wp-image-28" /></a><p class="wp-caption-text">認証エラー</p></div></p>
<p>標準ユーザでログインしたのが間違いでした。Administratorでログインしたら普通に行けました。<br />
<div id="attachment_30" class="wp-caption alignnone" style="width: 310px"><a href="http://www.bpsinc.jp/blog/wp-content/uploads/2008/12/e8aa8de8a8bce68890e58a9f.png"><img src="http://www.bpsinc.jp/blog/wp-content/uploads/2008/12/e8aa8de8a8bce68890e58a9f-300x174.png" alt="正常に起動した管理Webサイト" title="正常に起動した管理Webサイト" width="300" height="174" class="size-medium wp-image-30" /></a><p class="wp-caption-text">正常に起動した管理Webサイト</p></div></p>
<p>Administratorでもダメな場合や、標準ユーザにアクセス権を与えたい場合、コンポーネントサービスから権限を与えるらしい・・んですが、今日はそこまで検証するのはやめておきます。</p>
<p>とにかく、これでリモートデスクトップ使わずにデスクトップマシンからサーバ上の仮想マシンを制御できるようになりました。ActiveXのエラーが出まくるのが気になるんですが、たぶんIE8だからですね。きっとそうだ。自分のマシン全部IE8にしちゃったから確かめようが無いんですが。</p>
<p>あとでIISのセキュリティパッチとファイアウォールを確認します。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bpsinc.jp/blog/archives/26/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMRCPlus</title>
		<link>http://www.bpsinc.jp/blog/archives/22</link>
		<comments>http://www.bpsinc.jp/blog/archives/22#comments</comments>
		<pubDate>Wed, 24 Dec 2008 16:32:43 +0000</pubDate>
		<dc:creator>baba</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ネットワーク]]></category>
		<category><![CDATA[仮想化]]></category>
		<category><![CDATA[馬場]]></category>
		<category><![CDATA[仮想マシン]]></category>

		<guid isPermaLink="false">http://www.bpsinc.jp/blog/?p=22</guid>
		<description><![CDATA[
自宅のWindows Server 2008上のVirtual Server 2005にDebianをインストールしたんですが、リモートデスクトップだとなぜかキーボードとマウスがうまく動かないので、デスクトップマシンに [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bpsinc.jp/blog/wp-content/uploads/2008/12/vmrc.jpg"><img src="http://www.bpsinc.jp/blog/wp-content/uploads/2008/12/vmrc-300x208.jpg" alt="" title="vmrc" width="300" height="208" class="alignnone size-medium wp-image-24" /></a></p>
<p>自宅のWindows Server 2008上のVirtual Server 2005にDebianをインストールしたんですが、リモートデスクトップだとなぜかキーボードとマウスがうまく動かないので、デスクトップマシンにVMRCPlusを入れてみました。</p>
<p>結果は失敗。VMRCPlusでリモートの仮想マシンを制御するには、同じドメインに参加していないとダメらしいです。そのためだけにActiveDirectory構築するのも馬鹿馬鹿しいので、ほかの方法を考えることにします。</p>
<p>VirtualPCで我慢して自動ログイン設定するか、恐怖のIISインストールするか、一度インストールで挫折したVMWareに寝返るか。。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bpsinc.jp/blog/archives/22/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual Server</title>
		<link>http://www.bpsinc.jp/blog/archives/6</link>
		<comments>http://www.bpsinc.jp/blog/archives/6#comments</comments>
		<pubDate>Fri, 05 Dec 2008 00:41:22 +0000</pubDate>
		<dc:creator>baba</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ネットワーク]]></category>
		<category><![CDATA[仮想化]]></category>
		<category><![CDATA[馬場]]></category>
		<category><![CDATA[仮想マシン]]></category>

		<guid isPermaLink="false">http://www-dev.bpsinc.jp/blog/?p=6</guid>
		<description><![CDATA[馬場です。
個人ネタも書いて良いのかな？どんなことまで書くのか決めていなかったと思うので、、
自宅のWindows Server 2008がファイルサーバだけじゃもったいないと思い、Virtual Server 2005 [...]]]></description>
			<content:encoded><![CDATA[<p>馬場です。<br />
個人ネタも書いて良いのかな？どんなことまで書くのか決めていなかったと思うので、、</p>
<p>自宅のWindows Server 2008がファイルサーバだけじゃもったいないと思い、Virtual Server 2005 R2 SP1 Enterprise Edition (長い) を入れてそこにもう1つWindows Server 2008 Server Coreを入れて、RemoteAccessServerにする計画中です。</p>
<p>Virtual PCだとLinuxで相性問題起きやすいらしい(というか経験済み)なので、Virtual Serverにしたんですが、Virtual ServerはIISを入れないと管理できないみたい。でも、Windows Server 2008のIIS7.0だとうまく設定ができない。色々やっても「必要なコンポーネントがインストールされていません」的なエラーになってしまいます。</p>
<p>色々調べてたら、どうやらVMRCplusというツールを使うとIISなしでいけるらしいので、早速入れてみたら、あっさり動きました！現在仮想マシン上にWindows Server 2008 Standard Server Coreインストール中です。Virtual Server 2005の制限で仮想マシンはx86になるのが残念だけど、メモリたくさん割り当てる気もないので、気にしないことにしました。</p>
<p>うまくいったら、今度はFedoraあたりを仮想マシンで入れてWebサーバ構築してみようと思います。<br />
<a href="http://www.bpsinc.jp/blog/wp-content/uploads/2008/12/e5908de7a7b0e69caae8a8ade5ae9a-1.jpg"><img class="alignnone size-medium wp-image-7" title="インストール中。。" src="http://www.bpsinc.jp/blog/wp-content/uploads/2008/12/e5908de7a7b0e69caae8a8ade5ae9a-1-300x245.jpg" alt="" width="300" height="245" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bpsinc.jp/blog/archives/6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

