Networker

Re: [Networker] Oracle can not backup from networker

2007-12-07 03:11:12
Subject: Re: [Networker] Oracle can not backup from networker
From: Erol Balci <erol.balci AT AKTIFDESTEK DOT COM>
To: NETWORKER AT LISTSERV.TEMPLE DOT EDU
Date: Fri, 7 Dec 2007 03:10:35 -0500
Hi Ken,

I think it's corret. Here is nsrnmo settings

#!/bin/sh
#
# $Id: nsrnmo.template,v 1.1.2.2 2005/01/19 16:25:13 kowens Exp $ 
Copyright (c) 2005, Legato Systems, Inc.
#
# All rights reserved.
#
# nsrnmo.sh
#
# Legato Networker Module for Oracle 4.2
#
# This script is part of the Legato NetWorker Module for Oracle.
# Modification of this script should be done with care and only after 
reading
# the administration manual included with this product.
#
# This script should only be run as part of a scheduled savegroup.
#
# Returns 0 on success; 1 on failure.
#

#
# REQUIRED Variable: ORACLE_HOME
#
# Default value: NONE (site specific)
#
# Description: Specifies where the Oracle Server installation is located.
# It is a requirement that rman be located in ORACLE_HOME/bin.
#
# Samples: 
#       ORACLE_HOME=/disk3/oracle/app/oracle/product/8.1.6
#
ORACLE_HOME=/database/LIVE/livedb/9.2.0


# REQUIRED Variable: PATH
#
# Default value: NONE (site and platform specific)
#
# Description: Set up the PATH environment variable.
# This must be configured to include the path to "nsrnmostart"
#
# Samples: 
#       PATH=/bin:/usr/sbin:/usr/bin:/nsr/bin
#
PATH=/bin:/usr/sbin:/usr/bin:/nsr/bin:/database/LIVE/livedb/9.2.0/bin

#
# Optional Variable: ORACLE_SID
#
# Default value: NONE (site specific)
#
# Description: Specifies the SID of the Oracle database being backed up.
# It is required by proxy copy backups when catalog synchronization is
# enabled.
#
# Samples: 
#       ORACLE_SID=orcl815
#
ORACLE_SID=LIVE

#
# Optional Variable: NSR_RMAN_ARGUMENTS
#
# Default value: NONE (site specific)
#
# Description: Provide extra rman parameters.
# You must enclose the command in quotes or it will not be 
# passed correctly to rman.
#
# Samples: 
#       NSR_RMAN_ARGUMENTS="nocatalog msglog '/nsr/applogs/msglog.log' 
append"
#
#       NSR_RMAN_ARGUMENTS="nocatalog"
#
NSR_RMAN_ARGUMENTS=

#
# Optional Variable: NSR_RMAN_OUTPUT
#
# Default value: NONE (site specific)
#
# Description: Provide option to capture the RMAN standard output
# if RMAN "msglog" or "log" command line option is not set.
# The connect strings will be hidden in this file.
#
# Samples:
#       NSR_RMAN_OUTPUT="/nsr/applogs/msglog.log append"
#
#       NSR_RMAN_OUTPUT="/nsr/applogs/msglog.log"
#
NSR_RMAN_OUTPUT=/nsr/applogs/msglog.log

#
# Optional Variable: NSR_SB_DEBUG_FILE
#
# Default value: NONE (site specific)
#
# Description:  To enable debugging output for NMO scheduled backups set
#                               the following to an appropriate path and 
file name.
#                               Set this variable for debugging purposes 
only 
#
# Samples:
#       NSR_SB_DEBUG_FILE=/nsr/applogs/nsrnmostart.log
#
NSR_SB_DEBUG_FILE=/nsr/applogs/nsrnmodebug.log

#
# Optional Variable: PRECMD
#
# Default value: NONE
#
# Description:  This variable can be used to run a command or command 
script
#                               before nsrnmostart. It will be launched 
once for every saveset
#                               entered in the client setup.
#
# PRECMD=

#
# Optional Variable: POSTCMD
#
# Default value: NONE
#
# Description:  This variable can be used to run a command or command 
script
#                               after nsrnmostart has completed. It will 
be launched once for
#                               every saveset entered in the client setup.
#
# POSTCMD=

#
# Optional Variable: LD_LIBRARY_PATH
#
# Default value: NONE
#
# Description:  This variable may have to be set on some Unix operating 
systems.
#                               We suggest leaving it unset unless you 
have a scheduled backup problem.
#                               If it is set you must also uncomment the 
export LD_LIBRARY_PATH
#                               in the function 
export_environment_variables below.
#
# Samples: 
LD_LIBRARY_PATH=/database/LIVE/livedb/9.2.0/lib
#

#
# Optional Variable: TNS_ADMIN
#
# Default value: NONE
#
# Description:  This variable needs to be set if Oracle Net configuration
#                       files are not located in default locations.If it 
is set you must also uncomment
#                       the export TNS_ADMIN in the function 
export_environment_variables below.
#
# Samples: 
TNS_ADMIN=/database/LIVE/livedb/9.2.0/network/admin/LIVE_lafdb
#

To sign off this list, send email to listserv AT listserv.temple DOT edu and 
type "signoff networker" in the body of the email. Please write to 
networker-request AT listserv.temple DOT edu if you have any problems with this 
list. You can access the archives at 
http://listserv.temple.edu/archives/networker.html or
via RSS at http://listserv.temple.edu/cgi-bin/wa?RSS&L=NETWORKER

<Prev in Thread] Current Thread [Next in Thread>