aix5.3上安裝oracle10gR2 asm
今天公司伺服器上的資料庫由於斷電不能正常啟動,需要做介質恢復,但是歸檔日誌已經被其他人員刪掉,好在這是測試伺服器沒有重要資料,只好重灌資料了。在安裝的過程中執行 root.sh j指令碼時出現如下錯誤:
Adding to inittab
Startup will be queued to init within 30 seconds.
Checking the status of new Oracle init process...
Expecting the CRS daemons to be up within 600 seconds.
Giving up: Oracle CSS stack appears NOT to be running.
Oracle CSS service would not start as installed
Automatic Storage Management(ASM) cannot be used until Oracle CSS service is started
解決方法如下:
我的安裝步驟是;
(1) ./runInstall
(2) advance install
(3) only install A S M
(4) choise lv,create asm diskgroup
(5) installing asm
(6) $ORACLE_HOME/bin/dbca create database
(7) choise asm
(8) choise diskgroup
(9) creating database
解決方法如下:
# rm -f /usr/tmp/.oracle/*
# rm -f /tmp/.oracle/*
# rm -f /var/tmp/.oracle/*
#cd $ORACLE_HOME/bin
#./localconfig delete
#./localconfig add
#/etc/init.cssd run &
在單節點上使用ASM是不需要安裝CRS的,但使用ASM就一定要CSS的支援,CSS在安裝DATABASE的時候已經預設安裝,只需要配置就行了。 出現錯誤原因是我沒有徹底解除安裝乾淨oracle
# ./root.sh
Running Oracle10 root.sh script...
The following environment variables are set as:
ORACLE_OWNER= oracle10
ORACLE_HOME= /oracle10/product/10.2
Enter the full pathname of the local bin directory: [/usr/local/bin]:
The file "dbhome" already exists in /usr/local/bin. Overwrite it? (y/n) [n]: y
Copying dbhome to /usr/local/bin ...
The file "oraenv" already exists in /usr/local/bin. Overwrite it? (y/n) [n]: y
Copying oraenv to /usr/local/bin ...
The file "coraenv" already exists in /usr/local/bin. Overwrite it? (y/n) [n]: y
Copying coraenv to /usr/local/bin ...
Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root.sh script.
Now product-specific root actions will be performed.
Successfully accumulated necessary OCR keys.
Creating OCR keys for user 'root', privgrp 'system'..
Operation successful.
Configuration for local CSS has been initialized
Adding to inittab
Startup will be queued to init within 30 seconds.
Checking the status of new Oracle init process...
Expecting the CRS daemons to be up within 600 seconds.
CSS is active on these nodes.
p2704u
CSS is active on all nodes.
Oracle CSS service is installed and running under init(1M)
我的安裝步驟是;
(1) ./runInstall
(2) advance install
(3) only install A S M
(4) choise lv,create asm diskgroup
(5) installing asm
(6) $ORACLE_HOME/bin/dbca create database
(7) choise asm
(8) choise diskgroup
(9) creating database
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23062014/viewspace-716229/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- RAC安裝【AIX 7 + 11.2.0.4 + ASM】AIASM
- ASM入網小助手解除安裝ASM
- 【Oracle】ASM例項安裝入門OracleASM
- ASM單例項安裝後,需要手動設定ASM的引數檔案ASM單例
- 11.2.0.4單例項ASM安裝報錯ohasd failed to ... line 73.單例ASMAI
- ORACLE11GR2 RAC解除安裝ASM例項步驟OracleASM
- linux 上安裝kapacitorLinux
- Linux上安裝gitLinuxGit
- CentOS 上安裝 NginxCentOSNginx
- linux上安裝mysqlLinuxMySql
- Windows上安裝JDKWindowsJDK
- centos上安裝grafanaCentOSGrafana
- linux上安裝ELKLinux
- linux上安裝mongodbLinuxMongoDB
- Docker上安裝RedisDockerRedis
- 通過ORACLE VM virtualbox環境安裝oracle 11G RAC(ASM)OracleASM
- mysql在linux上cmake安裝方法(自己安裝版)MySqlLinux
- 在Debian上安裝freeswitch
- Ubuntu 16.04 上安裝 OrientDB!Ubuntu
- 在virtualbox上安裝ubuntuUbuntu
- SDL在win上安裝
- 在docker上安裝AWVSDocker
- 在Ubuntu上安裝MariaDBUbuntu
- centos 線上安裝 dockerCentOSDocker
- 在CentOS上安裝GitCentOSGit
- 在Linux上安裝gskitLinux
- windows上安裝配置redisWindowsRedis
- 在CentOS上安裝dockerCentOSDocker
- 在Windows上安裝MavenWindowsMaven
- 在centos上安裝molochCentOS
- linux 上 redis的安裝LinuxRedis
- 在Android上安裝EntwareAndroid
- 在DebianStretch上安裝FFmpeg
- ORACLE11.2.0.4 RAC+ ASM安裝方法 (作業系統CENTOS7.6)OracleASM作業系統CentOS
- Oracle 19c rac安裝,只能啟動一個節點的ASMOracleASM
- 在ubuntu上安裝docker, 使用國內的安裝源UbuntuDocker
- 如何安裝vmware以及如何在vmware上安裝centOS 7.0CentOS
- Centos上安裝Node環境CentOS
- Ubuntu 上安裝python2.7UbuntuPython