- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: problem with the network adapter?
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
01-21-2004 11:43 PM
01-21-2004 11:43 PM
I got a Visualize B1000 with HP_UX11.00 and the network connection seems to be down (I cannot ping the box from the same segment LAN) I have changed the patch cable, the port on the Catalyst, lanscan shows me the interface lan0 UP, ioscan shows me the same interface CLAIMED, xstm information looks OK, in lanadmin I can see Administration status UP, Operational Status DOWN. How can I see if the network card is OK or I have to replace it? (there is no light on the card's LEDs on the rear side, if I connect the Ethernet cable to a second machine which stays near this one, the LED's of the second machine's NIC start blinking) - the problem has occurred "over night", nobody has changed nothing in the network configuration of this machine ...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 11:46 PM
01-21-2004 11:46 PM
Re: problem with the network adapter?
With the lanadmin command you can see if you have a link.
if not:
prc60b03:/root # lanadmin -x 7
Current Config = NO LINK AUTONEG
If you have a link, you might check the vlan config on the switch.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 11:52 PM
01-21-2004 11:52 PM
Re: problem with the network adapter?
lanadmin -x 7 doesn't return anything in my case ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 11:56 PM
01-21-2004 11:56 PM
SolutionBu tthe fact that your light is not even blinking shows that there is no link between your NIC and your switch. The fact that you moved it into another NIC and the light started blinking I get this feeling that something is wrong with your NIC.. either the port itself or the card.
I would definitely start thinking about placing a call to HP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 11:57 PM
01-21-2004 11:57 PM
Re: problem with the network adapter?
So that as not the answer you were looking for.
To be sure the interface has no troubles you can check it with stm.
an other tool is:
netfmt -1 -f /var/adm/nettl.LOG000 > /tmp/netfmt.out for the interface
This will give you more info.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 11:59 PM
01-21-2004 11:59 PM
Re: problem with the network adapter?
run lanscan
if your card shows up as lan2 then:
lanadmin -x 2
Based on your symptoms, especially the LED's it sure seems like the card has died.
mstm,cstm, or xstm should be used to prove the card is truly dead.
Have you tried bringing up the interface with ifconfig?
ifconfig lan1 192.168.0.45 netmask 255.255.255.0 # change the lan,ip and netmask to numbers relavent to your environment.
After that command:
echo $?
0 means it worked any other number means trouble.
Nothing in dmesg or /var/adm/syslog/syslog.log ??
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
01-21-2004 11:59 PM
01-21-2004 11:59 PM
Re: problem with the network adapter?
The 7
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2004 12:10 AM
01-22-2004 12:10 AM
Re: problem with the network adapter?
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2004 02:19 AM
01-22-2004 02:19 AM
Re: problem with the network adapter?
with no light on the card on the rear side I believe it's your card.
Card LEDs are blinking also if workstation is down! Except you pull off the power cable of the workstation!
Is it the only LAN card?
Volkmar
P.S.
Sergejs could you please visit this link:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=384188
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2004 07:58 PM
01-22-2004 07:58 PM
Re: problem with the network adapter?
I will call HP to have the card replaced.
Have a wonderfull weekend!