To start the daemon, you need a version of both Perl on your Unix machine and a version of Java.
To start the daemon on the default port (4075) as a background process, perform this command with superuser authority:
$COBDIR/remotedev/startrdodaemon
The daemon will now listen for any Eclipse client processes connecting to that machine on port 4075. If you want to use another port, specify another port number on the startrdodaemon command.
The daemon can also be configured to instantiate the servers on a specified port or range of ports. This is particularly relevant when you want to only open certain ports through a firewall. To do this, perform this command with superuser authority:
$COBDIR/remotedev/startrdodaemon [<port> | <low port>-<high port>]
For example,
$COBDIR/remotedev/startrdodaemon 4999
This command will start a daemon listening on port 4999 and will use random server ports.
For example,
$COBDIR/remotedev/startrdodaemon 4080 4090-4999
This command will start a daemon listening on port 4080 and server ports will be in the range 4090 to 4999.