Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

RMAN / EMC Networker 7.6 (NMDA): Rman output logfile specification??

user12306824Jun 4 2012 — edited Jun 4 2012
DBA Colleagues,
I have a quick question concerning leveraging the NSR_RMAN_ARGUMENTS parameter with the new version of EMC Networker & NMDA. In past EMC Networker versions, when the EMC Scheduler was used to initiate the backup jobs, there was a shell script called nsrnmo that could leverage unix variables and os commands to construct the path/filename for all rman output files such as:

NSRMMO defintion(/usr/bin/nsrnmo--shell script):
NSR_RMAN_ARGUMENTS="msglog '/nsr/applogs/${ORACLE_SID}_msglog_`date +%Y-%m-%d_%H:%M:%S`.log' append"

NSRNMO output which would produce an rman output logfile of(this was able to used OS vars and commands):
/nsr/applogs/MYDB_msglog_2012-06-04_11:43:02.log

Now in the latest version of EMC Networker, there are config files that are not shell scripts, but still use the same definition:

NMDA config file (/nsr/apps/config/MYDB.cfg)
ORACLE_SID=MYDB
NSR_RMAN_ARGUMENTS="msglog '/nsr/applogs/${ORACLE_SID}_msglog_`date +%Y-%m-%d_%H:%M:%S`.log' append"

MNDA Output which produce rman output logifle(no translation of the varaibles...no MYDB or date format returned in logfile name):
/nsr/applogs/${ORACLE_SID}_msglog_`date +%Y-%m-%d_%H:%M:%S`.log

Has anyone converted from Networker 7.5(NMO) or ealier to Networker 7.6(NMDA)..and what specification was useful for rman output logfile naming??

Kind Regards,
. . . Todd . . .
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 2 2012
Added on Jun 4 2012
1 comment
2,671 views