1831659 Members
2153 Online
110029 Solutions
New Discussion

Networking error.

 
vinay_26
Advisor

Networking error.

Hi,
I have 3 network cards on my HP UX box and one of them is FDDI card.

When i check the status by lanscan it says Lan3 fddi down. I tried bringing it up by #fconfig lan3 up command and not successful.

Pls suggest how to bring it up w/o taking a box reboot.
6 REPLIES 6
Muthukumar_5
Honored Contributor

Re: Networking error.

It is # ifconfig lan3 up

hth.
Easy to suggest when don't know about the problem!
vinay_26
Advisor

Re: Networking error.

It was a typing mastake. I have executed #ifconfig lan3 up only. Its not working.
Stephen Keane
Honored Contributor

Re: Networking error.

Can you reset the FDDI card using lanadmin?
vinay_26
Advisor

Re: Networking error.

Yes i have reset the card with lanadmin and tried to up the card..Its status is still down.

Cem Tugrul
Esteemed Contributor

Re: Networking error.

what is the output of?
ioscan -fnClan
Our greatest duty in this life is to help others. And please, if you can't
Stephen Keane
Honored Contributor

Re: Networking error.

How about

# ifconfig lan3 plumb
# ifconfig lan3 up

Does that work?