Create private cloud with Hyper-V (Part 2)
TipsMake.com - The article will continue to mention the steps to build a private cloud by focusing on the procedure of creating executable image files to be used in the cloud.
>>> Create private cloud with Hyper-V (Part 1)
Introduce
Part 1 of this series showed you how to download, install, and configure the Microsoft Deployment Toolkit. Now that we have created a deployment share, it's time to start creating some image files of the operating system that we can master in that folder.
Additional operating systems
Adding the operating system to the public folder is very simple. When you go into the previously created public folder, you will see that the public folder contains a subdirectory called Operating Systems. Right-click the folder and select New Folder from the context menu. The new folder creation window is launched.
The initial screen will require naming and description for the folder. Here we name the folder Windows Server 2008 R2 . Then, click Next . Check the information entered in the summary screen and click Next . When Windows finishes creating the folder, click Next .
After creating the directory for the operating system, create any additional folders that you may need. In this article, we will create a Windows Server 2008 R2 folder and a Windows 7 folder.
Next, import the operating system files into the created folder. Insert the installation disk of the operating system you want to import into the machine, right-click the created folder and select Import Operating System from the context menu. Windows will launch the Import Operating System Wizard installation window.
The first screen requires providing the type of operating system you want to add. Select the Full Set of Source Files option and click Next. Next, point to the source file by pointing to the DVD drive.
Click Next to name the destination folder. The destination directory is advertised automatically and by default may be appropriate for your purpose. In this article, the destination directory auto-program is Windows Server 2008 R2x64.
Click Next to see general information about the options we have provided. Assuming everything is fine, click Next . The program will now import the operating system from the installation media. The completion time depends on the server configuration and the operating system selected. Once completed, all different Windows versions are listed in the corresponding folder.
Building task sequence (task sequence)
Next, we will deploy a virtual machine management server and some Hyper-V master servers. However, there is no need to manually create these servers because we have created an executable image file. The final executable image files are used to create virtual machines inside the private cloud, but now we can use it to build the virtual cloud infrastructure as well. The first step is to build the task sequence used to execute a generic Windows Server 2008 R2 machine.
To create this task sequence, go to the public folder and then right-click on the Task Sequences folder. Select New Folder from the context menu and then use the installation window to create a folder called OS Install. When the folder is created, right-click the folder and select New Task Sequence from the context menu.
Windows will now launch the Task Sequence installation window. First, we have to grant an identifier for the task that is being created and named. In this article, we name the task sequence as Windows Server 2008 R2 and use the ID as W2K8R2G.
After entering the name and ID, click Next . The program will ask what type of task template you want to use. Select the Standard Server Task Sequence option and click Next .
Now, select the operating system you want to perform as part of the task and click Next . The screen then gives the option to specify a product key. If there are multiple activation keys for Windows Server 2008 R2, enter here. If not, select the option to not specify the product key at this time.
Click Next to enter your username, organization name and homepage for Internet Explorer. Enter information and click Next . Next, you must enter the local admin password that will be used on the servers deployed from this image file.
Click Next to review the task sequence options. If all is right, click Next to create the string. When the process is complete, click Finish . You will see a new task sequence listed in the OS Install folder.
As mentioned earlier, we will use executable image files to build our own cloud infrastructure and finally create virtual machines in the cloud. Since we are going to use image files to help create our own cloud infrastructure, we need a series of tasks that can be used to deploy a Hyper-V server.
Now, create a task sequence like the one we just created. The difference is that this name and string ID reflects that it will be used to deploy Hyper-V master servers. The next section will show you how to change the task sequence to allow you to complete the desired task.
Conclude
Now we have created some executable image files. It's time to make some minor changes to the task sequences and then start deploying the infrastructure servers.
You should read it
- Create private cloud with Hyper-V (Part 3)
- Create private cloud with Hyper-V (Part 5)
- How to set up Windows Deployment Services on Windows Server 2016
- Learn about Public Cloud, Private Cloud and Hybrid Cloud
- Multicloud - a new step in cloud computing technology
- Steps to prepare for installing Windows Server 2008
- Cloud computing can develop in a relatively different direction in the next few years
- Learn about Cloud Computing
May be interested
- Learn about Public Cloud, Private Cloud and Hybrid Cloudthere are many different ways to deploy and exploit cloud computing resources.
- Instructions for using Hyper-V on Windows 8 (Part 1)one of the new features on windows that is most noticeable is the hyper-v virtualization program to meet users' need to create windows virtual machines. the article will guide readers to activate and use the program on windows 8.
- How to create a shortcut Hyper-V Manager in Windows 10hyper-v, which allows running virtualized computing systems on physical servers. this tutorial will show you how to create a hyper-v manager shortcut in windows 10.
- Virtual network for Hyper-V - Part 2in part 2 of this series, i will continue the discussion by talking about virtual networking on hyper-v by studying the communication between partitions.
- How to enable and use Hyper-V on Windows 10windows 10 is equipped with hyper-v to help users create virtual machines directly without using third-party software. let's see how to activate and use hyper-v on windows 10 through the simple steps below.
- How to rename Hyper-V virtual machines using PowerShell and Hyper-V Managersometimes when you create a hyper-v virtual machine, you must give it a name and sometimes the naming is incorrect or simply you no longer want to use that name. this article will provide three methods to rename a hyper-v virtual machine to your liking.
- Multicloud - a new step in cloud computing technologyyou may think that 'multicloud' and 'hybrid coud' are the same, but no, they are different stages in the development of cloud computing.
- Create virtual machines in Hyper-V on Windows Server 2008after hyper-v is installed, the first thing to do here is to create a virtual machine - virtual machine. in the following article, we will introduce you to some basic steps to do this, with the general implementation process almost just clicking next> next> finish.
- How to create and use Hyper-V checkpoints in Windows 10checkpoint is a powerful feature of hyper-v, making it easy to undo all changes on a virtual machine.
- Instructions for installing Hyper-Vto install hyper-v, open the server manager tool and click the add roles link. next, in the select server roles dialog box, click on the hyper-v role. at this point, follow the step-by-step instructions to install hyper-v on the server.