FileShare requires that a CCITCP2 service is running on the machine. This service is started in one of two ways:
- If you are currently using the Enterprise Server components with Server Express or Server for COBOL, the CCITCP2 service is started when the Enterprise Server 'mfds' executable in $COBDIR/bin is invoked.
- If you have not configured the Enterprise Server components with Server Express or Server for COBOL , the CCITCP2 service is started by running 'ccitcp2' executable in $COBDIR/bin.
- Further explanation: Configuration of the Enterprise Server components may be done during the installation of Server Express, or afterwards. During installation, at one point the install script said:
Your Enterprise Server requires configuration. You can either do it now or later. To do it now you need to know the alphanumeric user ID of the Enterprise Server System Administrator.
To do it later, enter the following commands whilst logged in as root :
[cobdir]/bin/eslminstall
[cobdir]/bin/casperm
Do you wish to configure it now? Please enter “y” or “n”:
(In the above, [cobdir] stands for the directory where you installed the product).
If you originally choose “y” and configured Enterprise Server, the CCITCP2 service will be started when the Enterprise Server 'mfds' executable in $COBDIR/bin is invoked.
If you originally choose "n", Enterprise Server won't have been configured. In that case, start the CCITCP2 service by running the 'ccitcp2' executable in $COBDIR/bin
To help discover whether you originally chose “y” or "n" to this question during installation, enter this command:
$COBDIR/bin/casstart -?
If the output says:
Enterprise Server has not yet been configured
then you originally chose "n", and Enterprise Server is not configured. In that case, start the CCITCP2 service by running the 'ccitcp2' executable in $COBDIR/bin.
If the output says:
CAS Enterprise Server initiation
Optional parameters:
/r{es-name} ES name
/o{config-name} Configuration name
/u{userid} Authorization User ID
/p{password} Authorization Password
/c{group} Authorization Group
/w(nb seconds) Wait for start to be completed (default 15 seconds)
Then you originally chose "y", and Enterprise Server is configured. In that case, the CCITCP2 service will be started when the Enterprise Server 'mfds' executable in $COBDIR/bin is invoked.