- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Lan error
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
07-22-2004 04:03 PM
07-22-2004 04:03 PM
Administration Stauts(value)=up(1)
Operation Stauts(value)=down(2)
how can I change the status of Operation Stauts to up again?
Thanks and Regards,
Alex
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 04:13 PM
07-22-2004 04:13 PM
Re: Lan error
You should be able to use:
# ifconfig
Example:
# ifconfig lan1 inet 192.168.10.2 netmask 255.255.255.0 up
Also ensure you have updated /etc/rc.config.d/netconf file with IP address etc for the interface.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 05:11 PM
07-22-2004 05:11 PM
Re: Lan error
check wheter is driver in kernel by
ioscan -funC lan
it should has CLAIMED status
than you try
ifconfig lan0 up
it activates lan0 interface
post result
br Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 05:52 PM
07-22-2004 05:52 PM
Re: Lan error
We discussed same thing yesterday.
See the link below.
Hope that helps.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=642584
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 08:53 PM
07-22-2004 08:53 PM
Re: Lan error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 09:17 PM
07-22-2004 09:17 PM
SolutionSelect lan
Select the correct ppa (e.g. lan1 = 1)
Select reset
Check the lights on the interface card, see if you see any traffic. You can use lanscan or ioscan to get the hardware path.
Use linkloop to check connectivity to the interface from another machine on the same subnet.
Then try ifconfig lanX up.
If that still does not work, then check the other end of the cable. It could be that the switch has disabled the port, because of a mis-configuration, security error or some other reason. You may need to re-enable the port before you can bring the lan up again.
It could be caused by different duplex/speed settings on each end, so re-check those.
Failing that, it could be a hardware problem with the interface, or the switch, or the cable. You could try a power-off reboot to see if that fixes it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2004 04:49 PM
07-23-2004 04:49 PM
Re: Lan error
I have seen this kind of problems when the switch and the card have different negotiation.
Try putting both the LAN card and the switch port in Auto-negotiation and check. If no success, reverse the config by fixing the speed and duplex then try.
Hope this helps.
Cheers,
Mohan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2004 11:27 PM
07-23-2004 11:27 PM
Re: Lan error
Operation Stauts(value)=down(2)
The first UP means it is administered properly and ready to work.
The second line down(2) essentially means there is no link light. Usually a hardware problem tho it is possible to get the same results with one end set to 10 M and the other set to 100M. You need to check your cable, the NIC, the switch port (shutdown?),- if you have more than one NIC perhaps your idea of which NIC you are using is not the same as the HPUX's- try the other NIC.
Ron