以下黑體字部分是安裝時(shí)需要輸入的信息,采用C語(yǔ)言的注釋方法進(jìn)行中文說(shuō)明 。
# cd /cdrom/database_ac_for_oracle9i
# ./installDBAC
/* 運(yùn)行DBAC的安裝腳本 */
Enter the names of the systems on which VCS is to be installed
separated by spaces (example: system1 system2): rac1 rac2
/* 以上是輸入集群的所有主機(jī)名,主機(jī)名之間用空格分開 */
Analyzing . . .
/*系統(tǒng)開始檢查和分析:1、是否有足夠的磁盤空間來(lái)安裝軟件包2、SUNWsan軟件包和其補(bǔ)丁是否已經(jīng)安裝3、用戶是否具有超級(jí)用戶的權(quán)限4、系統(tǒng)是否已經(jīng)安裝了VRTSvlic軟件包,如果沒(méi)有的話,就將該軟件包安裝在系統(tǒng)上*/
You do not have a Database Edition for Advanced Cluster license installed on rac1.
Do you want to add a license key for this product on rac1 ?[Y/N](Y) y
Enter your license key : XXXX-XXXX-XXXX-XXXX-XXXX-XXX
Registering license for rac1.
You do not have a Database Edition for Advanced Cluster license installed on rac2.
Do you want to add a license key for this product on rac2 ?[Y/N](Y) y
Enter your license key : XXXX-XXXX-XXXX-XXXX-XXXX-XXX
Registering license for rac2.
/* 以上是輸入Veritas for Oracle RAC的license */
You can skip VERITAS Cluster server installation, if you need to
install only VERITAS Volume manager and VERITAS Filesystem
Would you like to continue VCS installation. [Y/N](Y)? Y
Starting VCS installation.
/* 以上是提示繼續(xù)安裝Veritas for Oracle RAC 軟件包 */
Checking for ssh on rac1 ............................ not found
Verifying communication with rac2 ............. ping successful
Attempting rsh with rac2 ....................... rsh successful
Checking OS version on rac1. ........................ SunOS 5.8
Creating /tmp subDirectory on rac1... /tmp subdirectory created
Checking OS version on rac2 ......................... SunOS 5.8
Using /usr/bin/rsh and /usr/bin/rcp to communicate with rac1
Communication check completed successfully
VCS licensing verification:
Checking rac1 .............found DBED/AC Node Locked key
Do you want to enter a new key for rac1 (N) n
Using the existing DBED/AC Node Locked key located on rac2.
Checking rac2 .............found DBED/AC Node Locked key
Using the existing DBED/AC Node Locked key located on rac2.
DBED/AC licensing completed successfully
/* 以上部分進(jìn)行License的校驗(yàn) */
Are you ready to start the Cluster installation now? (Y) Y
/* 以上詢問(wèn)是否開始安裝VeritasforOracle RAC集群軟件 */
To configure VCS the following is required:
A unique Cluster name
A unique Cluster ID number between 0-255
Two NIC cards on each system used for private network
heartbeat links
Are you ready to configure DBED/AC on these systems? (Y) Y
/* 以上詢問(wèn)是否開始配置VeritasforOracle RAC集群軟件 */
Enter the unique Cluster Name: testrac
Enter the unique Cluster ID number between 0-255: 10
/* 集群的名字是testrac,集群的ID是10 */
Discovering NICs on galaxy: ..... discovered eri0 ge0 ce0
Enter the NIC for the first private network heartbeat link on Rac1: (eri0 ge0 ce0) ge0
Enter the NIC for the second private network heartbeat link on Rac1: (hme0 qfe1 qfe2 qfe3) eri0
Are you using the same NICs for private heartbeat links on all systems? (Y) Y
/* 以上配置集群的心跳網(wǎng)絡(luò),ge0是主心跳網(wǎng)絡(luò),eri0是次心跳網(wǎng)絡(luò),集群中的所有節(jié)點(diǎn)的心跳網(wǎng)絡(luò)配置參數(shù)都是相同的 */
Cluster information verification:
Cluster Name: testrac
Cluster ID Number: 10
Private Network Heartbeat Links for rac1: link1=ge0 link2=eri0
Private Network Heartbeat Links for rac2: link1=ge0 link2=eri0
Is this information correct? (Y) Y
/* 以上對(duì)配置的集群心跳網(wǎng)絡(luò)進(jìn)行確認(rèn) */
The following information is required to configure the Cluster
推薦閱讀
- 在solaris 10/x86下安裝oracle10
- Oracle 10g 在Solaris 8&9 環(huán)境中的安裝
- 入侵Oracle數(shù)據(jù)庫(kù)常用操作命令
- win7系統(tǒng)中使用sxstrace.exe工具具體操作方法
- 藍(lán)牙無(wú)線接入系統(tǒng)
- bracelet手環(huán)使用方法
- practice的用法
- stepinto的用法
- 寬松的源站選路traceroute程序的往返路由
- 嚴(yán)格的源站選路的traceroute程序示例
