Client Index and Media Database Integrity

To verify the integrity of the client file indexes and media database, examine the daemon.log file.

On UNIX based systems, the daemon.log file is located in the /nsr/logs

On Windows servers, the daemon.log file is located in the C:\win32app\nsr\logs directory for Legato NetWorker release 5.x, and in the C:\Program Files\nsr\logs directory for Legato NetWorker release 6.x.

Look for errors pertaining to the client file indexes or media database, for example Wisconsin Storage System (WiSS) errors. If any errors are found for the client file indexes, you can use the nsrck command to check the consistency of the client file indexes:

  • On Legato NetWorker 5.x:
    # nsrck -F <client>
  • On Legato NetWorker version 6.x:
    # nsrck -L6 <client>

    If errors are found pertaining to the media database, use the nsrim command to check the consistency of the media database:

    # nsrim -X

    See the Legato Command Reference Guide for complete details on using the nsrck(1m) and nsrim(1m) commands.

    If after using the nsrck or nsrim commands, you still have problems with the client file indexes or the media database, you may need to ontact your support group for further assistance.