From f2e29df58193336fea026f1a48ccdacbec117544 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 25 Aug 2014 07:47:00 +0000 Subject: [PATCH] Update appendix about Windows support following Windows 2012 R2 support https://bugzilla.novell.com/show_bug.cgi?id=893140 git-svn-id: http://svn.suse.de/svn/doc/trunk/cloud/en@59499 2463f871-af05-0410-bd21-ebfa852e3ce4 --- xml/depl_hyperv.xml | 69 ++++++++++++++++++++++++--------------------- 1 file changed, 37 insertions(+), 32 deletions(-) diff --git a/xml/depl_hyperv.xml b/xml/depl_hyperv.xml index 365c77666..c6534d2ce 100644 --- a/xml/depl_hyperv.xml +++ b/xml/depl_hyperv.xml @@ -12,10 +12,11 @@ Setting up a Netboot Environment for Microsoft* Windows - Setting up &compnode;s running Microsoft &hyper; Server or Windows Server - 2012 requires to configure the &admserv; to be able to provide the netboot - environment for node installation. The environment is generated from a - machine running Microsoft &hyper; Server or Microsoft Windows Server 2012. + Setting up &compnode;s running Microsoft Windows Server 2012 R2, Microsoft + Windows Server 2012, Microsoft &hyper; Server 2012 R2 or Microsoft &hyper; + Server 2012 requires to configure the &admserv; to be able to provide the + netboot environment for node installation. The environment is generated from + a machine running Microsoft Windows Server or Microsoft &hyper; Server. Requirements @@ -28,14 +29,15 @@ - Provide a separate machine running Microsoft Windows Server 2012 or - Microsoft &hyper; Server. The machine must be able to access the + Provide a separate machine running Microsoft Windows Server 2012 R2, + Microsoft Windows Server 2012, Microsoft &hyper; Server 2012 R2 or + Microsoft &hyper; Server 2012. The machine must be able to access the &admserv; and the Internet. - Install Samba (package samba + Install Samba (package samba) and the Microsoft &hyper; tools (package hyper-v) on the &admserv;. @@ -61,24 +63,10 @@ linkend="app.deploy.hyperv.requirements"/> are met. - - - This step is only required if you are running &hyper; Server—skip - it, if you are running Windows Server 2012. - - - Add the following line to the /etc/fstab: - - /srv/tftpboot/hyperv-6.2 /srv/tftpboot/windows-6.2 bind bind - - and mount the directory you added: - - mount /srv/tftpboot/windows-6.2 - If you have more than one hard disk, edit - /srv/tftpboot/adk-tools/build_winpe.ps1and adjust + /srv/tftpboot/adk-tools/build_winpe.ps1 and adjust the value for $install_media accordingly. @@ -121,15 +109,15 @@ rcnmb start Once Samba is properly configured on the &admserv;, log in to the machine - running Microsoft Windows Server 2012 or Microsoft &hyper; Server and - generate the environment: + running Microsoft Windows Server or Microsoft &hyper; Server and generate + the environment: Netboot Environment Generation - Log in to the Microsoft Windows Server 2012 or Microsoft &hyper; Server + Log in to the Microsoft Windows Server or Microsoft &hyper; Server machine. Connect the device name X: to the Samba share \\crowbar\reminst configured on the &admserv; (which is named crowbar by default) in the @@ -142,15 +130,18 @@ rcnmb start Device X: contains a directory X:\adk-tools with image creation scripts for - either &hyper; (build_winpe_hyperv-6.2.ps1) or - Windows Server (build_winpe_windows-6.2.ps1). + either Windows Server 2012 R2 + build_winpe_windows-6.3.ps1), Windows Server 2012 + (build_winpe_windows-6.2.ps1), &hyper; Server 2012 R2 + (build_winpe_hyperv-6.3.ps1) or &hyper; Server 2012 + (build_winpe_hyperv-6.2.ps1). Build the image by running the following commands on the command line: - &hyper; Server + Windows Server 2012 R2 -powershell -ExecutionPolicy Bypass x:\adk-tools\build_winpe_hyperv-6.2.ps1 +powershell -ExecutionPolicy Bypass x:\adk-tools\build_winpe_windows-6.3.ps1 @@ -159,6 +150,18 @@ rcnmb start powershell -ExecutionPolicy Bypass x:\adk-tools\build_winpe_windows-6.2.ps1 + + &hyper; Server 2012 R2 + +powershell -ExecutionPolicy Bypass x:\adk-tools\build_winpe_hyperv-6.3.ps1 + + + + &hyper; Server 2012 + +powershell -ExecutionPolicy Bypass x:\adk-tools\build_winpe_hyperv-6.2.ps1 + + Executing the script requires Internet access, because additional @@ -169,9 +172,11 @@ rcnmb start After the netboot environment is set up, you can choose either - Windows Server 2012 or Hyper-V Server - 2012 as the Target Platform for newly - discovered nodes from the Node Dashboard. + Windows Server 2012 R2, Windows Server + 2012, Hyper-V Server 2012 R2 or + Hyper-V Server 2012 as the Target + Platform for newly discovered nodes from the Node + Dashboard.