Scalable Database Server, HiRDB Version 8 Command Reference

[Contents][Index][Back][Next]

pdkill (Forcibly terminate a process)

Function

The pdkill command forcibly terminates a specified process.

Executor

HiRDB administrator

Format

pdkill process-ID

Option

Specifies the ID of the process to be terminated forcibly. To check the process ID, use the pdls -d prc command.

Rules

  1. You can execute the pdkill command only when HiRDB is active.
  2. Execute the pdkill command at each server machine.

Notes

  1. You can check the result of the pdkill command using the pdls command (specifying -d prc).
  2. Make sure that the specified process ID is correct. If an incorrect process is terminated forcibly, HiRDB may terminate abnormally.
  3. Return code 0 for the pdkill command indicates normal termination, and return code -1 indicates abnormal termination.