Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sri(4) [bsd man page]

SRI(4)							     Kernel Interfaces Manual							    SRI(4)

NAME
sri - DR11-C IMP interface SYNOPSIS
/sys/conf/SYSTEM: NSRI sri_controllers # SRI DR11c ARPAnet IMP DESCRIPTION
DIAGNOSTICS
sri%d: not alive. The initialization routine was entered even though the device did not autoconfigure. This indicates a system problem. sri%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). sri%d: imp doesn't respond, ibf=%b. The driver attempted to initialize the device, but the IMP failed to respond after 5 tries. Check the cabling. sri%d: stray xmit interrupt, csr=%b. An interrupt occurred when no output had previously been started. sri%d: output error, csr=%b. The device indicated a problem sending data on output. sri%d: input error, ibf=%b. The device indicated a problem receiving data on input. sri%d: bad length=%d. An input operation resulted in a data transfer of less than 10 or more than 1008 bytes of data into memory (accord- ing to the word count register). This should never happen as the maximum size of a host-IMP message is 1018 bytes. 3rd Berkeley Distribution August 20, 1987 SRI(4)

Check Out this Related Man Page

IL(4)							     Kernel Interfaces Manual							     IL(4)

NAME
il - Interlan NI1010 10 Mb/s Ethernet interface SYNOPSIS
/sys/conf/SYSTEM: NIL il_controllers # Interlan Ethernet DESCRIPTION
The il interface provides access to a 10 Mb/s Ethernet network through an Interlan 1010 or 1010A controller. Each of the host's network addresses is specified at boot time with an SIOCSIFADDR ioctl. The il interface employs the address resolution protocol described in arp(4P) to dynamically map between Internet and Ethernet addresses on the local network. The interface normally tries to use a ``trailer'' encapsulation to minimize copying data on input and output. The use of trailers is nego- tiated with ARP. This negotiation may be disabled, on a per-interface basis, by setting the IFF_NOTRAILERS flag with an SIOCSIFFLAGS ioctl. DIAGNOSTICS
il%d: input error. The hardware indicated an error in reading a packet off the cable or an illegally sized packet. il%d: can't handle af%d. The interface was handed a message with addresses formatted in an unsuitable address family; the packet was dropped. il%d: setaddr didn't work. The interface was unable to reprogram its physical ethernet address. This may happen with very early models of the interface. This facility is used only when the controller is not the first network interface configured for XNS. The oldest interface tested (2.7.1.0.1.45) has never failed in this way. The following messages indicate a probable hardware error performing the indicated operation during autoconfiguration or initialization. The status field in the control and status register (the low-order four bits) should indicate the nature of the failure. See the hardware manual for details. il%d: reset failed, csr=%b. il%d: status failed, csr=%b. il%d: hardware diag failed, csr=%b. il%d: verifying setaddr, csr=%b. il%d: stray xmit interrupt, csr=%b. il%d: can't initialize. SEE ALSO
intro(4N), inet(4F), arp(4P) 3rd Berkeley Distribution August 20, 1987 IL(4)
Man Page

15 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Using subsring in ksh93 - How to stuff a byte back in

#!/bin/ksh93 # set to ksh93 so we can use substring cat "file" | while IFS=\n read I # read the next record into I do # do not parse out blanks, tabs in the record by setting IFS to newline char only D1=${I:27:1} # isolate byte... (2 Replies)
Discussion started by: The Doctor
2 Replies

2. Solaris

psrinfo -v and psradm

Hi Guys, I have T1000 box and here is the output : SunOS t1000 5.10 Generic_118833-20 sun4v sparc SUNW,Sun-Fire-T1000 Here is the output of psrinfo : # psrinfo 0 on-line since 10/02/2006 12:00:06 1 on-line since 10/02/2006 12:00:06 2 off-line since 12/07/2006... (6 Replies)
Discussion started by: sysgate
6 Replies

3. Shell Programming and Scripting

create array holding characters from sring then echo array.

Hi, I wish to store $string1 in $string1array a character in each array element. Then i wish to echo the entire array to the screen so that it reads as the normal string again. I have been trying with the code below but does not work. Please help... To put string into array: ... (5 Replies)
Discussion started by: rorey_breaker
5 Replies

4. Shell Programming and Scripting

