Wednesday, 4 September 2019

oswatcher


ps -ef |grep osw


Below 1 and 2 need to executed as root user.

1)OS watcher process.

Node 1
+++++++
[oracle@wdbfffadm01 oswbb]$ pwd
/home/oracle/oswbb/oswbb


Cd /home/oracle/oswbb/oswbb  --root user

./startOSW.sh


Output file

cd /opt/oracle.oswatcher/osw/archive



Run for 1 hour and issue

Cd /home/oracle/oswbb/oswbb  --root user


./stopOSW.sh


Node 2:

pxdwdbaffffdm02 :

[oracle@wdbadm02 oswbb]$ pwd
/home/oracle/oswbb

Cd /home/oracle/oswbb


./startOSW.sh

Output file in

 cd /opt/oracle.oswatcher/osw/archive


cd /home/oracle/oswbb


./stopOSW.sh


No comments:

Post a Comment

Featured post

duplicate db from standy to other server

 Duplicate Testuat   $ export ORACLE_SID=Testuat3 $ sqlplus '/as sysdba' Testuat3 SQL> alter system set cluster_database=FALSE sc...