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

IMP(4P) 																   IMP(4P)

NAME
imp - IMP raw socket interface SYNOPSIS
#include <sys/socket.h> #include <netinet/in.h> #include <netimp/if_imp.h> s = socket(AF_IMPLINK, SOCK_RAW, proto); DESCRIPTION
The raw imp socket provides direct access to the imp(4) network interface. Users send packets through the interface using the send(2) calls, and receive packets with the recv(2), calls. All outgoing packets must have an 1822 96-bit leader on the front. Likewise, packets received by the user will have this leader on the front. The 1822 leader and the legal values for the various fields are defined in the include file <netimp/if_imp.h>. The raw imp interface automatically installs the length and destination address in the 1822 leader of all outgoing packets; these need not be filled in by the user. If the protocol selected, proto, is zero, the socket will receive all IMP messages except RFNM and incompletes which are not input data for a kernel protocol. If proto is non-zero, only messages for the specified link type will be received. DIAGNOSTICS
An operation on a socket may fail with one of the following errors: [EISCONN] when trying to establish a connection on a socket which already has one, or when trying to send a datagram with the destina- tion address specified and the socket is already connected; [ENOTCONN] when trying to send a datagram, but no destination address is specified, and the socket hasn't been connected; [ENOBUFS] when the system runs out of memory for an internal data structure; [ENOBUFS] eight messages to the destination host are outstanding, and another eight are already queued for output; [EADDRNOTAVAIL] when an attempt is made to create a socket with a network address for which no network interface exists. SEE ALSO
intro(4N), inet(4F), imp(4) 4.2 Berkeley Distribution May 16, 1986 IMP(4P)
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