If I change the hostname of my linux box. which configuration files should I also modify in Teamsite suit and OpenDeploy?
/etc/iw.cfg
ODHOME/etc/odbase.xml
ODHOME/etc/odnodes.xml
ODHOME/etc/odrcvr.xml
IWHOME/etc/TS.lic
ODHOME/etc/OD.lic
find /Interwoven -type f \( -name "*.cfg" -o -name "*.xml" -o -name "*.conf" -o -name "*.properties" \) | xargs egrep -i hostname > /tmp/host_entries.txt
/Interwoven
IWHOME
ODHOME
hostname
hostname.do.main
domainname
HOSTNAME
Just a thought -Old hostname might still be in some database tables. Check this table too :Connect to your COMMON_SERVICES(or whatever name you use) database schemaselect * from IR_SERVICEINFO;
If you are using LSCS your project names probably have changed too.