Sponsored Content
Full Discussion: e1000g.conf
Operating Systems Solaris e1000g.conf Post 302687845 by ru4n1 on Friday 17th of August 2012 06:34:43 AM
Old 08-17-2012
Working!

Hi jlliagre/fpmurophy,

thanks for your responses.

I think the comparison between my Virtualbox 'sandpit' environment and the actual physical Sol11 T4 server is not equivalent.

I had an e1000g device interface in my sandbox but an igb interface on the physcial server.

I do think that the virtual environment negotiation may not be amendable in the usual manner so I will forego that.

I did manage to get the interface at the required speed/settings though as per below.

root@<servername>:/kernel/drv> dladm show-phys net0
LINK MEDIA STATE SPEED DUPLEX DEVICE
net0 Ethernet up 100 full igb0

I edited the associated conf file for this device as per below and rebooted.

root@omeg6051:/kernel/drv> grep adv_ igb.conf
# adv_autoneg_cap
# adv_1000fdx_cap
# adv_100fdx_cap
# adv_100hdx_cap
# adv_10fdx_cap
# adv_10hdx_cap
# The parameter "adv_autoneg_cap" is used to enable autonegotiation or disable
# If autonegotiation is enabled (the default mode), all the "adv_*_cap"
# For example, if adv_1000fdx_cap is enabled, all other values will be ignored;
# adv_1000fdx_cap will be ignored).
adv_autoneg_cap = 0;
adv_1000fdx_cap = 0;
adv_100fdx_cap = 1;
adv_100hdx_cap = 0;
adv_10fdx_cap = 0;
adv_10hdx_cap = 0;

Looks to be working as required now.

Thanks very much guys for your help
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

logrotate.conf

I changed the logrotate.conf file to make a new log file to be automatically rotated daily. But after a night, I have not seen the rotated file. When does this rotation happen? I mean what is the exact time? In addition, do I have to restart what deamon to make the change take effect? (10 Replies)
Discussion started by: fredao
10 Replies

2. UNIX for Advanced & Expert Users

Configuring snmpd.conf and snmptrapd.conf

HI, I want a help for Configuring snmpd.conf and snmptrapd.conf (i.e Configuring SNMP) for receiving TRAPS in my networks. I am using RHEL4.0 OS. Please tell me How I can configure above two files in a proper way and at an advanced level. Especially I am getting... (2 Replies)
Discussion started by: jagdish.machhi@
2 Replies

3. Red Hat

grub.conf

i have installed rhel5 quite many times....... when i see grub.conf after installation, somtimes "kernel /boot/vmlinuz-2.6.18-8.el5 ro=LABEL=/ rhgb quiet" will be there or "kernel /boot/vmlinuz-2.6.18-8.el5 ro=LABEL=/1 rhgb quiet" will be there................ what is the significance of label=/... (1 Reply)
Discussion started by: sagar_md
1 Replies

4. UNIX for Dummies Questions & Answers

resolv.conf

Hi everyone A quick question during a audit this was determined to be a security issue In the resolv.conf there is a “.” At the end of the domain name Like this domain mydomain.com. I which to understand the function or significance of the . thk (3 Replies)
Discussion started by: Ex-Capsa
3 Replies

5. Red Hat

SD.conf and LPFC.conf

What would be Redhat RHEL 4.0 equivalent for Solaris sd.conf and lpfc.conf? What are the files called and where are the files located? (1 Reply)
Discussion started by: soupbone38
1 Replies

6. Solaris

basic question on sd.conf and lpc.conf file

Hello Guys, Do we need to configure this file only if we add SAN disk or even if we add local disk, do we need to modify? (4 Replies)
Discussion started by: mokkan
4 Replies

7. Solaris

OI 151 e1000g NIC problem

Hi all, I was abit confused where to put this problem, since its only relevant to OI and therefore I put it here. For the past weeks I was building my own NAS based on OI 151 a7. Everything was sweet, until I bumped into one horrific issue which cause the link between my NAS to my PC... (10 Replies)
Discussion started by: enno
10 Replies

8. Shell Programming and Scripting

Script to update rsyslog.conf and auditd.conf

