Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

changeing IP

Status
Not open for further replies.

charles914

IS-IT--Management
Oct 4, 2002
1
0
0
US
How do I change the IP address of a existing RS/6000box running AIX to a New address and subnet and still keep the app functioning
 
Try running a script as a at job

ifconfig en0 down
ifconfig en0 detach
ifconfig en0 inet ip_address netmask subnet_mask up
route add 0 deafult_route

Put the above lines in to script and run it as at now.You will be fine.
 
If you have any usr running/acessing the server remotely there will be disruption...

#smitty chinet

will guide you...


AIXBUFF
 
Hi

The best way to do without any disruption is to alias the new IP address to your network card. So both your old IP and new IP will work.

Once when the need for the old IP address is over you can reemove it.

JSiva Om Maha Ganapathiye Namaga!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top