- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- configure LAN interfaces - FAILED
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2003 06:00 AM
11-28-2003 06:00 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2003 06:13 AM
11-28-2003 06:13 AM
Re: configure LAN interfaces - FAILED
/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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2003 06:16 AM
11-28-2003 06:16 AM
Re: configure LAN interfaces - FAILED
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2003 06:40 AM
11-28-2003 06:40 AM
Re: configure LAN interfaces - FAILED
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2003 06:48 AM
11-28-2003 06:48 AM
SolutionTry 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