Skip to main content
1-Visitor
January 28, 2015
Question

Automatically patching remote file servers

  • January 28, 2015
  • 3 replies
  • 1069 views

We are about to install some remote file servers. I see PTC has configured
Windchill to automatically patch remote file servers. Its enabled from this
property:


wt.intersvrcom.autoManageCCS=true


Afterthe master server is updated withpatches, the patch files are copied
to the remote servers, and are automatically installed. After reading up on
this feature, I'm not sure this is what we want to do. It seems complicated and
a little risky. I think we'd rather do the patching manually.


Has anyone had any expericence with this ? Do you let it patch
automatically, or do you disable that property by setting it to FALSE ?


Dan Lancaster


Solar Turbines Inc.

3 replies

1-Visitor
January 29, 2015
Hello Dan,

We have it enabled in many customer environments we are supporting. We still have to manually restart FS to apply the updates, so I am not sure how time we will save.

In case of a cluster, one thing you should make sure, is all the nodes in the cluster has the same CCSDSU.zip and check sum file, this will prevent replicas getting stuck in a constant update loop.

Thanks,

Binesh Kumar




8020 Forsyth Boulevard | St. Louis, MO 63105-1707

Binesh.Kumar@b-wi.com
1-Visitor
January 29, 2015

I personally like to be able to control when the patches are pushed out, and when we restart the servers, so I manually patch. It is a very easy process - copy the ccsdsu.zip to the file server, and execute the ant script install_ccsdsu.


Mary-Ann

12-Amethyst
February 18, 2015

We also manually patch our replicas. One of the main reasons we do this is because
when it is done automatically, it seems to copy the CcsDsu.zip and md5 files
sequentially. We make the process much faster by copying to the replicas with a
batch script that starts each copy at the same time instead of waiting for the
previous to finish. It still requires us to restart each replica, but saves a
lot of time in the long run.


~Jamie