Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

implog(8) [bsd man page]

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

NAME
implog - IMP log interpreter SYNOPSIS
/usr/sbin/implog [ -D ] [ -f ] [ -c ] [ -r ] [ -l [ link ] ] [ -h host# ] [ -i imp# ] [ -t message-type ] DESCRIPTION
Implog is program which interprets the message log produced by implogd(8C). If no arguments are specified, implog interprets and prints every message present in the message file. Options may be specified to force printing only a subset of the logged messages. -D Do not show data messages. -f Follow the logging process in action. This flags causes implog to print the current contents of the log file, then check for new logged messages every 5 seconds. -c In addition to printing any data messages logged, show the contents of the data in hexadecimal bytes. -r Print the raw imp leader, showing all fields, in addition to the formatted interpretation according to type. -l [ link# ] Show only those messages received on the specified ``link''. If no value is given for the link, the link number of the IP protocol is assumed. -h host# Show only those messages received from the specified host. (Usually specified in conjunction with an imp.) -i imp# Show only those messages received from the specified imp. -t message-type Show only those messages received of the specified message type. SEE ALSO
imp(4P), implogd(8C) BUGS
Can not specify multiple hosts, imps, etc. Can not follow reception of messages without looking at those currently in the file. 4.2 Berkeley Distribution November 16, 1996 IMPLOG(8)

Check Out this Related Man Page

ACC(4)							     Kernel Interfaces Manual							    ACC(4)

NAME
acc - ACC LH/DH IMP interface SYNOPSIS
/sys/conf/SYSTEM: NACC 0 # ACC LH/DH ARPAnet IMP interface PLI YES # LH/DH is connected to a PLI DESCRIPTION
The acc device provides a Local Host/Distant Host interface to an IMP. It is normally used when participating in the DARPA Internet. The controller itself is not accessible to users, but instead provides the hardware support to the IMP interface described in imp(4). When configuring, the imp(NIMP) pseudo-device must also be included. DIAGNOSTICS
acc%d: not alive. The initialization routine was entered even though the device did not autoconfigure. This indicates a system problem. acc%d: can't initialize. Insufficient UNIBUS resources existed to initialize the device. This is likely to occur when the device is run on a buffered data path on an 11/750 and other network interfaces are also configured to use buffered data paths, or when it is configured to use buffered data paths on an 11/730 (which has none). acc%d: imp doesn't respond, icsr=%b. The driver attempted to initialize the device, but the IMP failed to respond after 500 tries. Check the cabling. acc%d: stray xmit interrupt, csr=%b. An interrupt occurred when no output had previously been started. acc%d: output error, ocsr=%b, icsr=%b. The device indicated a problem sending data on output. acc%d: input error, csr=%b. The device indicated a problem receiving data on input. acc%d: bad length=%d. An input operation resulted in a data transfer of less than 0 or more than 1008 bytes of data into memory (according to the word count register). This should never happen as the maximum size of a host-IMP message is 1008 bytes. 3rd Berkeley Distribution July 26, 1987 ACC(4)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Where is the Next Page link?

I can't find that link so I only can read the last 40 post messages. (4 Replies)
Discussion started by: HOUSCOUS
4 Replies

2. UNIX for Dummies Questions & Answers

Who am i command

I have an NCR Woldmark 4400 MP Ras, OS 3.02. When logged on from a pc via Reflections for Unix, if I type in "who am i" the response is blank. If I log in via dumb terminal and type "who am i" the system returns my system id. Any ideas on what I am missing? Do I need some logic in my... (2 Replies)
Discussion started by: wtaylor_44256
2 Replies

3. UNIX for Dummies Questions & Answers

Imp horde

I installed the latest version of IMP and horde. the installation looks just like the demo page http://webmail.demo.hub.org/imp/login.php?frameset= But I would like to change the frontpage in other to customise the first page to include my organisation logo and change the backround colour... (1 Reply)
Discussion started by: hassan2
1 Replies

4. Shell Programming and Scripting

Periodical checking

I want to check periodically, every "period" seconds given by the user ,if a user logged in or logged out of the system.If he did print a message with his name and his time of logging in or out.for tcsh Thank you for your time. (3 Replies)
Discussion started by: aekaramg20
3 Replies

5. UNIX for Dummies Questions & Answers

Search command on vi editor

Hi all, Here is an example, I would wan to search for all string consists of IMP but not IMP-00015. Values other than 00015 is fine, is there anyone knows how to do that? Thanks. (2 Replies)
Discussion started by: *Jess*
2 Replies

6. UNIX for Advanced & Expert Users

Implementing "Time Limited, Trial" version of my program

Hello everyone, I am just looking for ideas on how I can implement a demo version of my program which will be available in unix environment (solaris and linux). So what I have in mind is to either implement a limited-time version (trial version expires after 30 days) or a limited-number... (4 Replies)
Discussion started by: the_learner
4 Replies

7. Programming

Help needed regarding c program

Hi, Currently, i have an application that does logging of messages into a text file and i record the timing for the messages in a format. However, i need to log the messages up to millisec level and the struct tm i am using now only support up to sec, is there any other way to get millisec? ... (2 Replies)
Discussion started by: dwgi32
2 Replies

8. Shell Programming and Scripting

Help in while and sed command

Hi, Following is my code : i=3 j=3 while do i=`expr $i + 3` head -n 60 file1.imp >> s27.txt while do head -n 3 file2.imp >> s27.imp ./prog1 s27.txt > result.txt if grep OUT result.txt then head -n 3 file1.imp >> final.imp ... (1 Reply)
Discussion started by: guest6
1 Replies

9. Post Here to Contact Site Administrators and Moderators

Keeping old Private Messages

I am getting a warning that "Your PM box is 92% full." I have received (and kept) 46 messages; the upper limit is 50 messages. Is there a way to increase this limit, or to store the messages off-line in a way that would permit me to import them back to the site if I want to? 50 messages seems... (6 Replies)
Discussion started by: era
6 Replies

10. Shell Programming and Scripting

sh with Oracle utilities fails

I log into HPUX as oracle user. I use sh shell. Oracle utilities imp ,exp sqlplus has rwxr-x--x privilege From $ prompt If i type imp it works fine. But the following fails $sh imp Gives :-- /usr/bin/sh imp: execute permission denied. If I do the following it works (2 Replies)
Discussion started by: simonsimon
2 Replies

11. UNIX for Dummies Questions & Answers

No Space Message Interpretation

Hi, I get the message NOTICE HTFS :No Space on dev hd (1/104), What does (1/104) mean? Is there any link, I can get material on understanding unix message log? thanks. (4 Replies)
Discussion started by: scomrade
4 Replies

12. Shell Programming and Scripting

A simple variable subst is not working

Hi what i want: listing files in a special range ls -lrt 20120601{05..06}* ... -rw-rw-r-- 1 imp imp 279 1. Jun 07:51 201206010550 -rw-rw-r-- 1 imp imp 279 1. Jun 07:01 201206010600 -rw-rw-r-- 1 imp imp 279 1. Jun 07:11 201206010610 -rw-rw-r-- 1 imp imp 279 1. Jun 07:21... (1 Reply)
Discussion started by: IMPe
1 Replies

13. UNIX for Dummies Questions & Answers

need help with a check

Hi Please can you help me to check whether we received entire file or not from another host (2 Replies)
Discussion started by: suppu
2 Replies

14. Shell Programming and Scripting

Search and Replace in a new FILE.

Hi, more data.txt more srstring.sh input="data.txt" while IFS= read -r var do startdirectory=$loc search=$(echo $var | awk -F'=' '{print $1}') replace=$(echo $var | awk -F'=' '{print $2}') find "/tmp/config" -type f -exec grep -l "$search" {} + | while read file do if sed -e... (9 Replies)
Discussion started by: mohtashims
9 Replies

15. Solaris

Large number of ulcm_sctp messages

Hi, I am running Solaris-10 sparc and I am seeing large number of messages related to ulcm_sctp. I tried to google, what these messages are and how it should be fixed, but I am not getting much information about it. Can somebody please some pointer or suggestion ? Sep 24 07:04:23... (7 Replies)
Discussion started by: ron323232
7 Replies