System Administration > File Management System > Sample FMS configurations > Sample LAN configurations
Single FSC configuration
An installation of Teamcenter provides a single FSC that mounts a single volume, a typical use for small deployments. Adding two additional volumes creates the basic two-tier Teamcenter FMS configuration shown in the following figure. FSC roles The single FSC in this diagram fulfills the volume server and configuration server roles. The FSC does not provide file caching, as it has direct access to all the volumes. FCC roles The FCC provides file caching (as always in both two-tier and four-tier configurations). Client configuration All clients are configured to retrieve the initial bootstrap configuration information from FSC1, which assigns all clients to FSC1 for file access. FMS primary configuration file (FSC_HOME/fmsmaster_fsc-ID.xml) This file is served by FSC1. See the FSC_HOME/fmsmaster.xml.template file for all available elements. Key points of this file include: fmsenterprise element This statement contains a definition of FSC defaults, FCC defaults, FSC1 and its assigned volumes. This statement also includes an ID attribute which must match the unique identifier for the database. fscdefaults element Specifies where the FSC read and write cache files are stored. These defaults are used by any additional FSCs installed in the future. fccdefaults element Specifies the default location of the user's cache. fscGroup element Defines the FSC group. All FSCs must belong to one, and only one, FSC group. fsc element Defines the FSC identifier and configures the FSC. In the following example, the address of FSC1 is 146.122.40.99:4444. Dot notation is used in this example for simplicity. DNS names may also be used, such as csun17.ugs.com:4444. volume element Several volumes are defined for FSC1. Each volume must have an entry under FSC1. The volume statements also specify the root directory for each volume. The volumes can be either local disk volumes, or mounted volumes on the network. While paths specified for the volume typically match the traditional Teamcenter path for the volume for a small deployment, FSCs can be installed on any box as needed and file paths may depend on mount points provided on that box. Thus the path need not match the traditional Teamcenter volume path. You can use the backup_xmlinfo utility to generate the volume IDs. clientmap element Specifies that all clients on 146 prefixed network addresses are assigned to FSC1. A sample of the primary configuration file for this configuration is: Copy
Source: https://docs.sw.siemens.com/documentation/external/PL20251212545240207/en-US/tc_help/AWAdmin/fhs4814155880506/uuc1737238583853/xjr1737238604512/tei1737238604737/LANConfigSingle.html · retrieved Fri Jul 31 2026 00:00:00 GMT+0000 (Coordinated Universal Time)