freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

oracle10graclinuxvmwareworkstationfreenas共享存儲-資料下載頁

2025-06-24 22:12本頁面
  

【正文】 39。/oracle/app39。 is not owned by rootWARNING: directory 39。/oracle39。 is not owned by rootSuccessfully accumulated necessary OCR keys.Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.node nodenumber: nodename private interconnect name hostnamenode 1: rac1 rac1priv rac1node 2: rac2 rac2priv rac2Creating OCR keys for user 39。root39。, privgrp 39。root39。..Operation successful.Now formatting voting device: /dev/raw/raw2Format of 1 voting devices plete.Startup will be queued to init within 90 seconds.Adding daemons to inittabExpecting the CRS daemons to be up within 600 seconds.CSS is active on these nodes. rac2CSS is inactive on these nodes. rac1Local node checking plete.Run on remaining nodes to start CRS daemons.在rac1上執(zhí)行[root@rac1 ~] sh /oracle/app/oracle/10g/oraInventory/[root@rac1 ~] sh /oracle/app/oracle/10g/db_1/ WARNING: directory 39。/oracle/app/oracle/10g39。 is not owned by rootWARNING: directory 39。/oracle/app/oracle39。 is not owned by rootWARNING: directory 39。/oracle/app39。 is not owned by rootWARNING: directory 39。/oracle39。 is not owned by rootChecking to see if Oracle CRS stack is already configured/etc/oracle does not exist. Creating it now.Setting the permissions on OCR backup directorySetting up NS directoriesOracle Cluster Registry configuration upgraded successfullyWARNING: directory 39。/oracle/app/oracle/10g39。 is not owned by rootWARNING: directory 39。/oracle/app/oracle39。 is not owned by rootWARNING: directory 39。/oracle/app39。 is not owned by rootWARNING: directory 39。/oracle39。 is not owned by rootclscfg: EXISTING configuration version 3 detected.clscfg: version 3 is 10G Release 2.Successfully accumulated necessary OCR keys.Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.node nodenumber: nodename private interconnect name hostnamenode 1: rac1 rac1priv rac1node 2: rac2 rac2priv rac2clscfg: Arguments check out successfully.NO KEYS WERE WRITTEN. Supply force parameter to override.force is destructive and will destroy any previous clusterconfiguration.Oracle Cluster Registry for cluster has already been initializedStartup will be queued to init within 90 seconds.Adding daemons to inittabExpecting the CRS daemons to be up within 600 seconds.CSS is active on these nodes. rac1 rac2CSS is active on all nodes.Waiting for the Oracle CRSD and EVMD to startWaiting for the Oracle CRSD and EVMD to startOracle CRS stack installed and running under init(1M)Running vipca(silent) for configuring nodeapps/oracle/app/oracle/10g/crs_1/jdk/jre//bin/java: error while loading shared libraries: : cannot open shared object file: No such file or directory.如果碰到了這個錯誤:/opt/ora10g/product/: error while loading shared libraries:: cannot open shared object file: No such file or directory可以按照如下方式解決:===============================修改vipca文件[root@rac1 ~] vi /oracle/app/oracle/10g/crs_1/bin/vipca找到如下內(nèi)容: Remove this workaround when the bug 3937317 is fixed arch=`uname m` if [ $arch = i686 o $arch = ia64 ] then LD_ASSUME_KERNEL= export LD_ASSUME_KERNEL fi End workaround在fi后新添加一行:unset LD_ASSUME_KERNEL執(zhí)行完兩個腳本后,點擊“ok”開始檢查環(huán)境,這里vip報錯,因為默認是不允許私網(wǎng)ip作為vip的,先不要關閉這個窗口。解決方法:在第二個節(jié)點上手動運行vipcaVIPCA這個腳本的功能是在每個節(jié)點上創(chuàng)建VIP、ONS、GSD三個服務。這個腳本之所以會失敗,是因為eth0(public)上配置的是一個私有地址。VIPCA默認不會在私有地址上配置VIP。1創(chuàng)建vipca首先 注釋掉這幾行,否則執(zhí)行不了[root@rac2 bin] vi /oracle/app/oracle/10g/db_1/bin/vipca arch=`uname m` if [ $arch = i686 o $arch = ia64 o $arch = x86_64 ] then LD_ASSUME_KERNEL= export LD_ASSUME_KERNEL fi[root@rac2 bin] ./vipca開始配置vip選擇公共接口eth0填寫vip和虛擬別名Finish開始創(chuàng)建并啟動集群資源開始創(chuàng)建完成,點擊ok完成,exit推出剛才沒有關閉的配置助手窗口,繼續(xù)運行配置助手—點擊“Retry”這樣邊顯示成功了,安裝結束—exitOracle cluster集群軟件安裝成功,檢查結果[oracle@rac1 bin]$ pwd/oracle/app/oracle/10g/crs_1/bin[oracle@rac1 bin]$ ./crs_statNAME=TYPE=applicationTARGET=ONLINESTATE=ONLINE on rac1NAME=TYPE=applicationTARGET=ONLINESTATE=ONLINE on rac1NAME=TYPE=applicationTARGET=ONLINESTATE=ONLINE on rac1NAME=TYPE=applicationTARGET=ONLINESTATE=ONLINE on rac2NAME=TYPE=applicationTARGET=ONLINESTATE=ONLINE on rac2NAME=TYPE=applicationTARGET=ONLINESTATE=ONLINE on rac2[root@rac2 bin] ./crs_statNAME=TYPE=applicationTARGET=ONLINESTATE=ONLINE on rac1NAME=TYPE=applicationTARGET=ONLINESTATE=ONLINE on rac1NAME=TYPE=applicationTARGET=ONLINESTATE=ONLINE on rac1NAME=TYPE=applicationTARGET=ONLINESTATE=ONLINE on rac2NAME=TYPE=applicationTARGET=ONLINESTATE=ONLINE on rac2NAME=TYPE=applicationTARGET=ONLINESTATE=ONLINE on rac2,需要關閉服務$emctl stop dbconsole $isqlplusctl stop srvctl stop nodeapps n rac1 srvctl stop nodeapps n rac2 crs_stat t –v三、安裝數(shù)據(jù)庫軟件安裝完oracle cluster以后,便可以安裝oracle database軟件了,同樣適用xwin32起圖形界面[oracle@rac1 database]$ ./runInstaller選擇企業(yè)版安裝選擇安裝路徑制定硬件集群安裝模式,選中RAC2 Next安裝環(huán)境檢查:詳細的查看所有的問題,有的問題可以略過、有的問題必須解決。生產(chǎn)環(huán)境一定要所有的檢查通過以后再繼續(xù)安裝。而且所有的節(jié)點都要滿足條件。選擇install database software only “next”Install 安裝點擊install開始安裝在兩個節(jié)點的root用戶下分別執(zhí)行以下腳本在racrac2兩個節(jié)點上執(zhí)行[root@rac1 ~] sh /oracle/app/oracle/10g/crs_1/Running Oracle10 script...The following environment variables are set as: ORACLE_OWNER= oracle ORACLE_HOME= /oracle/app/oracle/10g/crs_1Enter the full pathname of the local bin directory: [/usr/local/bin]: Copying dbhome to /usr/local/bin ... Copying oraenv to /usr/local/bin ... Copying coraenv to /usr/local/bin ...Creating /etc/oratab file...Entries will be added to the /etc/oratab file as need
點擊復制文檔內(nèi)容
環(huán)評公示相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1