To see that the components are running, use the rtcctl utility’s listcomponents command:
$ rtcctl listcomponents
The ID number is an internal number, not an operating system process number.To display the actual operating system process identifier numbers (PIDs), use the getpids command:
rtcctl> getpids
The command-line utility for managing Real-Time Collaboration is rtcctl, which is located in the ORACLE_HOME/imeeting/bin directory. This is in fact a shell script that launches a Java process. In earlier releases it was called imtctl.
The most useful option for the command is the following:
rtcctl> getproperties –maxlevel all
This command will list 134 properties.
No comments:
Post a Comment