Hello,
did anyone manage to install Sametime Community 11FP1 successfully on Linux (Domino 11)?
Hello,
did anyone manage to install Sametime Community 11FP1 successfully on Linux (Domino 11)?
I have installed Sametime11FP1 with Domino11FP1 on Centos 8.1 with addition of SametimeProxy11FP1 on separate Centos 8.1 host.
Could you please describe steps - how you installed Community server? I'm asking because turned out that Sametime 11FP1 is not supported on Domino 11.0.1 (only 11.0 is supported) - installation fails.
I also tried to install Sametime 11.0 on Domino 11.0 - it was successfull, though some databases were not installed (stauth.nsf, stconfig.nsf). As a result, Sametime Community simply not starting.
I have followed install manual, succeeded after few attempts . There were some attempts which resulted with same errors as you had.
Unfortunately, I don't have exact steps used, but please be careful about following while doing the install:
- installed Domino 11FP1 as a standalone (I think you need to have perl package installed as prerequisite)
- we were not able to add it to existing Domino domain since we used "Enable Extended Access" in the Advanced part of ACL on names.nsf, and somehow this breaks the Sametime install. There were no option to remove it from our names.nsf since it was being used by other apps on Domino.
- we installed standalone Domino11FP1 without "Enable Extended Access" on names.nsf
- we installed Mongodb (since we had 2 servers, we had to set the Mongo to listen on specific interface, since by default it listenst on localhost only)
- we manually copied mongo-java-driver-3.2.2.jar and mongodb-driver-async-3.2.2.jar to /opt/hcl/domino/not sure exact paht/.. since there were some broken symbolic links from /local/notesdata folder
- we setup the MongoDB using steps from documentation, we needed this part:
db.system.version.insert({ "_id" : "authSchema", "currentVersion" : 3 })
- only be careful where you create sametimeUser (in one attempt I forgot to "use admin", and the user was created in the wrong part of the DB)
- we installed Sametime11FP1 using console mode (be carefull if you miss some input and try to delete letters, it will mess up the install since it will put some non ASCII signs in the conf files)
- don't use uninstall procedure, just delete everything (including /var/.com.zerog.registry.xml) or revert snapshot
- we used LDAP for Sametime (simple setup)
- later you need to adjust the LDAP in stconfig.nsf if you are using bind username and password
- in the same database add IP for Sametime proxy
- install SametimeProxy11FP1, also be careful when deleting input characters, it will mess up the conf files
Hi
it's true your corrections
I can Add right on
cd /local/notes/data
chown notes:notes st*
chown notes:notes *.jar
And I modify /opt/htcl/domino/bin/server for LIBPATH
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/hcl/domino/notes/11000100/linux/sticc
LIBPATH=$LIBPATH:/opt/hcl/domino/notes/11000100/linux/sticc
echo "----------------------------"
echo " OS : " $OS
echo " LD_LIBRARY_PATH : " $LD_LIBRARY_PATH
echo " LIBPATH : " $LIBPATH
echo " PATH : " $PATH
echo " NOTES_PATH : " $NOTES_PATH
echo "----------------------------"
and modify rigths to
chown notes:notes /opt/hcl/domino/notes/11000100/linux/sticc/*
Port 1516 is now Open with All your corrections
but 1533 is not present
Too more errors after installed, it's strange
Hello,
yes, that was the cause of the problem. But I figured it out by adding
LD_LIBRARY_PATH=$PROGRAMDIR:$LD_LIBRARY_PATH:$PROGRAMDIR/sticc
export LD_LIBRARY_PATH
to RC_Domino_script (which we use to start Domino).
I'm still getting errors like:
SEVERE: Failed to read from file - /notesdata/sharedEncKey1.txt java.io.FileNotFoundException:
TokenVerifier readFromFile SEVERE: Failed to read from file - /notesdata/sharedEncKey2.txt java.io.FileNotFoundException: /notesdata/sharedEncKey2.txt (No such file or directory)
But HCL Support state that these can be ignored.
Also, as Ivica Simic wrote, I added symlinks to make chatloggin working:
- create a symbolic link from the /usr/lib64 directory:
sudo ln -s /opt/hcl/domino/notes/latest/linux/STOpenSSL/libcrypto.so.1.0.0 ./libcrypto.so.10
sudo ln -s /opt/hcl/domino/notes/latest/linux/STOpenSSL/libssl.so.1.0.0 ./libssl.so.10
Regarding "but 1533 is not present" - you need to check logs in /DOMINO_DATAT/trace folder.
Also it turned out that now the only officially supported way to start Sametime/Domino is to launch ststart script located in Domino_DATA....
I think I used this one also:
- create a symbolic link from the /usr/lib64 directory:
sudo ln -s /opt/hcl/domino/notes/latest/linux/STOpenSSL/libcrypto.so.1.0.0 ./libcrypto.so.10
sudo ln -s /opt/hcl/domino/notes/latest/linux/STOpenSSL/libssl.so.1.0.0 ./libssl.so.10
Please open a case (or cases) so that we can work these with you.