in reply to Replacing Systemwide Reference
The best way may be first telling us what system, which server and many other details. Absent that I can only guess that find / -type f -print | xargs grep 'prefix.hosta' might find all occurences of that string on your hard disk. Blindly substituting them per script is not advisable as you could find false positives in binaries or text documents