server_sysconfig
465
The server Commands
0: fcp-2 IRQ: 22 addr: 10000000c92b514e
Slot: 4
Intel 10/100/1K Ethernet Controller
0: cge0 IRQ: 18
speed=auto duplex=auto rxflowctl=disable txflowctl=disable
1: cge1 IRQ: 19
speed=auto duplex=auto rxflowctl=disable txflowctl=disable
2: cge2 IRQ: 20
speed=auto duplex=auto rxflowctl=disable txflowctl=disable
3: cge3 IRQ: 21
speed=auto duplex=auto rxflowctl=disable txflowctl=disable
Slot: 5
Alteon Tigon-2 Gigabit Ethernet Controller
0: ace0 IRQ: 25
linkneg=enable rxflowctl=disable txflowctl=disable
0: ace0 IRQ: 25
linkneg=enable rxflowctl=disable txflowctl=disable
Where:
EXAMPLE #3 To set the 100 Mbits speed and full duplex setting for cge0 interface,
type:
$ server_sysconfig server_2 -pci cge0 -option speed=100,duplex=full
server_2 : done
EXAMPLE #4 To display the hardware configuration for network device, cge0,
type:
$ server_sysconfig server_2 -pci cge0
server_2 :
On Board:
Broadcom Gigabit Ethernet Controller
0: cge0 IRQ: 24
speed=100 duplex=full txflowctl=disable rxflowctl=disable
See Example #2 for a description of command output.
Value Definition
On Board the names of each PCI card installed.
0 port number inside the slot the card is plugged into. If the card put in the slot has 4 ports, the first port is marked as 0,
second port as 1, third port as 2 and fourth port as 3.
IRQ interrupt vector.
speed speed configured. Possible values are: auto, 10, 100, 1000
duplex duplex setting configured. Possible values are: auto, half, full
txflowctl transmit MAC flow control. Possible values are: disable, enable
rxflowctl receive MAC flow control. Possible values are: disable, enable