Setting the password authentication parameter for the TSO Client server
Before you begin
Previous step: Logging in to the Windows, Linux, or UNIX system
About this task
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
Next step: Start the TSO Client server