I didn't check docs, but it is typo in that case. If you use vip with RAC, use that one for NSR client and for NSR_CLIENT in RMAN script (and you can allocate channels towards different RAC nodes).
What got my attention a bit is that you mention nsrnmo - that backup script belongs to NMO module which is obsolete and you should use NMDA module instead.
I think the most important part is working with DBA to set the rman scripts, since in RAC, the hostname, IP, connecting string, and instances needs to be very clear with sysadmin and DBA.
Networker point to the
so which every physical node with active instance _1 will be backup. DBA said _2 same so no need backup.
auto backup control file is enabled and the control file directory is backup separately
created the physical nodes clients with SKIP as documentation but dunno what is the effect or it..
I hope networker has a better documentation since they try to include all database in each section configuration instead of separate by oracle, db2, etc..
ble1
4 Operator
•
14.4K Posts
1
October 26th, 2015 16:00
I didn't check docs, but it is typo in that case. If you use vip with RAC, use that one for NSR client and for NSR_CLIENT in RMAN script (and you can allocate channels towards different RAC nodes).
What got my attention a bit is that you mention nsrnmo - that backup script belongs to NMO module which is obsolete and you should use NMDA module instead.
tc126
1 Rookie
•
15 Posts
0
October 26th, 2015 17:00
TQVM. I will reply again once i tested.
tc126
1 Rookie
•
15 Posts
0
March 17th, 2016 21:00
completed the setup with NMDA
in general
1) link $ORACLE_HOME/lib/libobk.so -> /usr/lib/libnsrora.so
2) edit configuration file for $ORCLE_HOME and optional /nsr/apps/config/nmda_oracle.cfg
3) saveset input RMAN://
4) access *@*
or can follow document
5) backup command nsrdasv -z /nsr/apps/config/nmda_oracle.cfg
I think the most important part is working with DBA to set the rman scripts, since in RAC, the hostname, IP, connecting string, and instances needs to be very clear with sysadmin and DBA.
Networker point to the
so which every physical node with active instance _1 will be backup. DBA said _2 same so no need backup.
auto backup control file is enabled and the control file directory is backup separately
created the physical nodes clients with SKIP as documentation but dunno what is the effect or it..
I hope networker has a better documentation since they try to include all database in each section configuration instead of separate by oracle, db2, etc..