System Administration > File Management System > Administering FMS > Administering FSCs
Manage your FSC on Windows
Following are tools to assist you in administering your FMS configuration running on Windows. Before running any of these tools, ensure the JAVA_HOME and FSC_HOME environment variables are set to the correct paths. (FSC_HOME is typically set to the fsc directory in your Teamcenter installation, for example, TC_ROOT\fsc). Start the FSC. When FSC is installed, it is typically installed as a Windows service. To view the service, choose Start→Control Panel→Administrative Tools→Services→Teamcenter FSC Service fscid). Replace fscid with the FSC ID defined in the FSC_HOME\fsc.xml file. To start the service, right-click the service and choose Start. If FSC is not installed as a Windows service, install the FSC service using the installfsc batch script by completing the following steps: From a Teamcenter command prompt, change to the FSC_HOME directory. To open a Teamcenter command prompt, choose Start→Programs→Teamcenter version→configuration-name Command Prompt. Run installfsc %JAVA_HOME% %FSC_HOME% fscid. Replace fscid with the FSC ID defined in the FSC_HOME\fsc.xml file. If JAVA_HOME or FSC_HOME contains spaces, they must be quoted on the command line. Example: Copy c:\apps\Siemens\Teamcenter10\fsc>installfsc "C:\Program Files\Java\jre7" "D:\apps\Siemens\Teamcenter10\fsc" FSC_SVI6W181_user1 To verify the FSC is running, at a Teamcenter command prompt, enter the following from the FSC_HOME directory: fscadmin -s http://hostname:port fsc-ID/status Example: Copy c:\apps\Siemens\Teamcenter10\fsc>fscadmin -s http://SVI6W181:4544 FSC_SVI6W181_user1/status To check the status of the read cache, enter the following: fscadmin -s http://hostname:port fsc-ID/cachesummary/read Example: Copy c:\apps\Siemens\Teamcenter10\fsc>fscadmin -s http://SVI6W181:4544 FSC_SVI6W181_user1/cachesummary/read To check the status of the write cache, enter the following: fscadmin -s http://hostname:port fsc-ID/cachesummary/write Example: Copy c:\apps\Siemens\Teamcenter10\fsc>fscadmin -s http://SVI6W181:4544 FSC_SVI6W181_user1/cachesummary/write To check the FSC performance, enter the following: fscadmin -s http://hostname:port fsc-ID/perfcounters Example: Copy c:\apps\Siemens\Teamcenter10\fsc>fscadmin -s http://SVI6W181:4544 FSC_SVI6W181_user1/perfcounters To stop the FSC, enter the following: fscadmin -s http://hostname:port fsc-ID/stop Example: Copy c:\apps\Siemens\Teamcenter10\fsc>fscadmin -s http://SVI6W181:4544 FSC_SVI6W181_user1/stop
Source: https://docs.sw.siemens.com/documentation/external/PL20251212545240207/en-US/tc_help/AWAdmin/fhs4814155880506/uuc1737238583853/fhe1737238587390/efp1737238587610/manageFMSWindows.html · retrieved Fri Jul 31 2026 00:00:00 GMT+0000 (Coordinated Universal Time)