RPDSsc Core Configuration File
- Updated2025-12-19
- 1 minute(s) read
Modify the NI-RPDSsc core configuration file, nirpdssc.conf, to define user-configurable parameters for NI-RPDSsc
[Options] Section
Use the [Options] section to specify the high-level RPDSsc settings.
| Key | Value | Default Value | Required? |
|---|---|---|---|
| ServerAddress | The NI-RPDSsc IP address and valid port address (separated by a colon). | — | Required |
| EndpointsConfigPath | The path of the NI-RPDSsc endpoints configuration file. This path can be absolute or relative to either the executable directory or /etc/natinst/nirpdssc. | — | Required |
| MountDirectory | The path to the directory that contains all of your RAID mount points. The mount points specified in each endpoint is appended to this path. | — | Required |
Example:
[Options] ServerAddress = "0.0.0.0:32000" EndpointsConfigPath = "/home/user/configs/endpoints.conf" MountDirectory = "/mnt"
Related Information
- Terminology and Concepts
Learn about RF Playback Software fundamentals.
- RPDSsc Endpoints Configuration File
Modify the RPDSsc endpoints configuration file, endpoints.conf, to define how data is routed between NIC ports and the file systems of the data storage server RAIDs.