Exchange.Management.PowerShell.Admin
Move-StorageGroupPath ???First Storage Group??? -LogFolderPath
$Disk3_Drive.Insert($Disk3_Drive.Length,???\Logs???
cluster resource ???First Storage Group/Mailbox Database ($Cluster_MBX_Name)??? /online
NodeB
(The network interfaces should be configured before MSCS is installed on the first
node).
$Interface1=???Local Area Connection???
$Interface1_New=???Public???
$Interface2=???Local Area Connection 2???
$Interface2_New=???Private???
$IP=???10.10.10.2???
$Subnet=???255.255.255.0???
(continued)
Part III: Working with PowerShell in a Production Environment
388
netsh interface set interface name = ???$Interface1??? newname = ???$Interface1_New???
netsh interface set interface name = ???$Interface2??? newname = ???$Interface2_New???
netsh interface ip set address name=???$Interface2_New??? source=static ???$IP??? ???$Subnet???
netsh interface ip set dns name=???$Interface2_New??? static none none
netsh interface set interface ???$Interface2_New??? enable
$Install_Directory=???C:\EX2007???
Cd $Install_Directory
./Setup.com /role:m
Summary
This chapter described the implementation and management of a two - node SCC cluster. The first half of
the chapter described the individual components and how through PowerShell these install steps are
automated.
Pages:
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537