- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ethernet parameters configuration
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
10-17-2003 08:00 AM
10-17-2003 08:00 AM
ethernet parameters configuration
I need the parameters that manage the ethernet packet only (ethernet protocol)
What i can modify this parameters.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2003 08:27 AM
10-17-2003 08:27 AM
Re: ethernet parameters configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2003 08:33 AM
10-17-2003 08:33 AM
Re: ethernet parameters configuration
Anyway, my guess is that you're talking about Solaris, which defines a complete set of variables for lan boards (i.e., /dev/hme, /dev/qfe, /dev/ge and so on). I've checked ndd for HP-UX, and it seems not to have these capabilities.
In HP-uX, you should use landamin, but I'm not certain that you can configure the ethernet drivers at this level of detail.
HTH
Paulo Fessel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2003 08:49 AM
10-17-2003 08:49 AM
Re: ethernet parameters configuration
But Only i have problems whith the S/390.
The S/390 administrator give me this parameters from VSE:
s-Inactivity timer (Ti) ----------> 30.00 seconds
s-Response timer (T1) ------------> 2.00 seconds
s-Acknowledgement timer (T2) -----> 0.08 seconds
s-Max I frames before ack (N3) ---> 1
s-Maximum transmit window (TW) ---> 8
This parameters are from data link layer (ethernet protocol).
I would like chek the parmeters in the hp-ux similar to mainframe.
I check mi network and i think that is fine.
Do you know the ethernet parameters?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2003 09:06 AM
10-17-2003 09:06 AM
Re: ethernet parameters configuration
I think you control this stuff with the ndd command. There are a lot of options, and that's where I'd look first.
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
10-17-2003 09:11 AM
10-17-2003 09:11 AM
Re: ethernet parameters configuration
I would check first whether there are media layer errors before trying to change these parameters. You can do this with lanadmin:
* start lanadmin.
* select "lan" option.
* select the instance you want to inspect with "ppa". Choose 0 for lan0, 1 for lan1, etc...
* select display and check statistics for this board. Even if you have any errors or collisions, make sure that speed and duplex parameters of your board are correct. A 100BT configured for autonegotiation will hardly talk to any partner that has 100FD (Full Duplex) hardwired.
* If there are mismatches on speed/duplexing configuration, you can change these values through SAM.
* If you don't have any errors then your problem is not in the media layer, and then you can think about modifying parameters with ndd /dev/ip and ndd /dev/tcp.
Don't forget to assign the points!
HTH
Paulo Fessel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 02:29 AM
10-20-2003 02:29 AM
Re: ethernet parameters configuration
ndd -h supported
ndd -h unsupported
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90129/B2355-90129_top.html&con=/hpux/onlinedocs/B2355-90129/00/02/209-con.html&toc=/hpux/onlinedocs/B2355-90129/00/02/209-toc.html&searchterms=parameter%7cndd&queryid=20030728-183915
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 05:10 AM
10-20-2003 05:10 AM
Re: ethernet parameters configuration
If you take a look into ndd, you'll see that the only devices it accepts are /dev/ip, /dev/tcp, /dev/udp and /dev/arp.
Therefore it can't be used to modify ethernet settings. In Solaris there IS /dev/hme, /dev/qfe, /dev/ge - all of them are hardware devices. But AFAIT they don't exist on HP-UX, or aren't manageable through ndd.
Just my .02
Paulo Fessel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 06:31 AM
10-20-2003 06:31 AM
Re: ethernet parameters configuration
/etc/rc.config.d/hpbtlanconf
but it is pretty limited. Most of the other stuff you mention in your first post is done in ndd.
I would suggest you get tcpdump and analyze the actual traffic to see what is going wrong. It's very unlikely that it is an Ehternet problem unless you need a newer driver. You might want to go to
http://www1.itrc.hp.com/service/patch/search.do?pageContextName=hpux:::
and search for patches for your driver and for ARPA.
Note there are a few NICs used by HP which are known to be EMI sensitive and these are just not trustworthy for data transfers. What NIC are you using?
Ron