Forum Discussion

PetrHanz's avatar
PetrHanz
Level 4
11 years ago

garbage with data integrity check

Hi,   NBU 7.6 remove crcollect and uses clean of garbage through data integrity check (enable/disable in contentrouter or spa). I am lookup for information about process of the data integrity p...
  • Marianne's avatar
    11 years ago

    Seems crcontrol is still there.

    See p. 216:

    Processing the MSDP transaction queue manually
    Usually, you should not need to run the deduplication database transaction queue
    processes manually. However, you can do so.
    See “About MSDP queue processing” on page 216.
     

    Steps are listed on p.217:

    To process the MSDP transaction queue manually
    1 On the MSDP storage server, run the following command:
      UNIX: /usr/openv/pdde/pdcr/bin/crcontrol --processqueue
      Windows: install_path\Veritas\pdde\Crcontrol.exe --processqueue

    2 To determine if the queue processing is still active, run the following command:
      UNIX: /usr/openv/pdde/pdcr/bin/crcontrol --processqueueinfo
      Windows: install_path\Veritas\pdde\Crcontrol.exe --processqueueinfo
      If the output shows Busy : yes, the queue is still active.

    3 To examine the results, run the following command (number 1 not lowercase letter l):
      UNIX: /usr/openv/pdde/pdcr/bin/crcontrol --dsstat 1
      Windows: install_path\Veritas\pdde\Crcontrol.exe --dsstat 1
      The command may run for a long time; if you omit the 1, results return more
      quickly but they are not as accurate.