WEB开发网
开发学院数据库Oracle 在HP-UX及AIX和RHEL的安装的Oracle 11gR2 RAC 阅读

在HP-UX及AIX和RHEL的安装的Oracle 11gR2 RAC

 2012-05-13 15:31:48 来源:WEB开发网   
核心提示:export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/rdbms/lib:/lib:/usr/libexport CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib:$ORACLE_
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/rdbms/lib:/lib:/usr/lib
export CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib:$ORACLE_HOME/network/jlib
export NLS_LANG=american_america.ZHS16GBK
export ORACLE_PATH=/home/oracle
#/usr/local/bin/bash
if [ -t 0 ]; then
stty intr ^C
fi
umask 022
 
#For the Bourne, Bash, or Korn shell, add lines similar to the following to the /etc/profile file:
 
if [ $USER = "oracle" ] || [ $USER = "grid" ]; then
        if [ $SHELL = "/bin/ksh" ]; then
              ulimit -p 16384
              ulimit -n 65536
        else
              ulimit -u 16384 -n 65536
        fi
        umask 022
fi
 
 
2.6.       配置命名方案
修改/etc/hosts文件内容,设置IP和主机名称。
11.1.1.2   node2
1.1.1.2    node2-priv
11.1.1.12   node2-vip
11.1.1.21   r-cluster-scan
11.1.1.1   node1
1.1.1.1    node1-priv
11.1.1.11   node1-vip
127.0.0.1       localhost       loopback
3存储设置
3.1 HP-UX 存储设置
EVA配置页面:
https://15.70.146.40:2373/
You must have space available on Automatic Storage Management for Oracle Clusterware files (voting disks and Oracle Cluster Registries), and for Oracle Database files, if you install standalone or Oracle Real Application Clusters Databases. Creating Oracle Clusterware files on block or raw devices is no longer supported for new installations.
Note:
When using Oracle Automatic Storage Management (Oracle ASM) for either the Oracle Clusterware files or Oracle Database files, Oracle creates one Oracle ASM instance on each node in the cluster, regardless of the number of databases.
 
Oracle Clusterware voting disks are used to monitor cluster node status, and Oracle Cluster Registry (OCR) files contain configuration information about the cluster. You can place voting disks and OCR files either in an ASM diskgroup, or on a cluster file system or shared network file system. Storage must be shared; any node that does not have access to an absolute majority of voting disks (more than half) will be restarted
If you create a diskgroup during installation, then it must be at least 2 GB.
If you are sure that a suitable disk group does not exist on the system, then install or identify appropriate disk devices to add to a new disk group. Use the following guidelines when identifying appropriate disk devices:

上一页  5 6 7 8 9 10 11 12 13 14 15  下一页

Tags:HP UX AIX

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接