Sponsored Content
Operating Systems Solaris NOTICE: e1000g1/0 registered in messages Post 302229575 by floydm on Wednesday 27th of August 2008 08:38:01 AM
Old 08-27-2008
NOTICE: e1000g1/0 registered in messages

Please can anyone tell me what these messages I found in /var/adm/messages for six T2000 servers this morning? The systems are all operating okay, but I am wondering what it means (extract follows)

Aug 27 00:07:11 t2000-06 mac: [ID 543131 kern.info] NOTICE: e1000g1/0 registered
Aug 27 00:07:11 t2000-06 e1000g: [ID 766679 kern.info] Intel(R) PRO/1000 Network
Connection, Driver Ver. 5.0.11
Aug 27 00:07:11 t2000-06 mac: [ID 543131 kern.info] NOTICE: e1000g2/0 registered
Aug 27 00:07:11 t2000-06 e1000g: [ID 766679 kern.info] Intel(R) PRO/1000 Network
Connection, Driver Ver. 5.0.11
Aug 27 00:07:11 t2000-06 mac: [ID 543131 kern.info] NOTICE: e1000g3/0 registered
Aug 27 00:07:11 t2000-06 e1000g: [ID 766679 kern.info] Intel(R) PRO/1000 Network
Connection, Driver Ver. 5.0.11
Aug 27 00:07:12 t2000-06 ebus: [ID 521012 kern.info] su0 at ebus0: offset 0,3f8
Aug 27 00:07:12 t2000-06 genunix: [ID 936769 kern.info] su0 is /pci@7c0/pci@0/pc
i@1/pci@0/isa@2/serial@0,3f8
Aug 27 00:07:12 t2000-06 vnex: [ID 367333 kern.info] virtual-device: glvc0
Aug 27 00:07:12 t2000-06 genunix: [ID 936769 kern.info] glvc0 is /virtual-device
s@100/loop@7
Aug 27 00:07:12 t2000-06 vnex: [ID 367333 kern.info] virtual-device: glvc1
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

clnttcp_create: RPC program not registered

s/o=SCO 5.05 openserver hi, i have a problem with a mount between 2 servers i can see the mounted files, but i canīt open it if the file is a *.dbf, if i try to a "dbf" file with fox for unix the error is (the system has reached the maximum number of blocks) mount -f NFS... (1 Reply)
Discussion started by: jav_v
1 Replies

2. Forum Support Area for Unregistered Users & Account Problems

Registered User

I am unable to post a new thread and I registered. I donot have permissions. (1 Reply)
Discussion started by: ryphelon
1 Replies

3. Forum Support Area for Unregistered Users & Account Problems

registered, read everything and can't post?

I just registered for the first time on this forum a few minutes ago, gave my REAL and only e-mail, and now I can't post anything in HP-UX part of the forum??? I then read that I have to check my e-mail for some instructions for enableing me to post (despite the fact that it says that I'm logged in... (1 Reply)
Discussion started by: gophy
1 Replies

4. UNIX for Dummies Questions & Answers

telnet is not a registered protocol

I'm using firefox and I access a site which established a VPN connection to another site. There is a button which is supposed to log me into another system. When I click the button, I get an error window popup saying: telnet is not a registered protocol I do I register telnet as a protocol?... (1 Reply)
Discussion started by: lyonsd
1 Replies

5. Post Here to Contact Site Administrators and Moderators

Hi..!! I've registered because of problem..

Hi..Guys...!!! I am new on yours site, but i hope you will like me....I`ll very glad to answer on all your question! I am From England Nice day is it today, but I have a question for all...In first , how i post message to PM...???Thank you very much!Mark. G..!! (1 Reply)
Discussion started by: poluroud20
1 Replies

6. Forum Support Area for Unregistered Users & Account Problems

forgotten password & registered email

Sir, I forgot my password and regitered email. My user name is : faaarin Pls. inform me my new password to my email : faaarin { at } hotmail { dot } com Thanks and Regards Faroo (1 Reply)
Discussion started by: usernameproblem
1 Replies

7. Solaris

Network interfaces on T2000 - e1000g1 and ipge1

Installed Solaris 0509 from DVD and it configured network interfaces as e1000g1 to e1000g4. Problem is after installation it fails to plumb this interface. Weird thing is if I do sys-unconfig it then tries to configure ipge1 to ipge4. Confused. Which is correct? p.s. Cross posted to... (12 Replies)
Discussion started by: paulfoel
12 Replies

8. Proxy Server

Same title (almost) same IP address registered for two new users

I've noticed there are two threads:- https://www.unix.com/post-here-to-contact-site-administrators-and-moderators/250894-execute-shell-script-if-string-found-while-executing-then-exit.html#post302916404... (2 Replies)
Discussion started by: rbatte1
2 Replies

9. SuSE

How to know Suse servers are registered or not?

HI, i have some set of suse servers with different versions. How can i know from commandline that these systems are registred on suse to get updates. Rehards, Ben (0 Replies)
Discussion started by: bentech4u
0 Replies
strerr(1M)						  System Administration Commands						strerr(1M)

NAME
strerr - STREAMS error logger daemon SYNOPSIS
strerr DESCRIPTION
strerr receives error log messages from the STREAMS-based log driver (see log(7D)) and appends them to a log file. The resultant error log files reside in the directory /var/adm/streams, and are named error.mm-dd, where mm is the month and dd is the day of the messages con- tained in each log file. The format of an error log message is: <seq> <time> <ticks> <flags> <mid> <sid> <text> <seq> error sequence number <time> time of message in hh:mm:ss <ticks> time of message in machine ticks since boot priority level <flags> T : the message was also sent to a tracing process F : indicates a fatal error N : send mail to the system administrator (hard- coded as root) <mid> module ID number of source <sid> sub-ID number of source <text> formatted text of the error message Messages that appear in the error log are intended to report exceptional conditions that require the attention of the system administrator. Those messages which indicate the total failure of a STREAMS-based driver or module should have the F flag set. Those messages requiring the immediate attention of the administrator will have the N flag set, which causes the error logger to send the message to the system administrator using mail. The priority level usually has no meaning in the error log but will have meaning if the message is also sent to a tracer process. Once initiated, strerr continues to execute until terminated by the user. It is commonly executed asynchronously. FILES
/var/adm/streams/error.mm-dd error log file. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ SEE ALSO
attributes(5), log(7D) NOTES
There is no restriction to the number of strerr processes opening the STREAMS-based log driver at a time. If a module or driver is generating a large number of error messages, running the error logger will cause a degradation in STREAMS perfor- mance. If a large burst of messages are generated in a short time, the log driver may not be able to deliver some of the messages. This situation is indicated by gaps in the sequence numbering of the messages in the log files. SunOS 5.11 4 Oct 1994 strerr(1M)
All times are GMT -4. The time now is 02:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy