# @(#)initD22.netb.sap 20.9.6.1 SAP 94/10/25 ######################################################################## # # # SAP backup profile for Veritas NetBackup. # #bcpyrght #*************************************************************************** # $Copyright: Copyright (c) 2022 Veritas Technologies LLC. All rights reserved $ #*************************************************************************** #ecpyrght # The parameter syntax is the same as for init.ora parameters. # # Enclose parameter values which consist of more than one symbol in # # double quotes. # # After any symbol, parameter definition can be continued on the next # # line. # # A parameter value list should be enclosed in parentheses, the list # # items should be delimited by commas. # # There can be any number of white spaces (blanks, tabs and new lines) # # between symbols of parameter definition. # # # ######################################################################## # backup device type # [disk | tape | tape_auto | pipe | pipe_auto | util_file | util_vol] # default: tape #backup_dev_type = tape backup_dev_type = util_file # backup mode [all | | ()] # default: all #backup_mode = all backup_mode = (PSAPUSER1D,PSAPUSER1I,PSAPCLUI) # backup type [offline | offline_force | online] # default: offline backup_type = offline #backup_type = online # backup root directory [ | ()] # default: $ORACLE_HOME/sapbackup backup_root_dir = ?/sapbackup # compression flag [yes | no | hardware | only] # default: no compress = no # compress command # first $-character is replaced with the source file name # second $-character is replaced with the target file name # = .Z # for compress command the -c option must be set # !!! enclose the parameter value in double quotes !!! # no default compress_cmd = "compress -c $ > $" # temporary directory for compression # default: value of the backup_root_dir parameter compress_dir = ?/sapreorg # flags for cpio command # default: -ovB cpio_flags = -ovB # remote shell command (backup_dev_type = pipe) # !!! enclose the parameter value in double quotes !!! # !!! do not include pipe character "|" in the parameter value !!! # !!! do not include dd command in the parameter value !!! # !!! use copy_in_cmd and copy_out_cmd parameters instead !!! # no default # HP-UX: "remsh hs0001" or "remsh hs0001 -l orac11" # OSF1: "rsh ds0011" or "rsh ds0011 -l orac11" # AIX: "remsh is0001" or "remsh is0001 -l orac11" # SINIX: "rsh ss0001" or "rsh ss0001 -l orac11" # SUN: "rsh us0001" or "rsh us0001 -l orac11" # DGUX: "rsh gs0001" or "rsh gs0001 -l orac11" # NT: "rsh xs0001" or "rsh xs0001 -l orac11" read_fifo_cmd = "rsh us0001" # remote copy-in command (backup_dev_type = pipe) # $-character is replaced with current tape address # !!! use copy_in_cmd to define the dd command for tape reading !!! # !!! enclose the parameter value in double quotes !!! # no default copy_in_cmd = "dd bs=5k if=$" # remote copy-out command (backup_dev_type = pipe) # $-character is replaced with current tape address # !!! use copy_out_cmd to define the dd command for tape writing !!! # !!! enclose the parameter value in double quotes !!! # no default copy_out_cmd = "dd bs=5k of=$" # rewind command (operating system dependent) # $-character is replaced with current tape address # !!! enclose the parameter value in double quotes !!! # no default # HP-UX: "mt -t $ rew" # OSF1: "mt -f $ rew" # AIX: "tctl -f $ rewind" # SINIX: "mt -f $ rew" # SUN: "mt -f $ rew" # DGUX: "mt -f $ rewind" # NT: "mt -f $ rewind" rewind = "mt -f $ rew" # rewind set offline command (operating system dependent) # $-character is replaced with current tape address # !!! enclose the parameter value in double quotes !!! # default: value of the rewind parameter # HP-UX: "mt -t $ offl" # OSF1: "mt -f $ offline" # AIX: "tctl -f $ offline" # SINIX: "mt -f $ offline" # SUN: "mt -f $ offline" # DGUX: "mt -f $ offline" # NT: "mt -f $ offline" rewind_offline = "mt -f $ offline" # tape size in KB = K or in MB = M (tape device dependent) # !!! do not put spaces between the number and 'K' or 'M' !!! # default: 1200M # recommended values for tape devices without hardware compression: # 60 m 4 mm DAT tape: 1200M # 90 m 4 mm DAT tape: 1800M # 120 m 4 mm DAT tape: 2400M # 112 m 8 mm Video tape: 2000M # recommended values for tape devices with hardware compression: # 60 m 4 mm DAT tape: 1000M # 90 m 4 mm DAT tape: 1600M # 120 m 4 mm DAT tape: 2200M # 112 m 8 mm Video tape: 1800M # HP-UX: 1200M # OSF1: 1200M # AIX: 2000M # SINIX: 2000M # SUN: 1200M # DGUX: 1200M # NT: 1200M tape_size = 1200M # address of tape device without rewind [ | ()] # no default # HP-UX: /dev/rmt/0mn # OSF1: /dev/nrmt0h # AIX: /dev/rmt0.1 # SINIX: /dev/ios0/rstape005n # SUN: /dev/rmt/0mn # DGUX: /dev/rmt/0n # NT: \\.\tape0 tape_address = /dev/rmt/3mn # address of tape device with rewind [ | ()] # no default # HP-UX: /dev/rmt/0m # OSF1: /dev/rmt0h # AIX: /dev/rmt0 # SINIX: /dev/ios0/rstape005 # SUN: /dev/rmt/0m # DGUX: /dev/rmt/0 # NT: /dev/mt0 tape_address_rew = /dev/rmt/3m # tape volumes for brarchive # [ | () | SCRATCH] # no default volume_archive = (D22A01, D22A02, D22A03, D22A04, D22A05, D22A06, D22A07, D22A08, D22A09, D22A10, D22A11, D22A12, D22A13, D22A14, D22A15, D22A16, D22A17, D22A18, D22A19, D22A20, D22A21, D22A22, D22A23, D22A24, D22A25, D22A26, D22A27, D22A28, D22A29, D22A30) # tape volumes for brbackup # [ | () | SCRATCH] # no default volume_backup = (D22B01, D22B02, D22B03, D22B04, D22B05, D22B06, D22B07, D22B08, D22B09, D22B10, D22B11, D22B12, D22B13, D22B14, D22B15, D22B16, D22B17, D22B18, D22B19, D22B20, D22B21, D22B22, D22B23, D22B24, D22B25, D22B26, D22B27, D22B28, D22B29, D22B30) # expiration period in days for tape volumes # default: 30 expir_period = 30 # recommended use count of tape volumes # default: 100 tape_use_count = 100 # backup utility parameter file # default: no parameter file # util_par_file = ?/dbs/init@.utl util_par_file = ?/dbs/initSAP.utl