本文很简单,就是实施的一个记录,希望本文对广大新手起到一些帮助,也希望高手们能一起进步。
版权任何:C.Arthur@arthur lab from http://www.chinaunix.net
QiuckStart 是个简单的双机配置软件,长处是价格便宜,但是在性能上逊色于VCS。
安装准备工作(阵列要配置好,并且挂接在主机上,并在主机上启动ORACLE):
1, 1,编辑/etc/hosts文档,加入双机服务器的主机器名和地址,加入心跳线地址,内容如下:
arthurA# more /etc/hosts
arthura 192.168.0.1
arthurb 192.168.0.2
heart_linka
ha1 192.168.10.1
ha2 192.168.20.1
heart_linkb
hb1 192.168.10.2
hb2 192.168.20.2
2, arthurA# touch /.rhosts
文档内容为您所加入的信任主机名,在这里加入您的另一个机器的主机名
进入安装
1,进入安装目录,执行installvcs
2, 按照提示输入
Enter the names of the systems on which VCS is to be installed
separated by spaces (example: system1 system2):
arthurA arthurB
The utility verifies that the systems you specify can communicate via ssh or rsh. If
ssh binaries are found, the program confirms that ssh is set up to operate without
requests for passwords or passphrases.
Checking for ssh on arthurA ........................ .. not found
Checking OS version on arthurA ........................ SunOS 5.8
Verifying communication with arthurB ............ ping successful
Attempting rsh with arthurB ...................... rsh successful
Checking OS version on arthurB ........................ SunOS 5.8
Creating /tmp subdirectory on arthurB.. /tmp subdirectory created
Using /usr/bin/rsh and /usr/bin/rcp to communicate with arthurB
Communication check completed successfully
The installation utility verifies the license status of each system. If a VCS license is
found on the system, you are prompted about whether you want to use that license or
enter a new license.
If no license is found, or you would like to enter a new license, enter a license key
when prompted.
VCS licensing verification:
Checking arthurA ........................ No license key found
Enter the license key for arthurA: XXXX-XXXX-XXXX-XXXX-XXXX-XXX
Valid VCS Single Node Permanent key entered for arthurA
Registering key XXXX-XXXX-XXXX-XXXX-XXXX-XXX on arthurA .. Done
Checking arthurB ........................ No license key found
Enter the license key for arthurB: XXXX-XXXX-XXXX-XXXX-XXXX-XXX
Valid VCS Single Node Permanent key entered for arthurB
Registering key XXXX-XXXX-XXXX-XXXX-XXXX-XXX on arthurB .. Done
Proceed when VCS licensing completes successfully.
The GUI modules of VCS use the Java Run Time Environment(1.3)
from Sun and require that some Solaris patches be installed to
function properly. You can find information about these patches
and instructions for downloading them at:
http://java.sun.com/j2se/1.3/install-solaris-patches.html
Are you ready to start the Cluster installation now? (Y)
Checking current installation on arthurA:
Checking VRTSvcsw ..........................Not installed
Checking VRTSweb ...........................Not installed
.
.
Checking current installation on arthurB:
Checking VRTSvcsw ..........................Not installed
.
Installation check completed successfully
Checking file system space on arthurA:
Checking /opt ................ No /opt volume or partition
Checking /usr ................ No /usr volume or partition
Checking /var ................... required space available
Checking / ...................... required space available
Checking file system space on arthurB:
Checking /tmp.................... required space available
Checking /opt ................ No /opt volume or partition
Checking /usr ................ No /usr volume or partition
Checking /var ................... required space available
Checking / ...................... required space available
File system verification completed successfully
Stopping VCS processes on arthurA:
Checking VCS .................................... not running
Checking hashadow ............................... not running
Checking CmdServer .............................. not running
Checking Web GUI processes....................... not running
Checking notifier processes ..................... not running
Checking GAB .................................... not running
Checking LLT .................................... not running
Stopping VCS processes on arthurB:
Checking VCS .................................... not running
Checking hashadow ............................... not running
Checking CmdServer .............................. not running
Checking Web GUI processes....................... not running
Checking notifier processes ..................... not running
Checking GAB .................................... not running
Checking LLT .................................... not running
文章整理:西部数码--专业提供域名注册、虚拟主机服务
http://www.west263.com
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!