Shell Sript - Spell Checker Assign

Hi Folks. I am currently working on a script that has to spell check a file and print the output to the screen in 2 columns like this. INCORRECT CORRECTION whio who weahter weather The file will allow the user to override the ispell command and save any... (9 Replies)
Discussion started by: ccfc1986
9 Replies

5. UNIX for Dummies Questions & Answers

Shell Sript

Hi All, I have four different files in four different directories. Each file contains exactly the same format logincode Forename Surname TutGroup Mark Basically i want to grab all the marks from each file and put them onto the end of one login code by using a shell script. I can grab all... (3 Replies)
Discussion started by: jazz8146
3 Replies

6. Shell Programming and Scripting

Need help in shell sripting

Hi, I need to run the some stored procedures parallel inside a shell script. Now I am using sqlplus -s ${connectString} <<! set serveroutput on begin $procedureName; end; / ! this code. How run the procedures in parallel. Please advice. Thanks in advance. (1 Reply)
Discussion started by: vanathi
1 Replies

7. UNIX for Advanced & Expert Users

Sript need, please respond

Hi I am looking for the script which can move 1month old data from a TXT file.actully in this file data is appended on daily basis.pleasehalp me out. Here is the file content : $head abc.txt. 20070301130052,xxz. 20070307132111,cvasjchgjhcg gacg chjbgasjkchjk.... (3 Replies)
Discussion started by: vpandey
3 Replies

8. Solaris

psrinfo -p needs root login ?

Hi, I tried running psrinfo command on couple of machines but found that if i login as root then it works. But when i login other than root account, I get this error, $ /usr/sbin/psrinfo -pv | fgrep UltraSPARC /usr/sbin/psrinfo: illegal option -- p usage: psrinfo ... (8 Replies)
Discussion started by: Roshan1286
8 Replies

9. Shell Programming and Scripting

search file with sring

hi all i have a problem how to search file which containing number number with file name(tmp_24). (3 Replies)
Discussion started by: shubhig15
3 Replies

10. Shell Programming and Scripting

compare dates using shell sript

I have 2 date feilds 2011-05-13:18:45 2011-05-13:18:30 I need to compare them and say its OK/NOK I tried this but dint work. systime=2011-05-13:18:45 shubtime=2011-05-13:18:30 if then echo" OK" else echo "NOK" fi In this its not same so the o/p should be NOK (2 Replies)
Discussion started by: LavanyaP
2 Replies

11. UNIX for Dummies Questions & Answers

how to pass input from c program to shell script?

Hello.. I am developing a Graphical User Interface using GTK. As part of our project I need to take inputs from GTK entries and pass those inputs to shell script and use them in shell script. The problem which struck me is only limited number of inputs are getting passed to shell script. For now... (14 Replies)
Discussion started by: kalyanilinux
14 Replies

12. HP-UX

recusrise pattern search with grep

Am new on hp-ux .. Found missing recursive pattern search grep -iR option that's there on Linux . Is any one know any way with grep or any advance command available on hp-ux using which i can search a word say "DbFnamesDatLimit" in all files under /etc on hp-ux in single step . my /etc... (3 Replies)
Discussion started by: Shirishlnx
3 Replies

13. Shell Programming and Scripting

Monitoring Sript giving random end result

Hi Guys, I am developing a script to monitor GUI based FileNet Component "Component Manager" which logs it's running status in a log file. Log file is a huge file so in script I put last 300 lines of log file in seperate file and run script every 5 minutes. I am searching the string... (2 Replies)
Discussion started by: dhirajdsharma
2 Replies

14. Shell Programming and Scripting

Help with ahem Prime number Generating Script

Can anybody tell me why the second part of this script (Sieve of Eratosthenes) isn't working properly. This isnt coursework or homework just private studies ( Yes Project Euler began it ) I know there are easier ways of doing this too but I want to do it this way.:p Iam using Cygwin on Vista... (3 Replies)
Discussion started by: drewann
3 Replies

15. Shell Programming and Scripting

Help needed in Korn Shell scripting

#! /bin/ksh while read line do if ] ; then echo "no data" continue; fi echo "performing operation on $line" done < prg.txt (3 Replies)
Discussion started by: Juhi Kashyap
3 Replies