This QSG shows how to create a same Website on 2 nodes which are Windows and clustered with Mirror Disk.
- Failover group1
- md1
- Data Partition: E drive
- Cluster Partition: X drive
- cifs1
- Execute the automatic saving of shared configuration of drive: Check
- Target Drive: E drive
- Shared Configuration File: E:\shared.conf
- fip1
- 192.168.11.101
- service1
- Service Name: World Wide Web Publishing Service
- Do not assume it as an error when the service is already started: Check
- md1
- Failover group2
- fip2
- 192.168.11.201
- service2
- Service Name: World Wide Web Publishing Service
- Do not assume it as an error when the service is already started: Check
- fip2
On both nodes
- Create partitions for Mirror Disk.
- Install EXPRESSCLUSTER X.
- Register EXPRESSCULSTER licenses.
On both nodes
- Start Server Manager and Add roles and features
- Install Web Server (IIS)
On Primary node
- Create a cluster
- Failover group1
- md1
- cifs1
- Execute the automatic saving of shared configuration of drive: Check
- Target Drive: E: drive
- Shared Configuration File: E:\shared.conf
- fip1
- 192.168.11.101
- service1
- Service Name: World Wide Web Publishing Service
- Do not assume it as an error when the service is already started: Check
- Failover group2
- fip2
- 192.168.11.201
- service2
- Service Name: World Wide Web Publishing Service
- Do not assume it as an error when the service is already started: Check
- fip2
- Apply the config
On Primary node
- Create a folder for IIS
e.g.) E:\IIS_root - Share the folder for both cluster nodes user accounts
On Active Server
-
Start IIS Manager
-
Remove Default Site
-
Add 2 Websites
- Website 1
- Physical Path: \192.168.11.101\IIS_root (The shared folder)
- "Connect as" button -> "Specific user" -> Set user name and password to access the shared folder "E:\IIS_root"
- "Test Settings" button
* If IIS shows connection errors, check the shared folder is accessible or not. - Binding IP address: 192.168.11.101 (fip1)
- Website 2
- Physical Path: \192.168.11.101\IIS_root (The shared folder)
- "Connect as" button -> "Specific user" -> Set user name and password to access the shared folder "E:\IIS_root"
- "Test Settings" button
* If IIS shows connection errors, check the shared folder is accessible or not. - Binding IP address: 192.168.11.201 (fip2)
- Website 1
-
Move failover group
-
Do the same as step 1-3
- 2 ノードクラスタの現用系と待機系で、IIS で同じ Web site を立ち上げる。
- IIS が参照するのは cifs 共有されてる md。
- 同じサイトを複数サーバで起動する構成。
- PP ガイドだと script リソースでやってるけど(FO 時に IIS の再起動はいる)、IIS の再起動なくても良さそうなので、サービスリソースで既に活性してる場合無視設定。(FO 時に、クライアント側でブラウザの再読み込みが必要なのを、IIS の再起動入れると解消できたりする?)
- FTP サービスは試してないけど、同じ方式で行ける気がする。