- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- problem with ifconfig
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
04-04-2006 01:30 AM
04-04-2006 01:30 AM
I have a 'K' class machine that was given to me recently for installing OVO. As I am new to HP UX, i am having a problem regarding the ip address.
Whenever I typr 'ifconfig' or 'ifconfig lan0' , it is giving a message called
"ifconfig:Socket:Operation not Supported"
Could anyone please help me out with this.
Thanks in advance,
Leo
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 01:33 AM
04-04-2006 01:33 AM
Re: problem with ifconfig
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 01:34 AM
04-04-2006 01:34 AM
Re: problem with ifconfig
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 01:36 AM
04-04-2006 01:36 AM
Re: problem with ifconfig
/sbin/init.d/net.init created a small file in /tmp before it starts.
delete few files in /tmp and then try ifconfig
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 01:36 AM
04-04-2006 01:36 AM
Re: problem with ifconfig
What is the rest of the command?
Are you just looking for current config or are you trying to set something?
Need more info.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 02:04 AM
04-04-2006 02:04 AM
Re: problem with ifconfig
Do a lanscan and from the output do a ifconfig lanx (x is the PPA).
Rgds
HGN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 02:16 AM
04-04-2006 02:16 AM
Re: problem with ifconfig
Here is the output of ioscan -fnClan and lanscan.
I have attached the required document.
Regards
Leo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 02:17 AM
04-04-2006 02:17 AM
Re: problem with ifconfig
The server doesnt have a /tmp mounted. It has got only / and /stand.
Is this is a problem.
Regards,
Leo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 02:27 AM
04-04-2006 02:27 AM
SolutionWell, I am surprised to see just / and /stand mounted. Where are other essential directroies like /var /opt /usr etc?
Have you done the installation correctly?
What's the OS version you are working on ?
Beginning in HP-UX 11.23 the startup script will attempt to use
either /tmp or /var/tmp and will print an error message if the
temporary file cannot be created in either location.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 04:26 PM
04-04-2006 04:26 PM
Re: problem with ifconfig
As I previously mentioned I got the server from some other team here. May be there was a separate disk array along with this server that had the /tmp /opt and the others mounted. The server has HP UX 11.11 installed. I better reinstall the OS then so that I get all the file systems.
Thanks a lot,
Leo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 05:24 PM
04-04-2006 05:24 PM
Re: problem with ifconfig
This system may not have /tmp seperately mounted.If there is enough space in root and there is folder /tmp exists,then it will be fine.
Did you check "ifconfig lan1".since your lanscan does not show lan0.
cheers!!
sysadm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2006 08:10 PM
04-05-2006 08:10 PM
Re: problem with ifconfig
/tmp does exist in /.
i tried even ifconfig lan1, it is also throwing up the same error.
regards,
Leo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2006 08:18 PM
04-05-2006 08:18 PM
Re: problem with ifconfig
# bdf
ifconfig will create a temporary file in /tmp. If it is full then you will face this problem.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2006 08:19 PM
04-05-2006 08:19 PM
Re: problem with ifconfig
# sh -x /sbin/init.d/net.init stop
# sh -x /sbin/init.d/net.init start
what are you getting there?
Refer this thread as well:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=870504
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2006 09:51 PM
04-09-2006 09:51 PM
Re: problem with ifconfig
This might be beacuse i dont have the disk array that was connected to the server pior to this or due to someother issue.
since this is not a producton server, I am going ahead with the re-installation of the OS itself.
Thanks opnce again,
regards,
Leo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2006 04:51 PM
04-10-2006 04:51 PM
Re: problem with ifconfig
since this is not a producton server, I am going ahead with the re-installation of the OS itself.
thanks
Leo