|
安装了c编译环境之后
# ./root.sh
WARNING: directory '/oracle/app/oracle' is not owned by root
WARNING: directory '/oracle/app' is not owned by root
WARNING: directory '/oracle' is not owned by root
Checking to see if Oracle CRS stack is already configured
Checking to see if any 9i GSD is up
Setting the permissions on OCR backup directory
Setting up NS directories
Oracle Cluster Registry configuration upgraded successfully
WARNING: directory '/oracle/app/oracle' is not owned by root
WARNING: directory '/oracle/app' is not owned by root
WARNING: directory '/oracle' is not owned by root
clscfg -install -nn nodeA,nodeAnum,nodeB,nodeBnum... -o crshome
-l languageid -c clustername -q votedisk
[-t p1,p2,p3,p4] [-pn privA,privAnum,privB,privBnum...]
[-hn hostA,hostAnum,hostB,hostBnum...]
-o crshome - directory CRS is installed in
-q votedisk - path to the CSS voting disk
-c clustername - name of the cluster. 1-14 character string
-l languageid - Oracle localization language id.
e.g. AMERICAN_AMERICA.WE8ASCII37C
-nn name,num - nodename list in pairs of nodename,nodenumber
If OS clusterware is installed see vendor docs.
e.g. node1,1,node2,2,node4,4
-pn name,num - Defines private interconnect names for nodes already
specified with the -nn flag.
Defaults to the nodename if not specified.
-hn name,num - Defines hostnames for nodes specified with the -nn
flag in the same format as above.
Defaults to the nodename if not specified.
-t p1,p2,p3,p4 - Specifies TCP ports to be used by the CRS daemons
on the private interconnect.
default ports: 49895,49896,49897,49898
-force Forces overwrite of any previous configuration.
WARNING: Using this tool may corrupt your cluster configuration. Do not
use unless you positively know what you are doing.
Failed to initialize Oracle Cluster Registry for cluster 0 |
|