Operating System - HP-UX
1827073 Members
3060 Online
109713 Solutions
New Discussion

Re: Switching to a New Network

 
Alkesh Dessai
Occasional Contributor

Switching to a New Network

At present we r on 145.21. network and want to switch to 10.139 network on 1 of our Server and it is clustered with other Server.
What R the Parameters and precautions I could take.
And what files have to be changed to shift to the new network addr.
OS is HPUX 11.00
3 REPLIES 3
John Palmer
Honored Contributor

Re: Switching to a New Network

Hi,

The files that you need to change are:-

/etc/rc.config.d/netconf
which defines LAN interfaces, routing etc

and /etc/hosts

Regards,
John
Andreas Voss
Honored Contributor

Re: Switching to a New Network

Hi,

for changing ip-address would
recommend to use:
/sbin/set_parms ip_address
(the network settings are stored in
/etc/rc.config.d/netconf)
and for more network settings:
/sbin/set_parms addl_netwrk
If you have MC-Serviceguard i'm not
familar with that - may be someone
else could give you some help for
this.

Regards
Tim Rotunda
Frequent Advisor

Re: Switching to a New Network

/etc/rc.config.d/netconf and /etc/hosts are two file you must change, although your applications may demand other changes as well. Change the parameters for the interface you want to modify (lan0, lan1, etc..) and don?t forget the routing parameters. You will have to restart your networking or reboot your machine for the changes to take.
Good luck,
TR.a