United States-English |
|
|
HP-UX Reference > Oocdebug(1M)HP-UX 11i Version 3: February 2007 |
|
NAMEocdebug — outbound connection daemon debug utility used by DDFA software SYNOPSISocdebug -fpseudonym -nnode_name [-b board_no] [-c config_file] [-d debug_level] [-l log_level] [-p port_no] DESCRIPTIONThe ocdebug daemon is the debugging version of the Outbound Connection Daemon (ocd). ocd is part of the Data Communications and Terminal Controller (DTC) Device File Access (DDFA) software. It manages the connection and data transfer to the remote terminal server port. See ddfa(7) for more information on how to configure the DDFA software and for an explanation of how it works. Debugging may be toggled interactively by sending the SIGUSR1 signal to the process using: kill -16 pid. ocdebug logs important messages and error conditions to /var/adm/syslog. Debug messages are logged to the file /var/adm/ocdpid and the file name is displayed at the start of debugging. Optionsocdebug recognizes the following options. Apart from the -d option they are the same as the ocd options.
In order to shutdown every ocd running without restarting them, the following command can be executed: kill -15 `ps -e | grep ocd | awk '{print $1}'` WARNINGSIn order to ensure that commands (such as ps) display the correct device file name (that is, the pseudonym), all pseudonyms should be placed into the directory /dev/telnet. If pseudonyms are not specified for placement in this directory, the correct display of device file names with many commands is not guaranteed. In addition, in order to ensure that commands (such as w, passwd, finger, and wall) work correctly, each pseudonym must be unique in its first 17 characters (including the directory prefix /dev/telnet/). If pseudonyms are not unique in their first 17 characters, the correct functioning of many commands is not guaranteed. Also, in order to reliably handle timing mark negotiations (and ensure that files printing on a printer attached to a terminal server have been completely flushed to that printer), the following line must be added near the end of each printer interface script for printers attached to a terminal server: stty exta <&1 2>/dev/null The printer interface scripts reside in the directory /etc/lp/interface. The line must be added just prior to the final 'exit' command in each printer interface script. If this line is not added as specified, the printing reliability of printers attached to a terminal server is not guaranteed. |
Printable version | ||
|