20
USING ISCSI CAKE WITH WINDOWS 2008 CLUSTER Dec., 2008, Youngzsoft

USING ISCSI CAKE WITH WINDOWS 2008 CLUSTERWindows 2008 cluster. Figure 1 is the system setup which consists of 4 computers: A Windows XP as ISCSI Cake server. A Windows Server 2008

  • Upload
    others

  • View
    6

  • Download
    0

Embed Size (px)

Citation preview

Page 1: USING ISCSI CAKE WITH WINDOWS 2008 CLUSTERWindows 2008 cluster. Figure 1 is the system setup which consists of 4 computers: A Windows XP as ISCSI Cake server. A Windows Server 2008

USING ISCSI CAKE

WITH WINDOWS 2008 CLUSTER

Dec., 2008, Youngzsoft

Page 2: USING ISCSI CAKE WITH WINDOWS 2008 CLUSTERWindows 2008 cluster. Figure 1 is the system setup which consists of 4 computers: A Windows XP as ISCSI Cake server. A Windows Server 2008

ISCSI Cake (CCDisk) Using iSCSI Cake with Windows 2008 Cluster

2

CONTENTS

Introduction ......................................................................................................................................... 3

Setup iSCSI Cake ................................................................................................................................... 4

Setup Windows 2008 cluster ............................................................................................................... 6

Connect iSCSI Cake server ............................................................................................................. 6

Setup network ............................................................................................................................... 9

Add cluster feature ...................................................................................................................... 12

Contact ............................................................................................................................................... 20

Page 3: USING ISCSI CAKE WITH WINDOWS 2008 CLUSTERWindows 2008 cluster. Figure 1 is the system setup which consists of 4 computers: A Windows XP as ISCSI Cake server. A Windows Server 2008

ISCSI Cake (CCDisk) Using iSCSI Cake with Windows 2008 Cluster

3

INTRODUCTION

Microsoft Windows 2008 Server provides Failover Clustering to supports high availability. iSCSI

Cake is a standard iSCSI target which supports a variety of storage resources including disk,

partition, VMDK file, and image file. This paper provides instructions of configuring iSCSI Cake and

Windows 2008 cluster.

Figure 1 is the system setup which consists of 4 computers:

A Windows XP as ISCSI Cake server.

A Windows Server 2008 Enterprise as domain controller. (On ESX server)

Two Windows Server 2008 Enterprise as cluster node1 and node2. (On ESX server)

Figure 1. System setup.

Page 4: USING ISCSI CAKE WITH WINDOWS 2008 CLUSTERWindows 2008 cluster. Figure 1 is the system setup which consists of 4 computers: A Windows XP as ISCSI Cake server. A Windows Server 2008

ISCSI Cake (CCDisk) Using iSCSI Cake with Windows 2008 Cluster

4

SETUP ISCSI CAKE

Download the latest version from http://www.iscsicake.com, install it with default settings. Click

“New disk” button to add an iSCSI disk. A new VMDK file G:\filedisk will be created with 100GB

capacity. Check “Enable super client” and “Disable CHAP” to simplify following instructions. This

disk works as S: drive. And add another 1GB disk for Q: drive.

Page 5: USING ISCSI CAKE WITH WINDOWS 2008 CLUSTERWindows 2008 cluster. Figure 1 is the system setup which consists of 4 computers: A Windows XP as ISCSI Cake server. A Windows Server 2008

ISCSI Cake (CCDisk) Using iSCSI Cake with Windows 2008 Cluster

5

This is the main interface with the new iSCSI disks

Page 6: USING ISCSI CAKE WITH WINDOWS 2008 CLUSTERWindows 2008 cluster. Figure 1 is the system setup which consists of 4 computers: A Windows XP as ISCSI Cake server. A Windows Server 2008

ISCSI Cake (CCDisk) Using iSCSI Cake with Windows 2008 Cluster

6

SETUP WINDOWS 2008 CLUSTER

Setup a domain controller first because Failover Cluster must be setup under domain user. For

more information on how to set Active Directory Domain Service refer to

http://technet.microsoft.com/en-us/library/cc755258.aspx.

Install Windows 2008 server on node1 and node2. Add node1 and node2 to domain using

username cluster1 and cluster2. Cluster1 and cluster2 should be in the Administrators group of

domain controller as well as of their local machine respectively. We also need to add cluster1 to

cluster2’s Administrators group because we will create cluster on node1.

CONNECT ISCSI CAKE SERVER

On node1, find iSCSI initiator in Administrative Tools. Add target portal which is 192.168.1.15 in

this example setup.

Page 7: USING ISCSI CAKE WITH WINDOWS 2008 CLUSTERWindows 2008 cluster. Figure 1 is the system setup which consists of 4 computers: A Windows XP as ISCSI Cake server. A Windows Server 2008

ISCSI Cake (CCDisk) Using iSCSI Cake with Windows 2008 Cluster

7

Logon target.

Page 8: USING ISCSI CAKE WITH WINDOWS 2008 CLUSTERWindows 2008 cluster. Figure 1 is the system setup which consists of 4 computers: A Windows XP as ISCSI Cake server. A Windows Server 2008

