NetWorker: NMDA_Lotus_Backup
Riepilogo: Formålet med denne artikel er at hjælpe dig med at sikkerhedskopiere en Lotus Domino-fil ved hjælp af en kommandolinje (nsrdasv). Hvis der er problemer, hjælper denne artikel dig desuden med at indstille fejlfinding og hjælpe dig med at indsamle logfilerne til yderligere undersøgelse. ...
Istruzioni
-
Opret en konfigurationsfil (
nw_domino.cfg) med følgende Domino-specifikke miljøindstillinger
: Stien nedenfor kan være anderledes.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-operativsystem:
LOTUS {> Notes_ExecDirectory = F:\Lotus\Domino NSR_NOTES_INI_PATH = F:\Lotus\Domino\notes.ini } -
Log ind på Domino-klienten med bruger-id til noter
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
-
nsrdasvbinær bruges til at sikkerhedskopiere en Lotus Domino-fil. Test, om der er sikkerhedskopieret en enkelt fil fra kommandolinjenBemærk følgende muligheder:
-s is for the NetWorker Server hostname(for eksempel Mars)
-b is for the pool name(for eksempel Domino Pool)Brug:
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-operativsystem:
set PATH=%PATH%;F:\Lotus\Domino C:\> nsrdasv -z nw_domino.cfg -s mars -b Domino F:\Lotus\Domino\data\account.nsf
-
I tilfælde af et problem med sikkerhedskopieringen hjælper NMDA_Lotus - Fejlfindingslogindstillinger og logfilplacering dig med at indstille fejlfinding for processen og det sted, hvor fejlfindingslogfilerne kan findes, for at hjælpe med yderligere undersøgelse.