다음은 scinstall 및 scstat 명령을 사용하여 단일 노드 클러스터를 설치 및 확인하는 방법에 대한 예입니다. 이 예에는 모든 패치를 설치하는 내용도 포함되어 있습니다. 자세한 내용은 scinstall(1M) 및 scstat(1M) 설명서 페이지를 참조하십시오.
# scinstall -iFo -M patchdir=/var/cluster/patches
Checking device to use for global devices file system ... done
** Installing SunCluster 3.1 framework **
...
Installing patches ... done
Initializing cluster name to "phys-schost-1" ... done
Initializing authentication options ... done
Setting the node ID for "phys-schost-1" ... done (id=1)
Checking for global devices global file system ... done
Updating vfstab ... done
Verifying that "cluster" is set for "hosts" in nsswitch.conf ... done
Adding the "cluster" switch to "hosts" in nsswitch.conf ... done
Verifying that "cluster" is set for "netmasks" in nsswitch.conf ... done
Adding the "cluster" switch to "netmasks" in nsswitch.conf ... done
Verifying that power management is NOT configured ... done
Ensure that the EEPROM parameter "local-mac-address?" is set to "true" ... done
Ensure network routing is disabled ... done
Please reboot this machine.
# reboot
# scstat -n
-- Cluster Nodes --
Node name Status
--------- ------
Cluster node: phys-schost-1 Online
# scconf -pv | grep "install mode"
Cluster install mode: disabled
|