Enabling and disabling auto restart of scans

Prev Next

Use the commands in this section to enable or disable automatic resumption of scans in storages that have been remounted.

To enable the automatic scan restart feature:

  1. Enable the CLI configuration mode:

    hostname > enable
    hostname # configure terminal
    				
  2. Enable automatic scan restart:

    hostname (config) # fmps scan auto-restart
  3. Save your changes:

    hostname (config) # write memory

To disable the automatic scan restart feature:

  1. Enable the CLI configuration mode:

    hostname > enable
    hostname # configure terminal
    				
  2. Disable automatic scan restart:

    hostname (config) # no fmps scan auto-restart
  3. Save your changes:

    hostname (config) # write memory