cprfstart (start PRF daemon)
Format
cprfstart [-h] [-PRFID prf-identifier]
[-PrfTraceLevel prf-trace-collection-level[,[prf-trace
collection-level]...]]
[-PrfTraceCount prf-trace-file-count]
[-PrfTraceFileSize prf-trace-file-size]
[-PrfTraceBufferSize prf-trace-buffer-size]
[-PrfRemakeBuffer]
[-PrfNoBackUp [0|1]]
Function
This command starts the PRF daemon (cprfd). You must start the PRF daemon before starting other processes.
Once the PRF daemon starts, you must change the current directory to the following:
Arguments
Table 4-10 PRF trace collection level specification examples (cprfstart command)
PRF trace collection level specification example | Option specification |
---|---|
Specify a PRF trace collection level for index No. 1 | -PrfTraceLevel 0x44445555 |
Specify PRF trace collection levels for index Nos. 1 and 2 | -PrfTraceLevel 0x44445555,0x55554444 |
Specify a PRF trace collection level for index No. 2 | -PrfTraceLevel,0x55554444 |
Table 4-11 Specification values for collecting detail-level trace information (cprfstart command)
Index | Digits | Upper layer | Lower layer |
---|---|---|---|
Index 1 | Digit 1 | Redirector | Web container |
Digit 2 | EJB container | JNDI | |
Digit 3 | JTA | JCA container | |
Digit 4 | DB Connector | RMI | |
Digit 5 | SOAP Communication Infrastructure | uCosminexus TP1 Connector, TP1/Client/J | |
Digit 6 | TP1/Message Queue - Access | Cosminexus RM | |
Digit 7 | OTS | CTM | |
Digit 8 | CTM | CTM | |
Index 2 | Digit 1 | HCSC server | Standard output, standard error output, and user log |
Digit 2 | DI | Service Coordinator Interactive Workflow | |
Digit 3 | HCSC Server (Object Access Adapter) | HCSC Server (File Adapter) | |
Digit 4 | HCSC Server (Message Queue Adapter) | Cosminexus JPA | |
Digit 5 | JAX-WS engine | JPA container | |
Digit 6 | CosminexusJMS Provider functionality | TP1 inbound adapter | |
Digit 7 | HCSC Server (FTP Adapter) | JavaMail | |
Digit 8 | Java VM | JSF and JSTL | |
Index 3 | Digit 1 | Batch Application Execution Base | (None) |
Index 4 | Digit 1 | CDI | (None) |
Index 9 | Digit 1 | Elastic Application Data store | (None) |
Table 4-12 Specification values for collecting Detail- or Maintenance-level trace information (cprfstart command)
Upper layer | Lower layer | Specification value |
---|---|---|
Standard | Standard | 0 |
Standard | Detail | 1 |
Standard | Maintenance | 2 |
Detail | Standard | 4 |
Detail | Detail | 5 |
Detail | Maintenance | 6 |
Maintenance | Standard | 8 |
Maintenance | Detail | 9 |
Maintenance | Maintenance | a |
Table 4-13 PRF trace collection level specification examples (cprfstart command)
Index | Specification example | Explanation |
---|---|---|
Index 1 | 00000000 | Acquires Standard-level trace information from each functionality layer of index 1. |
00000004 | Acquires Detail-level trace information only from CTM, and acquires Standard-level trace information from other functionality layers. | |
55555544 | Acquires Detail-level trace information from each functionality layer of index 1. | |
a5565544 | Acquires maintenance information from the redirector, Web container, and RMI, and acquires Detail-level trace information from other functionality layers. | |
Index 2 | 00000000 | Acquires Standard-level trace information from each functionality layer of index 2. |
40000000 | Acquires Detail-level trace information only from HCSC server. |
Table 4-14 Specification value of the RMI control-level
Upper layer (DB Connector) | Lower layer (RMI) | Specification value |
---|---|---|
Standard | Control | 3 |
Detail | Control | 7 |
Maintenance | Control | b |
Table 4-15 Relation between the timing to take a backup of the PRF trace file, availability of backup, and the PRFNoBackUp option
Execution Command | End condition of PRF daemon which has started previously | Backup of PRF trace file | |
---|---|---|---|
-PrfNoBackUp 0 | -PrfNoBackUp 1 (Default) | ||
cprfstart | Normal end | No | No |
Forceful end or abnormal end | Yes | No | |
cprfstop | Not dependent on end condition | Yes | No |
cprfstop -Force | Not dependent on end condition | No | No |
Return values
Notes