Oct 4, 2002 #1 charles914 IS-IT--Management Joined Oct 4, 2002 Messages 1 Location 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
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
Oct 4, 2002 #2 anshudad Technical User Joined May 14, 2002 Messages 23 Location US 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. Upvote 0 Downvote
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.
Oct 9, 2002 #3 aixbuff Technical User Joined Aug 28, 2002 Messages 43 Location IN If you have any usr running/acessing the server remotely there will be disruption... #smitty chinet will guide you... AIXBUFF Upvote 0 Downvote
If you have any usr running/acessing the server remotely there will be disruption... #smitty chinet will guide you... AIXBUFF
Oct 9, 2002 #4 JSiva IS-IT--Management Joined Mar 11, 2002 Messages 128 Location US 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! Upvote 0 Downvote
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!