- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ifconfig --CKO
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-30-2006 04:07 AM
01-30-2006 04:07 AM
From one server I can't reach my backup network , there was a * on netstat -in o/p for that i/f . I made it down configured it back it still not working , checked linkloop is also not responding .
Is there any significance of CKO as displayed in ifconfig o/p ?
lan4: flags=1843
inet 10.10.10.59 netmask fffff800 broadcast 10.10.15.255
Thanks for your reply,
baiju.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 04:17 AM
01-30-2006 04:17 AM
SolutionAs for your interface not working, if linkloop isn't working either, then you have a cabling or NIC problem. That indicates a failure at the physical layer. If that's not working, the higher levels of the network stack won't work either.
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 04:34 AM
01-30-2006 04:34 AM
Re: ifconfig --CKO
I would tend to think there is a physical problem with your network, or your lan adapter.
As a standard check, I'd at least run mstm/cstm/xstm (your choice) diagnostics to see that the hardware is solid.
I'd check the link lights and port configuration on the network switch.
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-30-2006 04:37 AM
01-30-2006 04:37 AM
Re: ifconfig --CKO
And don't discount the switch port as the offender. Here, we see about a 3 - 1 ratio where the switch port was the problem - not the NIC or cable.
My $0.02,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 04:47 AM
01-30-2006 04:47 AM
Re: ifconfig --CKO
CKO is Checksum offload. It is a host assistance feature provided by Network Interface Cards (NICs).
A NIC with CKO feature accelerates checksum generation and verification by performing this function for the host CPU, thus offloading the checksum operations off the CPU.
Hence CPU intervention for network operations is reduced and it is quite useful feature.
For NIC which supports this feature, CKO would be displayed in "ifconfig"
Is the interface still showing * after configuring it?
You need to ensure the route/getway etc to reach from your network to backup network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 05:13 AM
01-30-2006 05:13 AM
Re: ifconfig --CKO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 12:39 PM
01-30-2006 12:39 PM
Re: ifconfig --CKO
Also, apart from MPE, I think HP-UX is the only OS that has driver support for the frame sent by linkloop. There is a freshmeat project that provides a linkloop command and response server for Linux:
http://freshmeat.net/projects/linkloop/
if folks try it and like it they should start asking their favorite distro's to include it.