Hello,we have successfully installed Domino Server 8.5.1 on CentOS.
After the installation the server still reports version 8.5. The command show server also reports version 8.5.
In the help directory we see that we have 8.5.1 help files.
We installed with this file:lotus_domino851_xlinux_CZ5RWEN.tar
Has anyone installed 8.5.1 and can admit that the server reports the correct version ? Or have we done something wrong ?
Is there a way for us to check if we run version 8.5.1
CU Martin
Subject: Me too
We also had this problem.Server still showed 85HF23 when starting (on Centos). Templates etc. and Daos-Statistics reflected 8.5.1.
It seems that the installation updated the wrong resource-files.
/opt/lotus/notes/latest/linux/res contains the subdirectories
C and de_DE.UTF-8.
The de_DE.UTF-8 contained new files while C had the old ones but were used.
hcl-bot
3
Subject: Same problem
I have updated 5 Linux servers. Only three of them reported correct version.
The servers:
No “new” installer is available for linux.
hcl-bot
4
Subject: Found solution
I changed system locale to “en_US.UTF-8” then ran the installer. After installation I changed the system locale back to “sv_SE.UTF-8”.
Now the system is reporting 8.5.1.
Change locale with command: export LANG=“en_US.UTF-8”
Here is details:
dev:/opt/ibm/lotus/notes/latest/linux/res # locale
LANG=sv_SE.UTF-8
LC_CTYPE=“sv_SE.UTF-8”
LC_NUMERIC=“sv_SE.UTF-8”
LC_TIME=“sv_SE.UTF-8”
LC_COLLATE=“sv_SE.UTF-8”
LC_MONETARY=“sv_SE.UTF-8”
LC_MESSAGES=“sv_SE.UTF-8”
LC_PAPER=“sv_SE.UTF-8”
LC_NAME=“sv_SE.UTF-8”
LC_ADDRESS=“sv_SE.UTF-8”
LC_TELEPHONE=“sv_SE.UTF-8”
LC_MEASUREMENT=“sv_SE.UTF-8”
LC_IDENTIFICATION=“sv_SE.UTF-8”
LC_ALL=
dev:/opt/ibm/lotus/notes/latest/linux/res # export LANG=“en_US.UTF-8”
dev:/opt/ibm/lotus/notes/latest/linux/res # locale
LANG=en_US.UTF-8
LC_CTYPE=“en_US.UTF-8”
LC_NUMERIC=“en_US.UTF-8”
LC_TIME=“en_US.UTF-8”
LC_COLLATE=“en_US.UTF-8”
LC_MONETARY=“en_US.UTF-8”
LC_MESSAGES=“en_US.UTF-8”
LC_PAPER=“en_US.UTF-8”
LC_NAME=“en_US.UTF-8”
LC_ADDRESS=“en_US.UTF-8”
LC_TELEPHONE=“en_US.UTF-8”
LC_MEASUREMENT=“en_US.UTF-8”
LC_IDENTIFICATION=“en_US.UTF-8”
LC_ALL=
Now run the installer.
Subject: Download image once again
Hi Martin,I had the same issue with upgrade to Domino 8.5.1 on Windows2003 32bit. After two upgrade the Domino keeps reporting version 8.5.
I downloaded yesterday once again the setup image from IBM and noticed it has different size than the image downloaded earlier.
The upgrade with new setup image was OK on first try.