C122-E003-02EN 6-13
PSA
6.5 Filter Definition Update Commands (fltcpy, fltupdate)
• Windows
z Ordinary 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:
* If the OS is restarted after execution of the [fltcpy] command, this procedure is not
required because PSA is automatically started.
z Forced 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 -d C:\temp\filter
> net start "PRIMEQUEST Server Agent"
> net stop "PRIMEQUEST Server Agent"
> fltcpy -f -d /tmp/filter
> fltupdate -f
> net start "PRIMEQUEST Server Agent"