
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
>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
>fltupdate
>net start "PRIMEQUEST Server Agent"