- 論壇徽章:
- 0
|
環(huán)境:備份服務器為Windows 2003,客戶端Windows 2003,Lotus Domino 6.5.1,備份服務器安裝Legato NetWorker 7.2,客戶端安裝NetWorker Module for Lotus 2.2.1。Domino 數(shù)據(jù)文件存放E盤上,E盤由EMC 502G映射網絡驅動器方式提供。
現(xiàn)象:命令行備份
C:\Documents and Settings\Administrator>nsrnotesv -s qh-gwb E:\Lotus\Domino\Data
\admin4.nsf
nsrnotesv: Error returned for \\192.168.10.1\NAS_FS1\Lotus\Domino\Data\admin4.ns
f by Notes API, error = 525 (This database is currently being used by someone el
se. In order to share a Notes database, all users must use a Domino Server inst
ead of a File Server.)
nsrnotesv: NML_SKIPDBERRORS not set, aborting backup on failure.
處理過程:
1、根據(jù)手冊要求,On Windows, in the NetWorker Administrator program, define the
SKIPDBERRORS environment variable in the Application Information
attribute of the Client resource, as follows:
SKIPDBERRORS=Yes
設置SKIPDBERRORS=Yes,錯誤信息未改變。
2、Legato 網站上查到以下信息:
Solution Title: Manual and scheduled saves of a Lotus Notes server fails with error: 'nsrnotesv: Error returned for (data_directory) by Notes API, error = 525 (This database is currently being used by someone else. In order to share a Notes database, all users must use a Domino Server instead of a File Server.)'
Solution ID: legato81951
Here is the solution:
For Manual backup use -x option:
nsrnotesv.exe -s NetWorker server -x Data_directory_path
For Schedule backup:
Populate client resource attribute, Application Information: MYARG = -R -x
Here is the problem or goal:
Error: 'nsrnotesv: Error returned for (data_directory) by Notes API, error = 525 (This database is currently being used by someone else. In order to share a Notes database, all users must use a Domino Server instead of a File Server.)'
Error: 'nsrnotesv: There is nothing to backup or system is down'
Scheduled save of a Lotus Notes Domino Server fails with error
Scheduled save of a Lotus Notes server fails with error
Manual save of a Lotus Notes server fails with error for some of the data bases
Rebooting the Domino Server did not resolve the errors
Stopping the Domino server, a backup is successful for all databases
Problem Environment:
Windows 2003
Lotus Domino server 6.5.3
NetWorker Module for Lotus Notes 2.2.1
Data directory not mounted on network mapped drive
Notes data directory is on a local file system
nsrnotesv -s server -b pool C:\(data_path) results in some of the databases completing successfully
Causes of this problem:
The software is seeing the data directory as a mapped drive
按照所提供的solution操作,錯誤信息未改變。
請教各位兄弟,有無其他辦法? |
|