Uma.
We have used the same migration process for various upgrades and altough we don’t have many of the FRL/Xlate sites (most of our sites use TCL script translations) we have migrated from 3.5.5 to 5.4 issue free.
While we have this scripted, we perfom the following.
save (we use tar) a copy of the various ‘key’ files/directories in our 3.5.5; and
create a site in 5.4 (hcisiteinit); and
install the ‘tar’ file; and
Use the supplied 5.4 routines to verify format, tables and xlates; and
compile pdls; and
tclindex the tclprocs; and
load, verify and save the NetConfig file (we actually process this).
Our ‘key’ files are: NetConfig NetConfig.disabled tclprocs Xlate Tables formats local .monitorAllSite.cfg Alerts bin
The NetConfig script just ensures that all NetConfig files use the same bitmaps and other ‘standard’ configurations and replaces old with new root paths.
I hope this helps