Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

uumonitor(8) [osf1 man page]

uumonitor(8)						      System Manager's Manual						      uumonitor(8)

NAME
uumonitor - Monitors the UUCP system SYNOPSIS
/usr/lib/uucp/uumonitor DESCRIPTION
The uumonitor command displays a synopsis in tabular format of the current UUCP status. The format of each line in the table is as follows: system_name #C #X most_recent_status CNT:# time Table entries are defined as follows: The remote system for which the entry applies. The number of C.files queued for the remote system. The number of requests for remote execution from the remote system. The result of the most recent attempt to connect to the remote system. The number of times that a failure to log in to the remote system has occurred. This does not include the number failed dial attempts. The time of the last status entry was made for this system. The uumonitor command is helpful for detecting systems that have backlogs, that have gone away for awhile, that have changed phone numbers, and so forth. The CNT: field is useful for detecting a system whose login/passwd has changed. If the CNT: field gets larger than the maxi- mum allowable failures (currently 20), no further attempts to connect to this system are made. If the number of C.files queued starts get- ting unusually large (depending on the system anywhere from 100-1000), action should be taken to determine the cause of the backlog. SEE ALSO
Commands: uucp(1) uumonitor(8)

Check Out this Related Man Page

Poll(4) 						     Kernel Interfaces Manual							   Poll(4)

NAME
Poll - Contains information specifying when the UNIX-to-UNIX Copy Program (UUCP) should poll designated remote computers SYNOPSIS
/usr/lib/uucp/Poll DESCRIPTION
The /usr/lib/uucp/Poll file contains information for polling remote computers. Each entry in the Poll file contains the name of a remote computer to call, followed by a <TAB> character, and a sequence of hourly intervals expressed in digits. These are the hourly intervals at which the local system polls a remote system; you must specify interval times as digits between 0 and 23. The format of entries in the Poll file is: sys-name<TAB>hour Note that you must be logged in as root to edit the Poll file, which is owned by the uucp login ID. The Poll file is used with the crontabs/uucp file, the uudemon.hour script, and the uudemon.poll script. Together, these files are respon- sible for initiating automatic calls to remote systems to perform certain maintenance tasks. EXAMPLES
The following example provides polling of computer eagle every 4 hours: eagle 0 4 8 12 16 20 The follwing example provides polling of computer hera every hour: hera 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 FILES
Contains all the configuration files for UUCP, including the Devices file. Describes accessible remote systems. Initiates file transport calls to remote systems. Polls remote systems listed in /usr/lib/uucp/Poll file. The uucp file that contains instructions for the cron daemon. RELATED INFORMATION
Commands: crontab(1) Daemons: cron(8) delim off Poll(4)
Man Page

13 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Remote ACCESS in SCO UNIX

I have set up a modem in SCO Unix .. I want to dial in from a remote terminal program, what else is needed .. do I have to configure UUCP ?? How ? Any other configurations ? CHRIS (1 Reply)
Discussion started by: germiphene
1 Replies

2. UNIX for Dummies Questions & Answers

what is the command to connect to remote terminals

what is the command to connect to remote terminals? (1 Reply)
Discussion started by: sendtorohitgupt
1 Replies

3. UNIX for Advanced & Expert Users

UUCP on Linux (Pink Tie )

Please help I am having difficulty getting uucp to send or receive a file from a remote site. The remote site settings are correct as they have been tested and tried on other systems. When I try and send a file the modem dials and connects to the remote site uulog shows that the login is... (3 Replies)
Discussion started by: casioman
3 Replies

4. HP-UX

Verifying remote command status

hello Friends, I wanted to verify status of remote command executed on remote machine in hpux. remsh <hostname> -l root cd /sampldir i wanted to check weather the command executed on remote machine correctly or not by $?. Can you tell me how to execute multiple command on remote machine. ... (0 Replies)
Discussion started by: ravikiran
0 Replies

5. UNIX for Advanced & Expert Users

how to read this

Dear All, I have some need, I want know how to read this file, and how to get IP from remote that connect to my system my is (10.178.10.xxx) and how can I see what they doing in my system. thank's before Regards, heru (5 Replies)
Discussion started by: heru_90
5 Replies

6. Shell Programming and Scripting

Trying to print data row/columnwise

PRDCNT=12 FILS= f1=1 f2=2 f3=3 f4=4 f5=5 CNT=0 CNT=`expr $PRDCNT - 5` MNT=6 VR=1 while do f$VR="$f$VR,$MNT" echo "$f$VR" MNT=`expr $MNT + 1` CNT=`expr $CNT - 1` VR=`expr $VR + 1` if then (8 Replies)
Discussion started by: swaminathanks
8 Replies

7. Shell Programming and Scripting

Date format of remote system

Hi, I am trying to write a small code where i capture the output of ls command on a remote system. However i want a certain consistency in the date format being received Say i want it to be dd/mm/yyyy format. how can i do this? This is what i am doing currently FTP1=`ssh... (5 Replies)
Discussion started by: aagarwa
5 Replies

8. UNIX for Dummies Questions & Answers

solved - removing last n char in every line

Hi all, I want to remove last n char in every line. I'm having the comment as, cnt=10 cat filename | rev | cut -c $cnt- | rev I want to have it with sed or awk or any command except perl. Pls help me in the comment. I have tried few options using sed. But not able to get it. ... (7 Replies)
Discussion started by: poova
7 Replies

9. Shell Programming and Scripting

AIX system.... deleting files in remote directory after retrieving files

Hi Friends, I am new to this , I am working on AIX system and my scenario is to retrive the files from remote system and remove the files from the remote system after retreving files. I can able to retrieve the files but Can't remove files in remote system. Please check my code and help me out... (3 Replies)
Discussion started by: vinayparakala
3 Replies

10. Shell Programming and Scripting

Sftp- file not present in the remote location

I'm able to connect to the remote server (server_name). But when i'm transferring the files, its getting transferred. But the file is not there in the remote location. I tried with a zero byte and 5 byte file sftp6 -P <port-no> --password=file:///<file having the pwd>... (1 Reply)
Discussion started by: help_scr_seeker
1 Replies

11. Shell Programming and Scripting

grep: not found

Hi, running below korn shell script #!/bin/ksh chk_dump() { CNT=`ls *.dmp|grep $DATE|wc -l` if ; then echo "delete_dumpfile" else echo "start_exp" fi } chk_dump getting below error: (3 Replies)
Discussion started by: milink
3 Replies

12. UNIX and Linux Applications

Cannot connect to the Event Server after 3 attempts in autosys 11

Good afternoon: I need your help plase IN Prudcution system Autosys 4.5 was used and the was a migration to release Autosys 11. but AFTER THE RELASE TO THE NEW VERSUON r11 i cann not longer connect to the event server, so when i connected to the previous SERVER in A 4.5 i was able to use... (5 Replies)
Discussion started by: alexcol
5 Replies

13. Shell Programming and Scripting

Trimmean of Excell in awk

Anyone know how we can implement excel trimmean avg in Unix. possible by AWK Sample File scr1 100 scr1 2000 scr2 320 scr1 50 scr1 10 scr2 2 scr2 220 scr1 4234 scr2 2435 scr2 2 scr3 345 scr2 356 expected Output, which was using =trimmean(scr1 values, ignore 50% of values from... (8 Replies)
Discussion started by: mychbears
8 Replies