Есть необходимость копировать большой объем информации с одного сервера на другие. Серверы расположены в разных областях. Решил использовать ncpsync. Где-то копирует нормально, а где то копирует часть, потом ошибка
Код: Выделить всё
10.01.2010 21:41:29 \GAZMIN.DAT: mx_NWGetLongName() failed (890A).
10.01.2010 21:41:32 Completed. 0 Hrs. 47 Min. 34 Sec.
10.01.2010 21:41:52 Sleepeing 3600 Sec
10.01.2010 22:41:36 Version: 1.04.03 (Dec 04 2009 18:01:48). Reloading config..
10.01.2010 22:41:36 cid=7,cp=866. UTF8 NCP. Regular Password. Delete obsolette files.
10.01.2010 22:41:36 Processing Sync .istok.lpu.milpu\vol1:\„ЁбваЁЎгвЁўл ЏЋ To .sysert.ks.milpu\vol1:\„ЁбваЁЎгвЁўл ЏЋ
10.01.2010 22:41:37 init: 0 Min. 0 Sec. Continue with Sync (1024 KB block).
После этой ошибки, удаляется все их приемника.
В чем может быть проблема????
Конфиг на приемной стороне
Код: Выделить всё
[NCPSync Config]
# Source NDS Tree name (example: Source Tree:nds_s_tree)
SourceTree:URTG
# Source NDS user name (example: .user.ctx)
SourceUser: .sync.uit.srv.eburg
# Source User plain-text password (example: pass555#)
SourcePass: 1dodoP94u
# Source User secured password (example: BF6271ECEE62E6C94BF2FA3D51DC28D65DE1A33EC4E8DCFE28BAE1A5D3FC8029557CF3CBEE93D2D88B7CE9C3CAF94ADBDB15E5187E04B60F47DBF243)
# use ncpsync-passwd.exe utility to generate
SourceSecPass:
# Source Server to sync (example: .serv6.ctx)
SourceServer: .istok.lpu.milpu
# Source path on server (example: SYS:\tmp)
SourcePath: vol1:\„ЁбваЁЎгвЁўл ЏЋ
# Destination NDS Tree name (example: Destination Tree:nds_d_tree)
# May be commented, if SourceTree = DestinationTree
DestinationTree:URTG
# Destination NDS user name (example: .user.abc)
# May be commented, if SourceUser = DestinationUser
DestinationUser: .sync.uit.srv.eburg
# Destination User plain-text password (example: abcd)
# May be commented, if SourceUser = DestinationUser
DestinationPass: 1dodoP94u
# Destination User secured password (example: BF6271ECEE62E6C94BF2FA3D51DC28D65DE1A33EC4E8DCFE28BAE1A5D3FC8029557CF3CBEE93D2D88B7CE9C3CAF94ADBDB15E5187E04B60F47DBF243)
# use ncpsync-passwd.exe utility to generate
# May be commented, if SourceUser = DestinationUser
DestinationSecPass:
# Destination Server to sync (example: .destserv.abc)
DestinationServer: .sysert.ks.milpu
# Destination path on server (example: SYS:\tmp)
DestinationPath: vol1:\„ЁбваЁЎгвЁўл ЏЋ
# Maximum sync block size in Kilobytes.
# Supported values: 1<->20480
BufferSize: 1024
# Erase (or not) files, that reside on destination, but not found on source
# Supported keywords: "On"/"Off" and "Yes"/"No"
EraseOldFiles: On
# Sleep interval between sync's [seconds] (example: 3600)
# Used when 'TimeToSync' is not set.
SleepInterval: 3600
# Time to begin directory sync. (example: 21:00)
# Values list allowed. (';' - separated)
# For example: TimeTosync: 21:00;22:00;23:00;07:00;08:00;12:00
#TimeToSync: 19:00
# Month date to begin directory sync. (example: 1,2,5,8,12,15,20,27,30)
#MonthDayToSync: 1,5,10,15,20,25,30
# Always use ASCII (8bit) NCP. Even UTF8 NCP available.
# UTF8 NCP supported by
# NetWare Server: 6.5 SP2 or later
# Client: 4.90 SP2 or later
# Supported keywords: "On"/"Off" and "Yes"/"No"
ASCIINCP: OFF
# Print additional debug info when syncing
# Supported keywords: "On"/"Off" and "Yes"/"No"
Debug: Off
# Use file logging.
LogFile: vol1:\ncpsync.log
# Maximum log file size in Megabytes.
LogSize: 600
Запускаю ncpsyncl
Состав ncpsyncl
Код: Выделить всё
unload ncpsync
load ncpsync sys:\system\ncpsync.conf
Код: Выделить всё