ISCSI Cake (CCDisk) Using iSCSI Cake with Windows 2008 Cluster

8

Enter Server Manager->Storage->Disk Management. Bring two new disk online, create and quick

format them as NTFS partition. You may need to change their drive letter to Q: and S: respectively.

Repeat above procedures on the second node.

Page 9: USING ISCSI CAKE WITH WINDOWS 2008 CLUSTERWindows 2008 cluster. Figure 1 is the system setup which consists of 4 computers: A Windows XP as ISCSI Cake server. A Windows Server 2008

ISCSI Cake (CCDisk) Using iSCSI Cake with Windows 2008 Cluster

9

SETUP NETWORK

Setup public network on node1 and node2 to communicate with Domain controller and iSCSI Cake

server.

Page 10: USING ISCSI CAKE WITH WINDOWS 2008 CLUSTERWindows 2008 cluster. Figure 1 is the system setup which consists of 4 computers: A Windows XP as ISCSI Cake server. A Windows Server 2008

ISCSI Cake (CCDisk) Using iSCSI Cake with Windows 2008 Cluster

10

Setup private network for heart-beat connection.

Page 11: USING ISCSI CAKE WITH WINDOWS 2008 CLUSTERWindows 2008 cluster. Figure 1 is the system setup which consists of 4 computers: A Windows XP as ISCSI Cake server. A Windows Server 2008

ISCSI Cake (CCDisk) Using iSCSI Cake with Windows 2008 Cluster

11

Page 12: USING ISCSI CAKE WITH WINDOWS 2008 CLUSTERWindows 2008 cluster. Figure 1 is the system setup which consists of 4 computers: A Windows XP as ISCSI Cake server. A Windows Server 2008

ISCSI Cake (CCDisk) Using iSCSI Cake with Windows 2008 Cluster

12

ADD CLUSTER FEATURE

Login node1 as domain user, .open Server Manager, right click Features to add features. Check

Failover Clustering to install it on node1. Install Failover Clustering on node2 too.

Page 13: USING ISCSI CAKE WITH WINDOWS 2008 CLUSTERWindows 2008 cluster. Figure 1 is the system setup which consists of 4 computers: A Windows XP as ISCSI Cake server. A Windows Server 2008

ISCSI Cake (CCDisk) Using iSCSI Cake with Windows 2008 Cluster

13

On node1, open Administrative Tools->Failover Cluster Management.

Page 14: USING ISCSI CAKE WITH WINDOWS 2008 CLUSTERWindows 2008 cluster. Figure 1 is the system setup which consists of 4 computers: A Windows XP as ISCSI Cake server. A Windows Server 2008

ISCSI Cake (CCDisk) Using iSCSI Cake with Windows 2008 Cluster

14

Create cluster, and enter the name of node1 and node2.

Page 15: USING ISCSI CAKE WITH WINDOWS 2008 CLUSTERWindows 2008 cluster. Figure 1 is the system setup which consists of 4 computers: A Windows XP as ISCSI Cake server. A Windows Server 2008

ISCSI Cake (CCDisk) Using iSCSI Cake with Windows 2008 Cluster

15

Enter the name of the cluster and its public IP address.

Page 16: USING ISCSI CAKE WITH WINDOWS 2008 CLUSTERWindows 2008 cluster. Figure 1 is the system setup which consists of 4 computers: A Windows XP as ISCSI Cake server. A Windows Server 2008

ISCSI Cake (CCDisk) Using iSCSI Cake with Windows 2008 Cluster

16

We do not do validation test here.

Page 17: USING ISCSI CAKE WITH WINDOWS 2008 CLUSTERWindows 2008 cluster. Figure 1 is the system setup which consists of 4 computers: A Windows XP as ISCSI Cake server. A Windows Server 2008

ISCSI Cake (CCDisk) Using iSCSI Cake with Windows 2008 Cluster

17

Here is the confirmation.

Page 18: USING ISCSI CAKE WITH WINDOWS 2008 CLUSTERWindows 2008 cluster. Figure 1 is the system setup which consists of 4 computers: A Windows XP as ISCSI Cake server. A Windows Server 2008

ISCSI Cake (CCDisk) Using iSCSI Cake with Windows 2008 Cluster

18

iSCSI Disks are reserved by cluster and no longer available to local node.

Page 19: USING ISCSI CAKE WITH WINDOWS 2008 CLUSTERWindows 2008 cluster. Figure 1 is the system setup which consists of 4 computers: A Windows XP as ISCSI Cake server. A Windows Server 2008

ISCSI Cake (CCDisk) Using iSCSI Cake with Windows 2008 Cluster

19

Cluster storage shows up.

Page 20: USING ISCSI CAKE WITH WINDOWS 2008 CLUSTERWindows 2008 cluster. Figure 1 is the system setup which consists of 4 computers: A Windows XP as ISCSI Cake server. A Windows Server 2008

ISCSI Cake (CCDisk) Using iSCSI Cake with Windows 2008 Cluster

20

CONTACT

iSCSI Cake(CCDisk)

Youngzsoft

Product Page: http://www.iscsicake.com/

Company Page: http://www.youngzsoft.net/

Email: [email protected]