PSA 6.5 Filter Definition Update Commands (fltcpy, fltupdate)

• Windows

zOrdinary update procedure

The following example stops PSA, executes the command for copying update files in the [\tmp\filter] directory containing an expanded file definition for an update, and restarts PSA after the [fltcpy] command is completed:

>net stop "PRIMEQUEST Server Agent"

>fltcpy -d C:\temp\filter

>net start "PRIMEQUEST Server Agent"

*If the OS is restarted after execution of the [fltcpy] command, this procedure is not required because PSA is automatically started.

zForced update procedure

The following example reverts to the older filter definition (a filter definition in the [\tmp\filter] directory):

> net stop "PRIMEQUEST Server Agent" > fltcpy -f -d /tmp/filter

>fltupdate -f

>net start "PRIMEQUEST Server Agent"

C122-E003-02EN

6-13