- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ifconfig : socket: operation not supported
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-21-2004 09:32 PM
07-21-2004 09:32 PM
the lan cards cannot be initialized.
lanscan sees the lan cards but ifconfig gives the error
ifconfig: socket: operation not supported
This is for all network cards.
Any ideas ??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 09:48 PM
07-21-2004 09:48 PM
SolutionFrom ifconfig man page : "Messages indicate if the specified interface does not exist, the requested address is unknown, or the user is not privileged and tried to alter an interface's configuration."
In your case, it seems that the 3rd is the more likely to match the problem. If your system crashes, it may have leave files (sockets ?) that you don't have right on.
Maybe you could get $? after ifconfig completion.
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 10:03 PM
07-21-2004 10:03 PM
Re: ifconfig : socket: operation not supported
what is the exact ifconfig command that you launched?
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 10:07 PM
07-21-2004 10:07 PM
Re: ifconfig : socket: operation not supported
even the sinple form
ifconfig lan0
or
ifconfig lan1
produces
ifconfig : socket: operation not supported
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 10:08 PM
07-21-2004 10:08 PM
Re: ifconfig : socket: operation not supported
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 10:20 PM
07-21-2004 10:20 PM
Re: ifconfig : socket: operation not supported
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
10/4/16.1 0x080009305C38 1 UP lan1 snap1 1 ETHER Yes 119
10/12/6 0x080009E31A53 0 UP lan0 snap0 2 ETHER Yes 119
landiag also shows no problems
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 10:30 PM
07-21-2004 10:30 PM
Re: ifconfig : socket: operation not supported
# ioscan -fnC lan
Says.. Does it shows the Claimed status.. proper driver loaded .. H/w State .. ??
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 10:42 PM
07-21-2004 10:42 PM
Re: ifconfig : socket: operation not supported
Hardware is claimed, State is up driver is correct and devices files (/dev/ether* , /dev/lan*) exist
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 11:10 PM
07-21-2004 11:10 PM
Re: ifconfig : socket: operation not supported
See if this works
# ifconfig lan0 plumb
# ifconfig lan0
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 11:52 PM
07-21-2004 11:52 PM
Re: ifconfig : socket: operation not supported
ifconfig : socket: operation not supported
is an alias for
/tmp file system full !!!!!!!!!!!!!!!!!
Due to the crash a dump file was writte to /tmp which filled the files system 100 %.
Obviously ifconfig need some disk space in /tmp to work.
After removing the crash dump and so freeing space in /tmp ifconfig worked
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 12:29 AM
07-22-2004 12:29 AM
Re: ifconfig : socket: operation not supported
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 12:35 AM
07-22-2004 12:35 AM
Re: ifconfig : socket: operation not supported
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2004 05:55 AM
10-01-2004 05:55 AM
Re: ifconfig : socket: operation not supported
# ifconfig lan0
ifconfig: socket: Operation not supported
# ioscan
H/W Path Class Description
=========================================
root
0 ioa System Bus Adapter (582)
0/0 ba Local PCI Bus Adapter (782)
0/0/0/0 lan HP PCI 10/100Base-TX Core
# lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/0/0/0 0x00306E26118C 0 UP lan0 snap0 1 ETHER Yes 119
Thanks, Clif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2004 06:09 AM
10-01-2004 06:09 AM
Re: ifconfig : socket: operation not supported
There are currently no network interface cards installed on this system.