Unsolved

This post is more than 5 years old

1 Rookie

 • 

5 Posts

1261

February 11th, 2013 09:00

correct syntax for 'NSR_RMAN_ARGUMENTS'

All attempts to specify the rman cmdfile location using the NMDA config file parameter

NSR_RMAN_ARGUMENTS

result in rman error 00556

I have used 'cmdfile= ' and 'CMDFILE= ' and '@path'

example:

NSR_RMAN_ARGUMENTS = "cmdfile=/nsr/res/nmda/somefilename"

Networker server 7.6.4 on linux

Networker 7.6.4 client , NMDA 1.2 , Oracle DB on linux

4 Operator

 • 

14.4K Posts

February 11th, 2013 11:00

Why would you use cmdfile?  You call rman script via save set field (usually from cli you would do rman cmdfile

Top