ハイパーV取付けは-部2をトリックする: WindowsおよびハイパーV RC0の監督無しの取付け
それを描きなさい: シシリー1914年。 あなたがWindowsサーバー2008年そしてハイパーV RC0を取付け、形成する必要があるサーバーの束を持っている。 Sysprepと台なしになろうという気がしない。 何をするか。
それでこれらの事のどれも1914年になかったので、おそらくかなり安全であるが、それは実際にだれでも、そうですね今助けない?
必要とする何を、Windowsの監督無しの取付けをする方法ハイパーVであり、従ってシステムがあなたの準備ができているとき四六時中をそこに坐らせ、命令をタイプする必要がない。 あなたのために幸運、私達はそれについて既に考えてしまった。
始める前に、私は強くWindowsサーバー2008年のためのWindows AIKおよびWindowsヴィスタSP1をダウンロードすることを推薦する。 AIKは初公開Windowsにあなたのような助力管理者に関する用具そしてドキュメンテーションをちょうど大規模にとりわけ含んでいる。 AIKを使うと、ファイルする監督無しの取付けを造るのを助ける粋で小さい用具を得る(以前呼ばれる sysprep.inf、今呼ばれる unattend.xml). それをダウンロードできる ここに.
仮定
- このポストの目的のために、私は既にあると仮定しようと思っている unattend.xml 取付け時間に質問に答えるのに使用の計画ファイルしなさい。 このポストのボディでは、私は必要に応じてあなたの答えファイルに低下にあなたのためにだけXMLの片を提供する。 しかし、ちょうど皆が情報にそれらを方法得ることを確かめるために、私はあなたがこのポストの底で見つけることができる完全な、働く答えファイルを(プロダクトキーを除く、当然)付ける。
- x64サーバーのハイパーV役割を可能にすることを取扱って、RC0パッチを加えたいと思う。
- あなたのWindowsの設置媒体のUSBの監督無しの取付けをするのにキーを使用しようとしている。 容易に習慣を作成するためにそれにunattendファイルとのDVDおよびRC0 QFEを取付けなさいようにちょうどできた。 それはあなたまであるが、私はちょうどUSBのキーのためのステップと付く行っている。
ステップ
- ハイパーV RC0パッチをダウンロードしなさい。 (私達はサーバーのこれをしている、従って私達がx64パッケージだけを。使用していることを仮定している)こちらに右であるマイクロソフトのダウンロードの中心にある。 あなたのローカル機械にそれを除けばMSUを、ダウンロードすれば。
- あなたのローカル機械のワーキング・ディレクトリを作成しなさい。 私は私の物を呼ぶことを好む C:\extract.
- 高いコマンド指示から、次の命令を動かしなさい:
- Fを拡大しなさい: * <MSU file that you just downloaded> C:\extract - If you look in C:\extract, you should see two CAB files. Ignore the one named WSUSSCAN.CAB - it's the other one that you're interested in. Copy it to the root of your USB key.
- Open up your unattend.xml file and add one of the following fragments right after the <unattend /> element, but before any of the <settings /> elements
<!-- fragment for Server Full -->
<servicing>
<package
action="configure">
<assemblyIdentity
name="Microsoft-Windows-Foundation-Package"
version="6.0.6001.18000"
processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35"
language="" />
<selection
name="Microsoft-Hyper-V"
state="true" />
<selection
name="Microsoft-Hyper-V-Management-Clients"
state="true" />
</package>
<package
action="install">
<assemblyIdentity
name="Package_for_KB949219"
version="6.0.1.2"
processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35"
language="neutral" />
<source
location="E:\Windows6.0-KB949219-x64.cab" />
</package>
</servicing>
-or- <!-- fragment for Server Core --> - Make sure you change the location of the CAB file to point to your USB Key drive (this takes some doing, depending on your hard drive configuration).
- Save the unattend.xml file to your USB key as "autounattend.xml".
- Go test it out. Pop a Windows installation DVD into one of your servers and plug in the USB Key that you copied all of your unattend files to. If you had the unattend file answer all of the questions during setup, the installation should just start without you having to do anything.
- Once you're at the desktop of your new Windows installation, go check in the Programs applet in the Control Panel. If you look at installed updates, you should see KB949219 - the Hyper-V RC0 QFE.
<servicing>
<package
action="configure">
<assemblyIdentity
name="Microsoft-Windows-ServerCore-Package"
version="6.0.6001.18000"
processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35"
language="" />
<selection
name="Microsoft-Hyper-V"
state="true" />
</package>
<package
action="install">
<assemblyIdentity
name="Package_for_KB949219"
version="6.0.1.2"
processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35"
language="neutral" />
<source
location="E:\Windows6.0-KB949219-x64.cab" />
</package>
</servicing>
Written by mikekol. Read more great feeds at is source WEBSITE
no comments.
Read more articles on Hyper-V RC0 and Hyper-V How To and otherSoftware and Microsoft Hyper-V.
- [+] Digg: Feature this article
- [+] Del.icio.us: Bookmark this article
- [+] Furl: Bookmark this article














