Start the server from a Korn shell
Use Windows SFU Korn shell (ksh) to start the Kuka RRS Server as follows.
- Open a Windows SFU Korn shell.
- Change to the \KUKA_KRC1__1.XX\bin folder.
Example: cd /dev/fs/C/krc/rrs1/KUKA_KRC1__1.XX/bin
- If pid.log exists, remove it first.
Example: rm pid.log
- Set the library path to the current folder.
Example: export LD_LIBRARY_PATH=/dev/fs/C/krc/rrs1/KUKA_KRC1__1.XX/bin
- The following three flags are required for the RCS Server
(rcssrv_KUKA_KRC1__1.XX):
- -tcp: defines the TCP port to communicate with V6
- -log: specifies name and location of the logfile
- -pid: specifies the file for the process ID
Syntax: ./rcssrv_KUKA_KRC1__1.XX -tcp 2800 -log ./rcs.log -pid ./pid.log - Execute the krc1test.exe utility provided in
..\KUKA_KRC1__1.XX\bin and choose either the license
server or the license file provided by Kuka to have the license
registered properly.
In the case of a node locked license, this will result in the creation of a My Computer/HKEY_LOCAL_MACHINE/SOFTWARE/FLEXlm License Manager/KUKAROB_LICENSE_FILE Windows registry key that points to the RCS license file. See the file ..\KUKA_KRC1__1.XX\bin\enduser.pdf for any RCS FLEXlm licensing questions.
Note: This step needs to be done only once.Note: You can alternatively configure a server-based floating RCS license environment. See Configuring and Using a Server-based License.