- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Strange network issue bewteen vi netconf and set_p...
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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
05-11-2005 04:21 AM
05-11-2005 04:21 AM
Strange network issue bewteen vi netconf and set_parms
We moved hosts from one subnet to another, editing their hosts file and the netconf specifing the IP, gateway and broadcast address. With gateway ports wide open we could not ping, telnet or rlogin to the box even after a reboot.
Neither did net stop/start or touching the nic setting via sam.
In all instances ipconfig reported the proper ip, subnet and broadcast address. Only after doing a set_parms addl and accepting the values presented (which were correct) did we get it to respond properly.
What would be causing this problem? We're in the process of deploying hosts to the field and are doing basically the same. That is modifying the hosts and netconf via some setup scripts. I have an feeling we'll see the same problem there.
Regards
NormD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2005 04:26 AM
05-11-2005 04:26 AM
Re: Strange network issue bewteen vi netconf and set_parms
In my experience problems have been caused by typos in the editing process to make the vi /etc/rc.config.d/netconf file not work.
Also, people like to back up the netconf file in /etc/rc.config.d
In that case both files are read and networking does not work. set_parms is smart enough to fix that I think.
If none of this applies, I'm perplexed.
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
05-11-2005 04:30 AM
05-11-2005 04:30 AM
Re: Strange network issue bewteen vi netconf and set_parms
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2005 04:41 AM
05-11-2005 04:41 AM
Re: Strange network issue bewteen vi netconf and set_parms
Still stumped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2005 11:38 PM
05-12-2005 11:38 PM
Re: Strange network issue bewteen vi netconf and set_parms
W/ out additional data I'm not sure what was causing your issues.
Some things I'd verify in this situation.
The subnet mask was correct?
Could you ping the broadcast address when you brought up the interface?
If you can recreate this I would do the following.
1. Ifconfig lanX <-- PPA=X
Verify the parameters are what you expect
2. On the HPUX ping the IP address locally, does it respond ? ping the loopback address, Does it respond?
3. Ping the broadcast address of the interface, you should see every other device on the broadcast domain respond to you, if you only see yourself this is typically a subnet addr issue.
4. Try resetting the lan interface w/ lanadmin.
5. Check the output of arp -an
Review your /var/adm/nettl.LOGXXX file.
To do this:
netfmt -Nnlf /var/adm/nettl.LOGXXX > net.out and view the net.out file.
Hope this is helpful, typically any of the methods mentioned will allow you to update the IP information.
Todd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2005 12:05 AM
05-13-2005 12:05 AM
Re: Strange network issue bewteen vi netconf and set_parms
Was the network cable connected when you brought the server up??
Any errors in /etc/rc.log???
Regards,
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2005 12:17 AM
05-13-2005 12:17 AM
Re: Strange network issue bewteen vi netconf and set_parms
I looked over the set_parms scripts but from what I can tell all it's doing (as far as networking goes) is to call ifconfig.
It's as if some variables - (eg. network, hostname) are stored in some other shadow or data file that set_parms and other processes read. I've seen a similar problem when changing the hostname by only editing the host and netconf file. Something still has reference to the old hostname even after a reboot. Typical probs here is that cde won't start. It not until you run set_parms that it regonizes its new hostname.