Hi,
I also have Legato Networker 6.0.1 running on 2 separate Unix servers and also faced the same problem.
Before the scanner command is run, media such as pool should be created in target server. Also, I treat the source server as client and create it in target server. Then, the "scanner -i" command can be run with no error.
# mminfo -r name,savetime,volume -s aidcd02 -c aidcp01 -v
name date volume
/tmp/collins 08/31/01 u03
# nsrinfo -s aidcd02 -c aidcp01
scanning client `aidcp01' for all savetimes from the backup namespace on server aidcd02
/tmp/collins, date=999243727 Fri Aug 31 15:42:07 2001
/tmp//<1>/, date=999243727 Fri Aug 31 15:42:07 2001
/tmp//<2>/, date=999243727 Fri Aug 31 15:42:07 2001
/tmp/, date=999243727 Fri Aug 31 15:42:07 2001
/tmp//, date=999243727 Fri Aug 31 15:42:07 2001
/, date=999243727 Fri Aug 31 15:42:07 2001
6 objects found
However, the following error message appear when I try to recover /tmp/collins.
# recover -s aidcd02 -c aidcp01 /tmp
recover: Current working directory is /tmp/
recover> add collins
/tmp
1 file(s) marked for recovery
recover> recover
Recovering 1 file into its original location
Volumes needed:
Unknown
Requesting 1 file(s), this may take a while...
Total estimated disk space needed for recover is 15 KB.
NSR server `aidcd02': Cannot find the volume needed
recover: waiting 30 seconds then retrying
recover: error, Cancelled
Received 0 file(s) from NSR server `aidcd02'
Recover completion time: Mon Sep 3 11:01:31 2001
Any ideas on this situation? Thanks!