- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: changing ipaddress on hpux10.20
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
10-27-2005 01:53 AM
10-27-2005 01:53 AM
changing ipaddress on hpux10.20
i have to change the server ipaddress
OS: hpux 10.20
current ip address : 128.1.*.*
netmask 255.255.0.0
new ip address: 10.1.*.*
netmask 255.255.0.0
i think there will be problem with netmask.so i have to disable the netmask subnet checking by the command
nettune -s ip_check_subnet_addr 0
shall i have to put any entry on the files to make this change permanant.(like in hpux 11.0 we have to add entry in nddconf.)
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 02:01 AM
10-27-2005 02:01 AM
Re: changing ipaddress on hpux10.20
255.255.0.0 is a valid class B address.
10.1 is a private, unroutable network, but there should be no resistance to changing the ip address.
For temporary changes in ip address, use ifconfig.
For permanent: /etc/rc.config.d/netconf
/sbin/init.d/net stop;/sbin/init.d/net start;
restarts the network. Best to do this from the console and not use sam.
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
10-27-2005 02:17 AM
10-27-2005 02:17 AM
Re: changing ipaddress on hpux10.20
Eventhough initial byte: 0 - 127 comes in Class A IP range, I think 255.255.0.0 netmask will work. There shouldnt be a problem. Do you face any problem by asigning this IP.
Any way go through this earlier post.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=99116
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 02:40 AM
10-27-2005 02:40 AM
Re: changing ipaddress on hpux10.20
# cd /etc/rc.config.d
# cp -p netconf netconf.prev
To print the usage for set_parms, run the script with no arguments:
# /sbin/set_parms
After modifying netconf, set_parms will ask you whether you want to reboot the system; this is necessary in order to apply the configuration changes.
You can answer "Yes, Reboot", or you can answer "No, Do Not Reboot" and reboot at a later time.
Hanwant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 05:15 AM
10-27-2005 05:15 AM
Re: changing ipaddress on hpux10.20
nothing seems to have changed
because the old copy is run after the new one. If you need to save an old copy, put it into a separate directory.
Bill Hassell, sysadmin