- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Configuring IP addresses in HP-UX
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
06-29-2009 02:10 AM
06-29-2009 02:10 AM
I did some search and think the steps are something as below?
1) Change in /etc/rc.config.d/netconf
2) /sbin/init.d/start
thanks alot in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2009 02:18 AM
06-29-2009 02:18 AM
Re: Configuring IP addresses in HP-UX
The below link there are so many
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=611489
or
https://www11.itrc.hp.com/service/james/search.do?origin=0&rn=25&wpa=forums11.itrc.hp.com%3A443&searchcriteria=allwords&chkServStor=on&source=7000&submit.y=4&submit.x=8&searchtext=configure+loopback+address+&from=forums&searchcategory=ALL&esc=support.itrc.hp.com&todo=search&hpl=1&presort=rank&admit=109447626+1246270573487+28353475
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2009 05:41 AM
06-29-2009 05:41 AM
Re: Configuring IP addresses in HP-UX
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2009 05:52 AM
06-29-2009 05:52 AM
Re: Configuring IP addresses in HP-UX
1) is correct.
2) is not
/sbin/init.d/net stop
/sbin/init.d/net start
Many network services are impacted by changes here, practically speaking its better to reboot.
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
06-29-2009 06:20 AM
06-29-2009 06:20 AM
Re: Configuring IP addresses in HP-UX
So bascially the steps are to edit /etc/rc.config.d/netconf and reboot server? Any other changes required?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2009 06:25 AM
06-29-2009 06:25 AM
Re: Configuring IP addresses in HP-UX
I will not bet on the result.
What sort of tests are you trying to do?
there may be some places in the kernel which is using 127.0.0.1 as loopback in any cse.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2009 06:56 AM
06-29-2009 06:56 AM
Re: Configuring IP addresses in HP-UX
So bascially the steps are to edit /etc/rc.config.d/netconf and reboot server? Any other changes required?
That will do it.
Changing the loopback address will most likely make it impossible for the server to work with any network at all.
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
06-29-2009 07:35 PM
06-29-2009 07:35 PM
SolutionYou can use the command "set_parms ip_address"
or you can try doing that using.
"ifconfig
or you can try the below:
change whichever network parameter you want and follow this
cd /etc/rc.config.d
vi netconf
Edit the "LAN" card number:
EXAMPLE:
INTERFACE_NAME[0]=lan0
to ...
INTERFACE_NAME[0]=lan1
Save file.
Then stop and restart network services on the target server:
cd /sbin/init.d
./net stop
./net.init stop
./nettl stop
start in reverse order
./nettl start
./net.init start
./net start
hope any of these should solve your problem.
Thanks
Shivaprasad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2009 12:51 AM
06-30-2009 12:51 AM
Re: Configuring IP addresses in HP-UX
It may be interesting that you tell us what test you are trying to achieve.
There is may be some less hazardous solutions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2009 01:53 AM
06-30-2009 01:53 AM
Re: Configuring IP addresses in HP-UX
Shalom is sometimes a name, but in this case is how I greet, when I post answers to threads.
It means hello, goodbye and peace.
Interesting follow up answer. Keep on ITRC'ing.
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
06-30-2009 04:12 AM
06-30-2009 04:12 AM