Blocking Updates for Selected Components

You can configure Dr.Web Updater to block updates to selected components of your Dr.Web for Novell Storage Services.

To view the list of available components, use the --components command line parameter:

Example:

# ./update.pl --components
 
Available Components:
   agent      
   drweb         (frozen)
   icapd         (frozen)
   vaderetro_lib

If updates to a component are blocked, that component is marked as frozen. Frozen components are not updated when Dr.Web Updater is started.

Blocking updates

To block updates for specific component, use the --freeze=<components> command-line parameter, where <components> is a comma separated list of components to be frozen.

Example:

# ./update.pl --freeze=drweb
Updates for component 'drweb' are frozen.
Run command './updater --unfreeze=drweb' to start updates again.

Unblocking updates

To enable updates for a frozen component, use the --unfreeze=<components> command-line parameter, where <components> is a comma separated list of components to be unfrozen.

Example:

# ./update.pl --unfreeze=drweb
Updates for component 'drweb' are no longer frozen.

Внимание!

Unfreezing will not update the component.