Lotus Notes / Domino Sonstiges > Companion Products

Sametime 11, keine Anmeldung möglich

<< < (3/5) > >>

schroederk:
Nachtrag: hier noch das Ergebnis von rs.conf()


--- Zitat ---rs0:PRIMARY> rs.conf()
{
        "_id" : "rs0",
        "version" : 1,
        "protocolVersion" : NumberLong(1),
        "writeConcernMajorityJournalDefault" : true,
        "members" : [
                {
                        "_id" : 0,
                        "host" : "127.0.0.1:27017",
                        "arbiterOnly" : false,
                        "buildIndexes" : true,
                        "hidden" : false,
                        "priority" : 1,
                        "tags" : {

                        },
                        "slaveDelay" : NumberLong(0),
                        "votes" : 1
                }
        ],
        "settings" : {
                "chainingAllowed" : true,
                "heartbeatIntervalMillis" : 2000,
                "heartbeatTimeoutSecs" : 10,
                "electionTimeoutMillis" : 10000,
                "catchUpTimeoutMillis" : -1,
                "catchUpTakeoverDelayMillis" : 30000,
                "getLastErrorModes" : {

                },
                "getLastErrorDefaults" : {
                        "w" : 1,
                        "wtimeout" : 0
                },
                "replicaSetId" : ObjectId("5f7ad1968fd76ab2c3dbad64")
        }
}


--- Ende Zitat ---

schroederk:
Ich bin noch immer keinen Schritt weiter.  :'(

Was mir bei der sametime.ini aufgefallen ist. Das Format der Datei scheint wohl DOS/Windows zu sein, denn hinter jeder Zeile steht ein "^M".
Stört das eine Linux-Installation, sollten die drin stehenbleiben oder kann das weg? (z.B. über dos2unix oder vim Befehl)

Der HCL Support ist auch involviert, übt sich aber (wie immer) im tagelangen Analysieren von Logs.

Tode:
Wegen des "^M": Das kannst Du rauseditieren so lange Du willst... Sametime konvertiert das jedesmal wieder um, warum auch immer... ist also keine mögliche Fehlerursache...

heini_schwammerl:
Das MongoDb Replica Set ist in meiner Konfiguration an den Hostnamen gebunden. Ich kann mich nicht mehr erinnern warum, aber es wird schon einen Grund haben warum ich das geändert habe ;-)
Eine Aktualisierung von 3.6 auf 4.2 verlief auch problemlos, wenn man mal vom Rumgezicke von MongoDb absieht wofür HCL nichts kann.

--- Code: ---"host" : "vsametime.dmz.firma.de:27017",
--- Ende Code ---
anstatt

--- Code: ---"host" : "127.0.0.1:27017",
--- Ende Code ---
Zusätzlich läuft bei mir der Proxy auf einer 2. IP Adresse aber das ist prinzipiell ohne Bedeutung.

Die  DbConfig vom Proxy bleibt dabei unspektakulär

--- Code: ---MONGO_HOST=localhost
MONGO_CONNECT_TIMEOUT=1000
OFFLINE_DATABASE=MONGO
MONGO_WRITE_CONCERN_W_VAL=1
MONGO_AUTHID=...
MONGO_PORT=27017
MONGO_WRITE_CONCERN_J_VAL=0
MONGO_IMG_LIMIT=20480
MONGO_DBNAME=mobileOffline
HTTP_CLIENT_TOTAL_CONNECTION=100
MONGO_USER=
DOMINO_TARGET_SERVER=127.0.0.1
MONGO_GFS_CONNECT_TIMEOUT=2000
MONGO_PASSWORD=
MONGO_AUTH_DBNAME=admin
HTTP_CLIENT_MAX_CONNECTION_PER_ROUTE=20
HTTP_CLIENT_MAX_FOR_HOST=5

--- Ende Code ---

mongodb.conf (Auszug)

--- Code: ---# network interfaces
net:
  port: 27017
  ipv6: true
  bindIp: 127.0.0.1,192.168.1.23,::1

--- Ende Code ---
Die 2. IP Adresse ist eine lokale DMZ IP an welcher auch der Hostnamen gebunden ist.
Sametime Proxy und der Server funktionieren seit dem letzten Fixpack vor ein paar Wochen prinzipiell. Vorher ging allerdings wenig, was mich doch ein wenig verärgert hat. Aber besser spät als nie.
Hinweis: Die Konfiguration ist nicht geeignet für einen MongoDb Server der direkt im Internet steht.
Gruß

Henning

MaVo:

--- Zitat von: heini_schwammerl am 15.10.20 - 16:49:01 ---Das MongoDb Replica Set ist in meiner Konfiguration an den Hostnamen gebunden. Ich kann mich nicht mehr erinnern warum, aber es wird schon einen Grund haben warum ich das geändert habe ;-)

--- Ende Zitat ---
Henning, vermutlich wegen diesem KB Artikel  ;)
HCL Sametime 11 clients fail when MongoDB host is not configured correctly on the Community server

--- Zitat ---When MonogDB is deployed to a different host than the Community and the REPLICA_SET has the wrong hostname for the MongoDb server, the following symptoms will be reported by HCL Sametime 11 clients.

* Webclients using /chat will not see messages sent or received.  History may load on login, but messages after that will not be seen.
* HCL Sametime 11 Mobile Clients will not log in successfully.  There will be a long delay attempting to login, before any error is returned.The above scenarios suggest Persistent Chat, specifically the connection to MongoDB, is not working correctly.  One common reason for this is  the MongoDB replication configuration is providing a hostname that is incorrect or unresolvable by the Community or Sametime Proxy servers.

--- Ende Zitat ---

Navigation

[0] Themen-Index

[#] Nächste Seite

[*] Vorherige Sete

Zur normalen Ansicht wechseln