Networker: NMDA_Lotus_Backup
Resumen: The purpose of this article is to help you backup a Lotus Domino file using a command line (nsrdasv). In addition, if there is any issue, this article helps you set debugging and assist you to collect the log files for further investigation. ...
Instrucciones
-
Set up a configuration file (
nw_domino.cfg) with the following Domino-specific environment settings
The path below maybe different.LINUX:
Lotus { Notes_ExecDirectory = /opt/ibm/lotus/notes/latest/linux NSR_RESOURCE_DIR = /opt/ibm/lotus/notes/latest/linux/res/C NSR_NOTES_INI_PATH = /usr/local/notesdata/notes.ini }AIX:
Notes_ExecDirectory = /opt/ibm/lotus/notes/latest/ibmpow NSR_RESOURCE_DIR = /opt/ibm/lotus/notes/latest/ibmpow/res/C
Solaris:
Notes_ExecDirectory = /opt/lotus/notes/latest/sunspa NSR_RESOURCE_DIR = /opt/lotus/notes/latest/sunspa/res/C
Windows OS:
LOTUS {> Notes_ExecDirectory = F:\Lotus\Domino NSR_NOTES_INI_PATH = F:\Lotus\Domino\notes.ini } -
Log in to the Domino client with notes user id
Linux:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/ibm/lotus/notes/latest/linux
AIX:
export LIBPATH=$LIBPATH:/opt/ibm/lotus/notes/latest/ibmpow
Solaris:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/lotus/notes/latest/sunspa
-
nsrdasvbinary is used to backup a Lotus Domino file. Test for a single file backup from the command lineNote of the following options:
-s is for the NetWorker Server hostname(for example mars)
-b is for the pool name(for example Domino Pool)Usage:
nsrdasv -z configuration_file -s nsr_server_host_name -b pool_name path_to_the_file_nameUNIX/LINUX:
$ /usr/bin/nsrdasv -z nw_domino.cfg -s mars -b "Domino Pool" /usr/local/notesdata/account.nsf
Windows OS:
set PATH=%PATH%;F:\Lotus\Domino C:\> nsrdasv -z nw_domino.cfg -s mars -b Domino F:\Lotus\Domino\data\account.nsf
-
In case of an issue with the backup, NMDA_Lotus - Debug log settings and log file location helps you set the debugging for the process and the location where the debug logs can be found to help with further investigation.