Contacts a specified remote system with debugging turned on and allows the user to override the default retry time.
uutry [ -xDebugLevel ] [ -r ] SystemName
The uutry command contacts a remote system, specified by the SystemName parameter, using debugging mode. Debugging mode provides a means of monitoring Basic Networking Utilities (BNU) connections to remote computers and file transfers. The uutry command calls the uucico daemon to contact the remote system.
The debugging output is scrolled on the screen of the local system. Once the system has finished displaying this information, press the Interrupt key to return to the prompt.
The -r flag overrides the default retry time if the first attempt to contact the remote system is unsuccessful. The default retry time is 5 minutes.
The SystemName parameter, which is required, specifies the name of the remote system you wish to contact.
Item | Description |
---|---|
-r | Overrides
the default retry time. If for some reason the uucico daemon cannot complete
the requested connection, the daemon waits for a set amount of time
and tries again. The default retry time is 5 minutes.
Note: The time at which the remote system was last polled is recorded in the SystemName file in the /var/spool/uucp/.Status directory. |
-xDebugLevel | Overrides the default amount of detail in the debugging information that the uutry command displays on the screen. The valid range for the DebugLevel variable is 0 to 9, with a default of 5. Higher numbers cause the final report to be more detailed. If the -x flag is not used, the uucico daemon is started with the default level, which produces a moderate amount of information. |
/usr/sbin/uucp/uutry -x9 venus
instructs the uutry command to generate as much information as possible about the way in which the uucico daemon is working.
/usr/sbin/uucp/uutry -r venus
Using the -r flag instructs the uucico daemon to contact remote system venus, overriding the default retry time. The daemon attempts to contact system venus, retrying periodically until the connection is successful, and then produces debugging output on the display screen of the local system.
Item | Description |
---|---|
/usr/sbin/uucp/uutry | Contains the uutry command. |
/etc/uucp/Devices | Contains information about available devices. |
/etc/uucp/Dialcodes | Contains dial-code abbreviations. |
/etc/uucp/Dialers | Specifies initial handshaking on a connection. |
/etc/uucp/Permissions | Describes access permissions for remote systems. |
/etc/uucp/Systems | Describes accessible remote systems. |
/var/spool/uucp/.Status/SystemName | Lists the last time the remote system named by the SystemName file was contacted. |
/var/spool/uucppublic/* | Contain the BNU public directories. |