Chapter 7
Page no. 654
JC-ELE-A-021.fm
GE Healthcare
Senographe DS
Revision 1
Service Information and Procedures Class A 2385072-16-8EN
Job Card ELE A021 - Networking Connection and Configuration
10. Make the
/etc/rc2.d/S93route
file non-writable by entering:
chmod o-w /etc/rc2.d/S93route
11. Reboot the system for the changes to take effect by entering:
reboot
9
CHANGE AUTO NEGOTIATION OF NETWORK INTERFACE
The workstation SunBlade 150 computer on V1/V2 Control Stations uses a network interface on the
motherboard which is called "eri". By default the eri interface is configured for:
auto negotiation = yes
,
and a maximum speed up to 100 Mbit/s full duplex negotiated by the workstation.
The workstation U20 computer on V3 Control Stations uses a network interface on the motherboard
which is called "nge0". By default the nge0 interface is configured for:
auto negotiation = yes
, and a max-
imum speed up to 1000 Mbit/s full duplex negotiated by the workstation.
The workstation Z400 computer on V4 Control Stations uses a network interface on the motherboard
which is called "e1000g0". By default the e1000g0 interface is configured for:
auto negotiation = yes
, and
a maximum speed up to 1000 Mbit/s full duplex negotiated by the workstation.
9-1
Querying the Current Network Interface Settings
You can read the current settings of the Network Interface at any time by using the following steps:
1. Log in as root as follows:
a. At the ADS prompt enter:
su -
b. When requested to specify the root password, enter:
operator
2. Get the current auto negotiation mode settings as follows:
For V1/V2 Control Stations, enter:
ndd -get /dev/eri adv_autoneg_cap
For V3 Control Stations, enter:
ndd -get /dev/nge0 adv_autoneg_cap
For V4 Control Stations, enter:
ndd -get /dev/e1000g0 adv_autoneg_cap
If the system is running in auto negotiation mode the command line responds with the value
1
. If the
system is not running in auto negotiation mode the command line responds with the value
0
.