1836636 Members
1687 Online
110102 Solutions
New Discussion

Re: NIC Configuration

 
SOLVED
Go to solution
Balasiu Dan
Advisor

NIC Configuration

Hi!

I have a K360 HPUX10.20 machine and i would
like to check out the communication modus (half or full duplex) of the Ethernet Card.
(It?s a fast Ethernet card so the speed is
100Mbits/s)
Is there a possibility to change the configuration of the NIC?

Thanks a lot

dan
6 REPLIES 6
Michael Tully
Honored Contributor

Re: NIC Configuration

Hi,

You can 'sam' which is the easiest. You need
to be 'root' to do this.

sam -->Networking and Communications -->
Network Interface Cards

Select the card(s) and use the pull-down menu
from actions --> configure to view the information

Be careful when making any changes, it may render the card unusable if the network has different parameters.

HTH
-Michael
Anyone for a Mutiny ?
Balasiu Dan
Advisor

Re: NIC Configuration

Hi!

I tried SAM prior to post the message;it hasn?t
the possibiity to view (change)the HDX or FDX modus.

thank you


dan
Marcin Wicinski
Trusted Contributor
Solution

Re: NIC Configuration

Hi,

In /etc/rc.config.d/ directory you can find a config file coresponding to your NIC, for example hpbase100conf.

The file includes:

HP_BASE100_SPEED[0]=....(here you can put the correct speed and mode - for an example 100HD which means 100 MB/s and HalfDuplex.

Then you have to reconfigure NIC by executig script coresponding with your NIC, for an example:

/sbin/init.d/hpbase100

good luck,
Marcin Wicinski
Rainer von Bongartz
Honored Contributor

Re: NIC Configuration

you can use
lanadmin -x
to display and
lanadmin -X
to set theese parameters

You can get NMID by using the command:
lanscan

regards
Rainer
He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...
Balasiu Dan
Advisor

Re: NIC Configuration

Thanks to you Martin and Rainer!


dan
Magdi KAMAL
Respected Contributor

Re: NIC Configuration

Hi Dan,

Use :
1. SAM,
2. Configure your /etc/rc.config.d/netconf or
3. lanadmin command

Magdi