![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| script to change passwords for the same user on multiple servers | stolz | Shell Programming and Scripting | 6 | 12-18-2007 09:08 AM |
| User add on multiple servers | sandeep_pan | Shell Programming and Scripting | 6 | 06-10-2005 02:04 PM |
| Apache Config> One IP, Multiple Servers | l008com | UNIX for Advanced & Expert Users | 7 | 09-15-2003 06:54 AM |
| moving files across multiple servers | kymberm | UNIX for Advanced & Expert Users | 2 | 10-23-2002 09:04 AM |
| ftp to multiple servers | kristy | Shell Programming and Scripting | 2 | 12-03-2001 11:49 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
rsh to change multiple ip in multiple servers?
good day. i jsut wanted to know what is the best script or the best way changing a lot of Ip's in all servers. Do you have any idea? im using awk to change IP,what if, you have lots of servers. You need to change it one by one? It will take time to change it manually.
|
| Forum Sponsor | ||
|
|
|
|||
|
in linux,try to edit ifcfg-eth0 for linux servers, and /etc/rc.config.d/netconf in HP-UX, well i dont know in AIX. Maybe someone had an idea.
For automation, you can use awk and sed, that will change your IP or your subnet etc.. I have some machines too, that i made script to changed the IP. all servers 10.131.3.xx i changed it to 10.121.3.xx but that servers were linux and hpux. i do manually running the scripts, but havent tried ssh maybe someone knows how to change ip not using smitty |
|||
| Google UNIX.COM |