Hello all, Newbie here. I'm currently tasked with updating rsyslog.conf and auditd.conf on a large set of servers. I know the exact logging configurations that I want to enable. I have updated both files on on a server and hope to use the updated files as a template for the rest of the... (3 Replies)
Discussion started by: Mide
3 Replies

9. Solaris

Configure resolv.conf and nsswitch.conf

Hi, I've installed Solaris 11.3(live media) and configured DNS. Everytime I reboot the server, resolv.conf got deleted and it created a new nsswitch.conf. I used below to configure both settings: # svccfg -s dns/client svc:/network/dns/client> setprop config/nameserver = (xx.xx.xx.aa... (1 Reply)
Discussion started by: flexihopper18
1 Replies
IGB(4)							   BSD Kernel Interfaces Manual 						    IGB(4)

NAME
igb -- Intel(R) PRO/1000 PCI Express Gigabit Ethernet adapter driver SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device igb Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_igb_load="YES" DESCRIPTION
The igb driver provides support for PCI Express Gigabit Ethernet adapters based on the Intel 82575 and 82576 Ethernet controller chips. The driver supports Transmit/Receive checksum offload and Jumbo Frames. Furthermore it supports TCP segmentation offload (TSO) on all adapters. The identification LEDs of the adapters supported by the igb driver can be controlled via the led(4) API for localization purposes. For questions related to hardware requirements, refer to the documentation supplied with your Intel PRO/1000 adapter. All hardware require- ments listed apply to use with FreeBSD. Support for Jumbo Frames is provided via the interface MTU setting. Selecting an MTU larger than 1500 bytes with the ifconfig(8) utility configures the adapter to receive and transmit Jumbo Frames. The maximum MTU size for Jumbo Frames is 9216. This driver supports hardware assisted VLANs. The igb driver supports the following media types: autoselect Enables auto-negotiation for speed and duplex. 10baseT/UTP Sets 10Mbps operation. Use the mediaopt option to select full-duplex mode. 100baseTX Sets 100Mbps operation. Use the mediaopt option to select full-duplex mode. 1000baseSX Sets 1000Mbps operation. Only full-duplex mode is supported at this speed. 1000baseTX Sets 1000Mbps operation. Only full-duplex mode is supported at this speed. The igb driver supports the following media options: full-duplex Forces full-duplex operation half-duplex Forces half-duplex operation. Only use mediaopt to set the driver to full-duplex. If mediaopt is not specified, the driver defaults to half-duplex. For more information on configuring this device, see ifconfig(8). HARDWARE
The igb driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips: o Intel Gigabit ET Dual Port Server Adapter (82576) o Intel Gigabit VT Quad Port Server Adapter (82575) LOADER TUNABLES
Tunables can be set at the loader(8) prompt before booting the kernel or stored in loader.conf(5). hw.igb.rxd Number of receive descriptors allocated by the driver. The default value is 256. The minimum is 80, and the maximum is 4096. hw.igb.txd Number of transmit descriptors allocated by the driver. The default value is 256. The minimum is 80, and the maximum is 4096. hw.igb.enable_aim If set to 1, enable Adaptive Interrupt Moderation. The default is to enable Adaptive Interrupt Moderation. DIAGNOSTICS
igb%d: Unable to allocate bus resource: memory A fatal initialization error has occurred. igb%d: Unable to allocate bus resource: interrupt A fatal initialization error has occurred. igb%d: watchdog timeout -- resetting The device has stopped responding to the network, or there is a problem with the network connection (cable). SUPPORT
For general information and support, go to the Intel support website at: http://support.intel.com. If an issue is identified with the released source code on the supported kernel with a supported adapter, email the specific information related to the issue to <freebsdnic@mailbox.intel.com>. FILES
/dev/led/igb* identification LED device nodes EXAMPLES
Make the identification LED of igb0 blink: echo f2 > /dev/led/igb0 Turn the identification LED of igb0 off again: echo 0 > /dev/led/igb0 SEE ALSO
altq(4), arp(4), em(4), led(4), netintro(4), ng_ether(4), polling(4), vlan(4), ifconfig(8) HISTORY
The igb device driver first appeared in FreeBSD 7.1. AUTHORS
The igb driver was written by Intel Corporation <freebsdnic@mailbox.intel.com>. BSD
May 14, 2010 BSD
All times are GMT -4. The time now is 09:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy