Starting and stopping the server and client components of TSO Client
About this task
Starting the server on Windows
About this task
Note: If
you are using authentication mode 2 and a ClearQuest® integrated project, the rccTSOServer
cannot be started in a command window on a remote desktop.
Procedure
The following topics explain how to start rccTSOServer
as a Windows service or
from a command window. The preferred method is to start rccTSOServer
as a windows service.
Starting the server on Linux or UNIX
Procedure
To start the server component of TSO Client on Linux® and the UNIX® system, perform the following steps:
Starting the client
About this task
The client component of TSO Client is started by using the RCCTSOR REXX EXEC. This REXX EXEC has two optional parameters:
- NOCACHE enables you to start the TSO Client without loading cached profile information (saved from previous executions of TSO Client). Using this startup parameter can decrease startup time for TSO Client.
- ALD=*** enables you to automatically clear log files, according
to the frequency or duration settings you specify. It offers the
capability to delete the log files without visiting 3.1.2 Clear Log.
If the specified interval has passed since the last time the log
was deleted, it is triggered after TSOC starts or after the environment
definition is changed(or set). ALD stands for automatic log deletion. Its uses the following syntax:
ALD=[nnnW|NO]
Where
- nnn is the digit, 0 – 9. The possible value is 1 to 999.
- W is the upper case character.
- NO has all upper case characters.
If nW is specified, this means CCz tries to delete the log file if n weeks have been passed since the last time when the log file was deleted. The default is 1W (one week).
If NO is specified, this feature is disabled.
Procedure
To start the client component of TSO Client, run the
RCCTSOR REXX™ EXEC.
Do this by performing one of these two tasks:
Results
If RCCTSOR runs successfully, the TSO Client Main Menu panel displays.
When TSO Client starts, it compares the saved log time and the current time, and if their difference exceeds the specified time interval, a Confirm Log Delete dialog will pop up to let you confirm the log deletion operation.