RAC Administration
in this blog, we are going to see rad administration command. RAC administration command will help you to start stop rac database
oracle configurationintermediate
by OracleDba
13 views
in this blog, we are going to see rad administration command. RAC administration command will help you to start stop rac database
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
crsctl stat res -t
crsctl query css votedisk
olsnodes
env |grep ORA
crsctl stat res -t
crsctl stat res -init
crsctl stat res -t -init
crsctl start crs
ps -ef|grep d.bin
crsctl disable crs
ps -ef|grep smon
srvctl config database -d
asmcmd showclustermode
locate crsd.trc
crsctl check cluster -all
ps -ef|grep tns
ps -ef|grep d.bin
crsctl stat res -t
crsctl stat res -t -init
crsctl stop cluster -all
crsctl start cluster -all
crsctl check cluster -all
crsctl check crs
crsctl stop crs
crsctl stop crs -f
crsctl start crs
crsctl enable crs
crsctl disable crs
crsctl stop has
crsctl start has
crsctl check cssd
cluvfy comp scan
cluvfy comp ocr -n all –verbose
ocrconfig --help
ocrconfig -local --help
ocrconfig -showbackup
ocrconfig -showbackuploc
olsnodes --help
olsnodes
srvctl config scan
srvctl status scan
srvctl status scan_listener
srvctl config database -d RACCDB
srvctl status database -d RACCDB
srvctl stop database -d RACCDB
srvctl status instance -d RACCDB -i RACCDB1
srvctl status instance -d RACCDB -i RACCDB2
srvctl stop instance -d RACCDB -i RACCDB1
srvctl start instance -d RACCDB -i RACCDB1
srvctl status listener -l LISTENER
srvctl status listener -l ASMNET1LSNR_ASM
srvctl stop listener -l LISTENER
srvctl start listener -l LISTENER
srvctl start database -d PRODB -o nomount
srvctl start database -d PRODB -o mount
srvctl start database -d PRODB -o open1234567
cat /etc/oracle/ocr.loc
/u01/app/12.2.0.1/grid/bin/crsctl query css votedisk
cat /etc/oracle/olr.loc
ocrcheck -local -config
/u01/app/12.2.0.1/grid/gpnp/<hostname>/profiles/peer/profile.xml.123456789
kfed read /dev/oracleasm/disks/DATA1 | grep -E 'vfstart|vfend'
nslookup oraclelabnode2.localdomain.com
yum install bind*
yum install bind* --skip-broken
vi /etc/resolv.conf
service named restart
ping google.com
service firewalld stopPlease to add comments
No comments yet. Be the first to comment!