Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

status(4) [osf1 man page]

Status(4)						     Kernel Interfaces Manual							 Status(4)

NAME
Status, .Status - Contains information about the status of the uucp program contacts with remote systems SYNOPSIS
/usr/spool/uucp/.Status DESCRIPTION
The /usr/spool/uucp/.Status directory contains information about the status of the uucp program contacts with remote systems. For each remote system contacted, the uucp program creates a file in the .Status directory called SystemName, where the SystemName file is named for the remote system being contacted. In the .Status/SystemName file, the uucp program stores the following information: Time of the last call in seconds Status of the last call Number of retries Retry time, in seconds, of the next call The times given in the .Status/SystemName file are expressed as seconds elapsed since midnight of January 1, 1970 (the output of a time system call). Thus, the retry time is in the form of the number of seconds that must have expired since midnight of January 1, 1970 before the system can retry. To make this entry in the .Status/SystemName file, uucp performs a time system call, adds 600 seconds, and places the resulting number of seconds in the file. If the last call was unsuccessful, the uucico daemon will wait until the time specified by the retry time before attempting to contact the system again. RELATED INFORMATION
Daemons: uucico(8) Functions: time(3) delim off Status(4)

Check Out this Related Man Page

Log(4)							     Kernel Interfaces Manual							    Log(4)

NAME
Log, .Log - Contains the uucp program log files SYNOPSIS
/usr/spool/uucp/.Log DESCRIPTION
The /usr/spool/uucp/.Log directories contain uucp program log files. The uucp program normally places status information about each trans- action in the appropriate log file each time you use the networking utilities facility. All transactions of the uucico and uuxqt daemons are logged in files named for the remote system concerned. The files are stored in a subdirectory of the /usr/spool/uucp/.Log directory named for the daemon involved. Thus, the log files are named with a form of the following: /usr/spool/uucp/.Log/DaemonName/SystemName The uucp and uuto commands call the uucico daemon. The uucico daemon activities for a particular remote system are logged in the System- Name file in the /usr/spool/uucp/.Log/uucico directory on the local system. The uux and uusend commands call the uuxqt daemon. The uuxqt daemon activities for a particular remote system are logged in the SystemName file in the /usr/spool/uucp/.Log/uuxqt directory on the local system. When more than one uucp process is running, however, the system cannot access the standard log file, so it places the status information in a file with a .Log prefix that covers just the single transaction. The uucp program can automatically append the temporary log files to a primary log file. This is called compacting the log files, and is handled by the uudemon.cleanu command, a shell procedure, which combines the log files of the activities of the uucico and uuxqt daemons on a system and stores them in the /usr/spool/uucp/.Old directory. The default is for the uudemon.cleanu command to save log files that are 2 days old. This default can be changed by modifying the appro- priate line in the shell script. If storage space is a problem on a particular system, reduce the number of days that the files are kept in the individual log files. The uulog command can be used to view the uucp program log files. RELATED INFORMATION
Daemons: cron, uucico(8), uusched(8) Commands: uucp(1), uudemon.cleanu(4), uulog(1), uusend(1), uuto(1), uux(1) delim off Log(4)
Man Page

11 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

how to get number of seconds

How do I get the number of seconds since 1970, within a script, for the previous day at 23:59? I need this value to pass into a sql statement to cleanup records older than the previous day at midnight. It will be automated via cron so no hard coding allowed. Thanks! (2 Replies)
Discussion started by: captainzeb
2 Replies

2. Shell Programming and Scripting

Separate a portion of text file into another file

Hi, I have my input as follows : I have given two entries- From system Mon Aug 1 23:52:47 2005 Source !100000006!: Impact !100000005!: High Status ! 7!: New Last Name+!100000001!: First Name+ !100000003!: ... (4 Replies)
Discussion started by: srikanth_ksv
4 Replies

3. UNIX for Advanced & Expert Users

Help required regarding Unix Signal

It is required to trap the signal send to a daemon process before rebooting a unix server. Suppose a script abc.ksh is running in the server as daemon. Before rebooting the server, the unix admin kills all the daemon processes. It is not known to me how admin kills the processes; I mean by which... (9 Replies)
Discussion started by: k_bijitesh
9 Replies

4. HP-UX

Lpstat

Hi there all.. I got 4 HP ux systems and 4 AIX systems here. when I let LPSTAT make a report in aix with -W I get a really nice report. Example: Queue Dev Status Job Files User PP % Blks Cp Rnk -------------------- -------------- --------- ------ ------------------ ---------- ---- ---... (12 Replies)
Discussion started by: draco
12 Replies

5. Shell Programming and Scripting

make 2 column in file

I have below file ( where ====== as a clue for new column ) w Z r y t ====== u i y iu deww the output that I need is : w u Z i y (9 Replies)
Discussion started by: budi.mulya
9 Replies

6. UNIX for Dummies Questions & Answers

Know File Status

Hi Guys, how to know the status of a file to whether it is copied partially from the source location or completly copied. Appreciate your quick reply on this. ---------- Post updated at 05:16 AM ---------- Previous update was at 04:34 AM ---------- #!/bin/ksh file_nm=$1 no_of_tries=5... (2 Replies)
Discussion started by: palanisvr
2 Replies

7. UNIX for Dummies Questions & Answers

how to get the same time in two systems,

Hi all, how to get the same time in two systems, for example: in one system i have the correct time, and second system i have wrong time. now i want the first sytem to second sytem, i dont to want to do this work manually. i know there is one command to get the time. in ntp. ... (3 Replies)
Discussion started by: anishkumarv
3 Replies

8. Shell Programming and Scripting

Changing the first occurrence after matching a pattern

Hi, I got a file which looks like this: Value A Status: - Other: - Value B Status: - Other: - Value C Status: - Other: - I would like to change only the first line which includes the "Status:" string after matching the line containing "Value B", so the output file should look... (5 Replies)
Discussion started by: wenclu
5 Replies

9. Linux

Shell Scripting

Hi I have a script that Checks DiskSpace Few Daemons status Few FileAgent Status I need to have a summary of the results on the top like this DiskSpace:Ok/Not OK Few Daemons status:Ok/Not OK Few FileAgent Status:Ok/Not OK The actual Script like the if conditions should be followed by... (5 Replies)
Discussion started by: SIva81
5 Replies

10. UNIX for Beginners Questions & Answers

How to get 2nd last column of the line- UNIX?

I want to retrieve Status from below example. Columns numbers will be dynamic but Status will always be 2nd last- JobName StartTime EndTime Status ExitCode autorep -j $jobName | grep '^FR' | awk -F' ' '{print $2}' The above code gives me the 2nd column from start of the line. (7 Replies)
Discussion started by: Tanu
7 Replies

11. What is on Your Mind?

Status of Badging System - Beta 1

Dear All, Here is the current status of the badging system: The Beta 1 phase of the new badging system is close to completion. 42 prototype badges have been "allocated" 6 prototype badge slots are held in reserve The "alert you have new badges" prototype is running and is currently... (4 Replies)
Discussion started by: Neo
4 Replies