- 论坛徽章:
- 1
|
rm -rf /etc/issue
cp /opt/workspace/suncluster3.2/ntp.conf.cluster /etc/inet/ntp.conf.cluster
devfsadm -C
svcadm -v disable /system/cluster/scsymon-srv
svcadm enable svc:/network/time:stream
主节点:
/usr/cluster/bin/scinstall -ik \
-C sc_cluster \
-F \
-T node=hostname1,node=hostname2,authtype=sys \
-A trtype=dlpi,name=e1000g1 -A trtype=dlpi,name=e1000g3 \
-B type=switch,name=switch1 -B type=switch,name=switch2 \
-m endpoint=:e1000g1,endpoint=switch1 \
-m endpoint=:e1000g3,endpoint=switch2
rdate hostname1 #备节点上执行,同步主节点的时间
备节点:
/usr/cluster/bin/scinstall -ik \
-C sc_cluster \
-N hostname1 \
-A trtype=dlpi,name=e1000g1 -A trtype=dlpi,name=e1000g3 \
-m endpoint=:e1000g1 endpoint=switch1 \
-m endpoint=:e1000g3 endpoint=switch2
eeprom local-mac-address?=true
#备节点执行
安装完VXVM后
同步主机的/etc/name_to_major中的vxio和did到备机的/etc/name_to_major |
|