Operating System - HP-UX
1832423 Members
3202 Online
110042 Solutions
New Discussion

Re: HPUX NIC Mode settings

 
Jerry Maesky_1
New Member

HPUX NIC Mode settings

How can we change our communications from Half-Duplex to Full-Duplex without using SAM. Presently using HPUX 10.20 & 11.0.
3 REPLIES 3
John Palmer
Honored Contributor

Re: HPUX NIC Mode settings

In flight, use lanadmin. To permanently change the settings, see the relevant hp*conf file in /etc/rc.config.d (depends on the driver).

Regards,
John
T G Manikandan
Honored Contributor

Re: HPUX NIC Mode settings

Hello
use lanadmin on 11.0
check this link for that
http://bizforums.itrc.hp.com/cm/QuestionAnswer/1,,0x93c10bce6f33d6118fff0090279cd0f9,00.html

for 10.20 use lanconfig
Steve Lewis
Honored Contributor

Re: HPUX NIC Mode settings

For 10.20,
Use lanscan to get the NMID of the card.
Check the settings using:
lanadmin -x [nmid]
Set it using:
lanadmin -X 100FD [nmid]

For 11.x then hardest part is finding the correct PPA, it starts at 0.
Get the PPA of the card using lanscan.
Check the settings using:
lanadmin -x [ppa]
Set it using:
lanadmin -X 100FD [ppa]
lanadmin -X 1000FD [ppa]

Or to make it auto-configure:
lanadmin -X AUTO_ON [ppa]
I can only get our 1000base-SX cards to work when I use AUTO_ON.

Check it afterwards.