TMF Reference Manual (G06.24+)
TMFCOM Commands
HP NonStop TMF Reference Manual—522418-002
3-9
File Names and Process Identifiers
Process Identifiers
TMFCOM commands can refer to (and display information about) both unnamed and
named processes.
Identifiers for Unnamed Processes
The syntax used to identify an unnamed process is:
cpu
specifies the CPU number of the processor in which the process is running. cpu is
one or two digits representing a value in the range 0 through 15. A leading zero
must be suppressed.
pin
specifies the process identification number of the process. pin is one to five digits
representing a value in the range 0 through the maximum value allowed for the
CPU. Leading zeros must be suppressed.
The following are examples of identifiers for unnamed processes:
(2,850)
(6,2101)
Identifiers for Named Processes
The syntax used to identify a named process is:
node
specifies the name of the node on which the process is running. A node name
consists of a backslash (\) followed by one to seven alphanumeric characters; the
first alphanumeric character must be a letter.
process-name
specifies the name of the process. A process name consists of a dollar sign ($)
followed by one to five alphanumeric characters; the first alphanumeric character
must be a letter.
The following are examples of identifiers for named processes:
$beta
$redd1
\NY.$dm04
(cpu,pin)
[node.]process-name