|
|
|
|
|
by skissane
2556 days ago
|
|
Some software I used to work on, had this sort of issue. Customers would call up and say "how do I change the machine's IP address" and Support would reply "you can't, you have to reinstall". What was really going on: there were a whole bunch of config files, into several of which the installer embedded whatever was the machine IP at install time. Support didn't know exactly how many files there were. Engineering was asked to document them all but for whatever reason were dragging their feet on doing it. My attitude was – why can't we just do a search&replace? Response I got – we can't trust customers/Support to do that without making a mess of it. Eventually, engineering wrote and shipped a "change machine IP tool" which knew about exactly which config files contained the machine IP. Finally, we had a supported procedure for changing the IP address of the server. |
|