Skip to main content
12-Amethyst
March 15, 2019
Solved

Having a shared folder for Windchill logs in a Windchill cluster environment

  • March 15, 2019
  • 1 reply
  • 1571 views

Hi,

 

We got a 2-node Windchill cluster environment and I need to give few developers access to logs. Windchill Logs Viewer only shows logs of currently connected application server. So, the questions are;

  1. Is there any way to move the location of logs from <wt_folder>\Logs to a shared network path so both application servers will write logs to this location instead of default location?
  2. If answer is yes, is it a good practice to do this?

 

Thank you,

Best answer by AbhijeetMule

Te log files folder for Windchill is controlled through property wt.logs.dir in wt.properties. If you want to provide a different path like same machine of network path, you need to update this property. Good practice is to keep the logs on the same machine where Windchill is installed.

 

If there are any disconnects between the shared network location or NFS location, application may run into issues.

 

Did you try sharing the logs folder(from Windchill) with the developers? I believe that should also work. It is just that engineers need to access multiple locations for referring to logs from different nodes.

1 reply

1-Visitor
March 21, 2019

Te log files folder for Windchill is controlled through property wt.logs.dir in wt.properties. If you want to provide a different path like same machine of network path, you need to update this property. Good practice is to keep the logs on the same machine where Windchill is installed.

 

If there are any disconnects between the shared network location or NFS location, application may run into issues.

 

Did you try sharing the logs folder(from Windchill) with the developers? I believe that should also work. It is just that engineers need to access multiple locations for referring to logs from different nodes.