使用 Sun Cluster 命令行界面对第二个节点执行故障转移。
例如:
# /usr/cluster/bin/scswitch -z -g CAL-CS1-RG -h Node2
通过添加以下示例中所示的参数来编辑配置文件 ics.conf。
在开始此步骤前备份 ics.conf 文件。
! The following changes were made to configure Calendar Server ! Highly Available ! local.server.ha.enabled="yes" local.server.ha.agent="SUNWscics" service.http.listenaddr="IPAddressCS1" local.hostname="LOG-HOST-CS1-RS" local.servername="LOG-HOST-CS1-RS" service.ens.host="LOG-HOST-CS1-RS" service.http.calendarhostname="LOG-HOST-CS1-RS-Domain.com" local.autorestart="yes" service.listenaddr = "IPAddressCS1"
service.http.calendarhostname 的预期值为全限定主机名。
使用 Sun Cluster 命令行界面创建 Calendar Server 资源组。
创建并启用日历资源组。
例如:
./scrgadm -a -j CAL-SVR-CS1-RS -g CAL-CS1-RG -t SUNW.scics -x ICS_serverroot=/cal-svr-baseCS1 -y Resource_dependencies=CAL-HASP-CS1-RS,LOG-HOST-CS1-RS ./scrgadm -e -j CAL-SVR-CS1-RS
使用 Sun Cluster 命令行界面测试是否已成功创建 Calendar Server 资源组,对第一个节点(主节点)执行故障转移。
例如:
./scswitch -z -g CAL-CS1-RG -h Node1