Operating System - HP-UX
1837650 Members
2971 Online
110117 Solutions
New Discussion

configure LAN interfaces - FAILED

 
SOLVED
Go to solution
kamleshkumar
New Member

configure LAN interfaces - FAILED

unable to configure LAN interaces after mistakenly installing HB-UX 11i patch GOLDQPK11i_11.11.depot on HP-UX 11 system

We tried removing the installed patch with SWREMOVE but it was unsuccessful as the process hangs with message contacting the target.... at the window where I presume the installed patches are to be listed.

Please provide any information on how to reconfigure the LAN interfaces or any othe possible solution. Thank you very much.
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: configure LAN interfaces - FAILED

Not that this will help but,,,

/sbin/init.d/swagentd -r

Restart the daemon and try acain.

The network file is /etc/rc.config.d/netconf

First however try the ifconfig command and see if you can bring up the lan cards manually.

I hope you have a make_tape_recovery backup handy.

Post results.

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
Karthik S S
Honored Contributor

Re: configure LAN interfaces - FAILED

I dont mean to scare you, but it is a serious problem.

Well, Any QPK or HW bundles once installed can not be reverted back. I would suggest you to restore the system configuration if you have Ignite backup recovery tape. Otherwise you might endup with facing various other problems due to incorrect patch sets.

As far as the LAN interface is concerned you can only remove the driver for the LAN Interface and reinstall it.

What is the model of the system and LAN Card.

Pl. send us the o/p of the following commands,

model
lanscan
ioscan -fnC lan
ifconfig lanX

-Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
kamleshkumar
New Member

Re: configure LAN interfaces - FAILED

Hi, I appreciate all of you helping me.
Here is the information requested.
For some reason the # ifconfig lan0 command did not return correct output.


# model
9000/800/A400-6X
# lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/0/0/0 0x00306E2C75E0 0 UP lan0 snap0 1 ETHER Yes 119
# ioscan -fnC lan
Class I H/W Path Driver S/W State H/W Type Description
===================================================================
lan 0 0/0/0/0 btlan3 CLAIMED INTERFACE HP PCI 10/100Base-TX Core
/dev/diag/lan0 /dev/ether0 /dev/lan0
# ifconfig lan
ifconfig: no such interface
# ifconfig lan0
ifconfig: no such interface
Karthik S S
Honored Contributor
Solution

Re: configure LAN interfaces - FAILED

Hi,

Try doing a,

ifconfig lan0 plumb
ifconfig IP_x.x.x.x Subnet_x.x.x.x lan0 up
ifconfig lan0

If it doesn't work then try reinstalling the btlan driver. You can get the product name using,
swlist |grep -i lan

swremove Prod_Name

then reinstall it using swinstall. You can find the driver in the HP-UX 11.00 Install media.

Regards,
Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn