下载后可任意编辑Oracle 11gRAC 实施文档1). Hardware RequirementsAll hardware Requirements is OK!2)You are free to change the IP addresses to suit your network, but remember to stay consistent with those adjustments throughout the rest of the article.Once the basic installation is complete, install the following packages whilst logged in as the root user. This includes the 64-bit and 32-bit versions of some packages.cd /media/GHOST/Packages#注意/media/GHOST/Packages 为 RHEL 安装目录,根据实际情况进行调整。有些包需要从网上下载。rpm -Uvh binutils-2.*rpm -Uvh compat-libstdc++-33*rpm -Uvh elfutils-libelf-0.*rpm -Uvh elfutils-libelf-devel-*rpm -Uvh gcc-4.*rpm -Uvh gcc-c++-4.*rpm -Uvh glibc-2.*rpm -Uvh glibc-common-2.*rpm -Uvh glibc-devel-2.*rpm -Uvh glibc-headers-2.*rpm -Uvh ksh-2*rpm -Uvh libaio-0.*rpm -Uvh libaio-devel-0.*rpm -Uvh libgcc-4.*rpm -Uvh libstdc++-4.*yum install libstdc*rpm -Uvh libstdc++-devel-4.*rpm -Uvh make-3.*rpm -Uvh sysstat*rpm -Uvh unixODBC-2.*rpm -Uvh unixODBC-devel-2.*下载后可任意编辑# Install the following package from the Oracle grid media.cd /home/oracle/grid/rpmrpm -Uvh cvuqdisk*3)1. Create OS groups using the command below. Enter these commands as the 'root' user:#/usr/sbin/groupadd -g 501 oinstall#/usr/sbin/groupadd -g 502 dba#/usr/sbin/groupadd -g 504 asmadmin#/usr/sbin/groupadd -g 506 asmdba#/usr/sbin/groupadd -g 507 asmoper2. Create the users that will own the Oracle software using the commands:#/usr/sbin/useradd -u 502 -g oinstall -G dba,asmdba oracle#/usr/sbin/useradd -u 503 -g oinstall -G asmadmin,asmdba,asmoper grid#注意 501 为编号,根据实际情况而定3. Set the password for the oracle account using the following command. Replace password with your own password.#注意,下面是修改密码passwd oraclepasswd grid3) If you are not using DNS, the ...