Document Information
Preface
Part I Network Services Topics
1. Network Service (Overview)
2. Managing Web Cache Servers
3. Time-Related Services
Part II Accessing Network File Systems Topics
4. Managing Network File Systems (Overview)
5. Network File System Administration (Tasks)
6. Accessing Network File Systems (Reference)
Part III SLP Topics
7. SLP (Overview)
8. Planning and Enabling SLP (Tasks)
9. Administering SLP (Tasks)
10. Incorporating Legacy Services
11. SLP (Reference)
Part IV Mail Services Topics
12. Mail Services (Overview)
13. Mail Services (Tasks)
14. Mail Services (Reference)
Part V Serial Networking Topics
15. Solaris PPP 4.0 (Overview)
16. Planning for the PPP Link (Tasks)
17. Setting Up a Dial-up PPP Link (Tasks)
18. Setting Up a Leased-Line PPP Link (Tasks)
19. Setting Up PPP Authentication (Tasks)
20. Setting Up a PPPoE Tunnel (Tasks)
21. Fixing Common PPP Problems (Tasks)
22. Solaris PPP 4.0 (Reference)
23. Migrating From Asynchronous Solaris PPP to Solaris PPP 4.0 (Tasks)
24. UUCP (Overview)
25. Administering UUCP (Tasks)
26. UUCP (Reference)
UUCP /etc/uucp/Systems File
UUCP /etc/uucp/Devices File
UUCP /etc/uucp/Dialers File
Other Basic UUCP Configuration Files
UUCP /etc/uucp/Permissions File
UUCP /etc/uucp/Poll File
UUCP /etc/uucp/Config File
UUCP/etc/uucp/Grades File
Other UUCP Configuration Files
UUCP Error Messages
Part VI Working With Remote Systems Topics
27. Working With Remote Systems (Overview)
28. Administering the FTP Server (Tasks)
29. Accessing Remote Systems (Tasks)
Part VII Monitoring Network Services Topics
30. Monitoring Network Performance (Tasks)
Glossary
Index
|
UUCP Administrative Files
The UUCP administrative files are described next. These files are created in spool directories
to lock devices, hold temporary data, or keep information about remote transfers or executions.
Temporary data files (TM) – These data files are created by UUCP processes under the spool directory /var/spool/uucp/x when a file is received from another computer. The directory x has the same name as the remote computer that is sending the file. The names of the temporary data files have the following format: TM.pid.ddd pid is a process ID and ddd is a sequential three-digit number that starts at 0. When the entire file is received, the TM.pid.ddd file is moved to the path name that is specified in the C.sysnxxxx file (discussed subsequently) that caused the transmission. If processing is abnormally terminated, the TM.pid.ddd file can remain in the x directory. These files should be automatically removed by uucleanup.
Lock files (LCK) – Lock files are created in the /var/spool/locks directory for each device in use. Lock files prevent duplicate conversations and multiple attempts to use the same calling device. The following table shows the different types of UUCP lock files.
Table 26-6 UUCP Lock FilesFile Name |
Description |
LCK.sys |
sys represents the name of the computer that is using the file |
LCK.dev |
dev represents the
name of a device that is using the file |
LCK.LOG |
LOG represents a locked UUCP log
file |
These files can remain in the spool directory if the communications link is unexpectedly
dropped, such as when a computer crashes. The lock file is ignored (removed) after
the parent process is no longer active. The lock file contains the process ID of
the process that created the lock.
Work file (C.) – Work files are created in a spool directory when work, such as file transfers or remote command executions, has been queued for a remote computer. The names of work files have the following format: C.sysnxxxx sys is the name of the remote computer, n is the ASCII character that represents the grade (priority) of the work, and xxxx is the four-digit job sequence number that is assigned by UUCP. Work files contain the following information:
Full path name of the file to be sent or be requested.
Full path name of the destination or user or file name.
User login name.
List of options.
Name of associated data files in the spool directory. If the uucp -C or uuto -p option was specified, a dummy name (D.0) is used.
Mode bits of the source file.
Remote user's login name to be notified on completion of the transfer.
Data file(D.) – Data files are created when you specify on the command line to copy the source file to the spool directory. The names of data files have the following format: D.systmxxxxyyy – systm is the first five characters in the name of the remote computer. xxxx is a four-digit job sequence number assigned by uucp. The four-digit job sequence number can be followed by a subsequent number. yyy is used when several D. files are created for a work (C.) file.
X. (execute file) – Execute files are created in the spool directory prior to remote command executions. The names of execute files have the following format: X.sysnxxxx sys is the name of the remote computer. n is the character that represents the grade (priority) of the work. xxxx is a four-digit sequence number that is assigned by UUCP. Execute files contain the following information:
Requester's login and computer name
Names of files that are required for execution
Input to be used as the standard input to the command string
Computer and file name to receive standard output from the command execution
Command string
Option lines for return status requests
|