Modify the NI-RPDSsc core configuration file, nirpdssc.conf, to define user-configurable parameters for NI-RPDSsc

  • Filenirpdssc.conf
  • Location/etc/natinst/nirpdssc
  • [Options] Section

    Use the [Options] section to specify the high-level RPDSsc settings.

    Table 19. [Options] Key Value Pairs
    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"