Registration of remote executable program

After making the remote executable program, you should register it. For registration, we use the "omrpc-register" program.

         % omrpc-register -register calc_sin.rex
      

This program creates the ".omrpc_register" directory in the user's home directory and database, which consists of the module name, function name and path to the remote executable program.

After completing the above procedure, setup on the remote host side is finished. We move next to the setup on the client host side.