Setting the password authentication parameter for the TSO Client server

About this task

You start the TSO Client server by executing a batch file (on Windows) or shell command (on Linux or UNIX). To use password authentication, you need to set the -a 2 parameter in these files.
Windows platforms: To set the password authentication parameter for the TSO Client server on Windows, edit the rccTSOServer.bat script and include the -a 2 parameter on the rccTSOServer command, as shown in the following example. The default location of rccTSOServer.bat is C:\Program Files\IBM Rational\ClearCase\bin.
set cp=copy
set cat=ccperl rccCat.pl
set cleartool=cleartool
set clearmake=clearmake
set TSO_SERVER_PORT_NUMBER=6000
# set c:\workarea as working directory for rccTSOServer.exe
cd /D C:\workarea
rccTSOServer -p %TSO_SERVER_PORT_NUMBER% -a 2
Linux or UNIX platforms: To set the password authentication parameter for the TSO Client server on Linux or UNIX, edit the rccTSOServer.sh script and include the -a 2 parameter on the rccTSOServer command, as shown in the following example. The default location of rccTSOServer.sh is /opt/rational/clearcase/bin.
rccTSOServer -p portnumber -V -a 2
Replace portnumber with the port where the server component of TSO Client is configured.

What to do next