Book Image

Windows Server 2016 Cookbook

By : Jordan Krause
Book Image

Windows Server 2016 Cookbook

By: Jordan Krause

Overview of this book

This hands-on Cookbook is stuffed full of practical recipes that will help you handle the essential administrative tasks in Windows Server 2016. You’ll start by familiarizing yourself with the look and feel of Windows Server 2016, and will then learn how to navigate through some daily tasks using the graphical interface. You will see how to compose optimal Group Policies and facilitate task automation with PowerShell 5.0 scripting. We will also take a look at the functions available to provide remote network access to your traveling users, and explore the much anticipated Nano Server and Hyper-V built-in integration support that is brand new in Windows Server 2016. By the end of this book, you will know how to take your Windows Server 2016-powered server and turn it into any common infrastructure role that might be required in your company.
Table of Contents (18 chapters)
Windows Server 2016 Cookbook
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface

Configuring an iSCSI initiator connection


Turning on your first iSCSI target is great, but so far you aren't using that storage for anything. Let's take it a step further and connect a server to that storage so that it can start to be used. The device connecting to an iSCSI target is called an iSCSI initiator. We are going to take a file server in our environment and configure it to connect over the network using iSCSI to our target server. When finished, we will have a new hard disk attached to our server, even though it is really just block storage from the iSCSI target that is being accessed via the network.

Getting ready

We have already configured one Windows Server 2016 to be an iSCSI target, and are now configuring a second 2016 box as our iSCSI initiator that will be connecting to the target.

How to do it…

Follow along to create the iSCSI initiator connection on our FILE2 server:

  1. Launch Server Manager. Open up the Tools menu and choose iSCSI Initiator.

  2. If you have never tried using iSCSI...