The following command kills only the coserver to which your INFORMIXSERVER environment variable is set (usually coserver 1) and displays verbose output messages:
onclean -v -k
Use the xctl and onclean commands to kill coserver eds.3 only. The other coservers might still have processes executing. If killing one coserver does not solve the database server problem, try killing all of the coservers.
xctl -C eds.3 onclean -k
The following command kills and cleans up all the coservers on your system when the database server is offline:
xctl onclean
The following command kills and cleans up all the coservers on your system whether or not they are running:
xctl onclean -kHome | [ Top of Page | Previous Page | Next Page | Contents | Index ]