Hitachi

Hitachi Application Server V10 Command Reference Guide (For Windows® Systems)


5.2.3 cprfstop

The cprfstop command stops the PRF daemon.

Synopsis

cprfstop [-PRFID PRF-identifier] [-Force] [-h]

Storage location

Application Server installation directory\common\PRF\bin\

Function

This command stops the PRF daemon (cprfd). You should stop the PRF daemon only after all other processes have been stopped.

Execution permission

Precondition

The same PRFSPOOL environment variable as the one assumed by the request destination PRF daemon must be set. Otherwise, the command returns an error.

Environment variable

Arguments

-PRFID prf-identifier

For the PRF identifier, specify the PRF server name that is given when the PRF is created by using the create-prf subcommand of asadmin.

Specifies a PRF daemon identifier, as 1 to 31 alphanumeric characters and the underscore (_). Do not specify a character string that begins with TSC or tsc or with CTM or ctm.

Default value: PRF_ID

-Force

Forcibly stops the PRF daemon.

-h

Displays the command's usage.

Exit Status

Exit Status

Explanation

0

The PRF daemon stopped normally.

1

The PRF daemon is not active. Either the PRFSPOOL environment variable is different from the one assumed for the PRF daemon or the value of -PRFID is invalid.

2

The PRFSPOOL environment variable has not been set up.

3

A timeout occurred.

Other than the above

An error occurred during command processing. Take the corrective actions indicated in the output message, and then re-execute the command. The error message is output to the standard error output and a log file.

Notes