Remote search for non-NSF file

Hi all…

I’m managing several servers, and I’d like to find out if a specific file has been copied to all servers.

Is there any way to remotely check if the server has received this file?

Side note: I’ve got admin access on domino level, but cant map a network drive to each machine.

More details:

Lets assume the file name is “xyz.txt” and its placed in the domino data directory.

This directory unfortunately is not the same, so how to handle this remotely??

I know its possible to put an agent into a database + let this agent run scheduled… but this would not be flexible enough.

Research done so far:

  • assuming its a DB + using NotesDatabase.IsOpen doesnt work

  • sending “show dir xyz.txt” to the server console doesnt provide any useful result

comments welcome…