Operating System - HP-UX
1837979 Members
3116 Online
110124 Solutions
New Discussion

Re: Network problem hp-ux 11.00

 
Hanwant Verma_1
Regular Advisor

Network problem hp-ux 11.00

I installed software for my eisa mux card from HP-UX appliaction cd and now after restarting my network has gone down, i cant ping and telnet to other servers. What is the problem?
7 REPLIES 7
Steven E. Protter
Exalted Contributor

Re: Network problem hp-ux 11.00

dmesg

# could be an unrelated failure.

ioscan -fnC lan

# See if something has failed.

lanscan

lanadmin -x

If everything seems okay, follow the rule when stuff breaks. Reverse the last thing you did to the system.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
marie-noelle jeanson_1
Trusted Contributor

Re: Network problem hp-ux 11.00

Hi,

Maybe you need to run the eisa_config command?
See details here:
http://docs.hp.com/en/5966-8703/ch02s02.html

Marie.
Hanwant Verma_1
Regular Advisor

Re: Network problem hp-ux 11.00

I did reverse the last known change, still network is down.
Robert-Jan Goossens_1
Honored Contributor

Re: Network problem hp-ux 11.00

Hi,

According to the install instructions you should check for patches.

http://h20293.www2.hp.com/portal/swdepot/displayInstallInfo.do?productNumber=J2467C

http://docs.hp.com/en/J2467-90025/ch02s05.html#d0e540

PHNE_25488

Did you follow the instuctions ? first install the patch then software then the card ?

Robert-Jan
Hanwant Verma_1
Regular Advisor

Re: Network problem hp-ux 11.00

j2467c was already installed then i installed j2483a software for my mux and then restart and then the network went down.
Patrick Wallek
Honored Contributor

Re: Network problem hp-ux 11.00

Have you checked log files? What does /etc/rc.log say at the point that it tries to start networking? Anything in dmesg or syslog.log?

What about ioscan? Do the network cards still show claimed? HAve you tried lanscan and ifconfig to see if the cards are configured?
Hanwant Verma_1
Regular Advisor

Re: Network problem hp-ux 11.00

Ok i found the solution, my DHCP was enabled, i disabled the DHCP and now network is working fine.

Thanks anyway.

Hanwant