dev.kanngard.net make sure you visit my new blog at: johankanngard.net

Changing DNS name on a Sametime 6.5.x server

by Johan Känngård / [Sametime] / 2004-12-22 / #47


I have recently changed the DNS name of a Sametime server, this is what is necessary to get it working.

hosts

This file usually exists in c:\winnt\system32\drivers\etc or c:\windows\system32\drivers\etc. Make sure it is updated with the new DNS name of the server. The entries should look something like this:

127.0.0.1     localhost 192.168.0.1   my.new.dns.com

192.168.0.1 should be replaced with the IP address of your Sametime server, and my.new.dns.com should be replaces with the new DNS name of the Sametime server.

sametime.ini

Usually found in c:\Lotus\Domino. Make sure that the ConfigurationHost and STLINKS_HOST (if it exists) are set to the new DNS name. Here is an example extract:

[Config] ConfigurationHost=my.new.dns.com [Connectivity] STLINKS_HOST=my.new.dns.com

Server document

There are four fields (actually five, but the fifth is set automatically) that has to be changed:

Web SSO Configuration

Sametime automatically creates a "Web SSO Configuration for LtpaToken" document on installation. This has to be recreated:

Finish the change

Restart the Domino server, and it should work. If you forget to change the LtpaToken document, you will not be able to login...