i run several servers on centos 6.4 (32 and 64). when j apply a hotfix the correct server build number is shown on all but on one server the build-number just stays at 9.0 and not 9.0hfxx as it does on the other servers.
please provide any hints from where the build is read.
Subject: check locale setting on that server that is not updated
Most likely reason is that locale changed since full install and you have, for example, /res/C - for generic install and /res/ for changed locale - and resources, including version string which is located in strings.res , were updated in one of these “res/” folders (updated directory should correspond to current locale).
You can just take a quick look at timestamps of updated files - to see which one was updated.