A.1.13 Examples
Following is an example of the CRM command:
CRM -t 0 //myhost:5587 GROUP2 /dev/null>std.out 2>std.err &When you start CRM from the UNIX command line, the following CRM Command Line
Console appears:
$ CRM -t 0 //myhost:5587 GROUP2
ORACLE Tuxedo Mainframe Adapter for SNA Resource Manager started 2023 10-27
18:40:49.09
[CRM]
console active. Enter commands
?>
da => Display active tasks
dl => Display remote links
ds => Display link statistics
dt => Display trace status
st => Start all links
sh => Stop all links and terminate
si => Terminate immediately (no quiesce)To launch CRM with the console running in the background:
$ CRM -t 0 //myhost:5587 GROUP2 <dev/null>std.out 2>std.err &To launch CRM with detailed tracing and APPC Stack API tracing turned on from
the command line using the host/port address, type:
CRM -t 2 -s //myhost:5587Parent topic: CRM