- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem about NIC duplex
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
06-23-2003 09:03 PM
06-23-2003 09:03 PM
If I change the duplex mode of nic from sam.It needs reboot?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 09:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 09:16 PM
06-23-2003 09:16 PM
Re: Problem about NIC duplex
http://www.unixadm.net/howto/fulld_hpux11.html
regards,
Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 09:16 PM
06-23-2003 09:16 PM
Re: Problem about NIC duplex
Ensure that SAM updates the required file (probably hpbase100conf)in /etc/rc.config.d
so that settings are maintained when the system next boots.
Also - Are you sure the duplex setting is causing the ftp & telnet problems?
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 09:27 PM
06-23-2003 09:27 PM
Re: Problem about NIC duplex
# lanadmin -X 100FD 0
Make sure you make the necessary changes to the /etc/rc.config.d/hpbase100conf file. Seeing that you can't telnet to the system, you must do it from the console. Also check that your routing table is still okay and you can telnet to another system on the same subnet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 07:52 AM
06-24-2003 07:52 AM
Re: Problem about NIC duplex
Assuming you run 11.0 or better, on the L1000 run
lanadmin
lan
ppa x
display
Where x is the ppa of your NIC. If you don't know which it is, 0 is usually the builtin LAN and 1 is the separate card. If you have more than two you can run ioscan or just look at the output of netstat -rn it will talk about lan0, lan1, lan2 etc. and usually the ppa is the same as the digit at the end.
Anyway you should get a display which contains the following two lines:
Administration Status (value) = up(1)
Operation Status (value) = up(1)
IF you don't see "up" twice then it is not working. Perhaps the new card's driver is not installed on your PC.
IF that is working then run a linkloop test. That will verify that there is nothing wrong with the card or its MAC. You will need to know the MAC of another device on the same LAN.
See man linkloop for details.
Check your switch that it does not have a static entry for the old MAC. Ditto for the router's arp table.
Finally check your routing tables
netstat -rn
and make sure the IP address has not gotten changed and the default gateway is shown. See if you can ping the default gateway.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 07:59 AM
06-24-2003 07:59 AM
Re: Problem about NIC duplex
Check your switch, especially if its CISCO that it is not set to autonegotiate. HP nics don't like that.
lanadmin -x 0 to check,
replace 0 with the actual number.
You may need to hard code your preferred duplex and speed in a file called, /etc/rc.config.d/hpbtlanconf
Here is mine as an example.
There is already an example of resetting the speed and duplex while the system is running in an earlier reponse.
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
06-24-2003 08:16 AM
06-24-2003 08:16 AM
Re: Problem about NIC duplex
The change should be no problem as long as your cisco does not go into stress. Normaly a cisco and HP are always in conflict when both are in auto-negotiate mode. So therefor , or set yours into forced 100fx or the CISCO.
In the worst case your cisco will disable the port beacause of to many errors on the line.
Check you network statistics using "netstat -s" when retransmitions are 10% or above you have a problem (broken cable, one side full the other half). You will spot the problem very clear when the machine has a high network use.
I doubt this will cause the refused error.
Better look at it's arp table ( arp -a) and maybe it should be flushed on both sides.
Ping should at least tell you if it can be reached, telnet can go into the security problems.
Good luck !
If any more help is needed please let us know.
Regs David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 12:11 PM
06-24-2003 12:11 PM
Re: Problem about NIC duplex
No need to reboot, do this
lanadmin -X 100FD
the ID you get from lanscan
And that in the feature this will be the default use /usr/sab/lbin/laninfo
there you will see the type of the card in the end of line, then in /etc/rc.config.d/hp
set the parameters for your card to FD.
Caesar