I'm creating a plan to upgrade our MKS Integrity 2009 SP7 (AIX) test server to PTC Integrity 10.6 (AIX). In the is.properties file there is a setting mksis.hostname=mks-test.
Server URL is http://mks-test:7001. The actual name of the server is something different. I changed the hostname setting in the is.properties file to ptc-test. I stopped ans started the server using mksis stop and mksis start and I saw errors in the server.log:
2015-04-14 07:33:20,103 DEBUG [mksis.IntegrityServer] DEBUG(0): mks.frame.client.ConnectionException -- mks.frame.client.ConnectionException: MKS124871: Could not establish server connection (it may be down). Details: Error resolving hostnames; nested exception is: java.net.UnknownHostException: ptc-test
What did I miss?