STsc Datapaths Configuration File
- Updated2025-12-19
- 2 minute(s) read
Modify the STsc data paths configuration file, datapaths.ini, to define the STsc data paths between the HSS ports and ETH ports of each stream translation module managed by a given instance of STsc.
[Datapath.<Alias>] Section
Use [Datapath.<Alias>] sections to define each data path, in the format of "Datapath.<Alias>" where <Alias> is the name you want to assign to that data path.
| Key | Value | Default Value | Required? |
|---|---|---|---|
| Instrument | The stream translation module device name, as configured in Hardware Configuration Utility. | — | Required |
| Direction | The high-speed serial connection direction. Valid values are:
|
— | Required |
| HssConnection | The connection of the physical high-speed serial connection. Valid inputs
are:
|
— | Required |
| LocalAddress | The 4-byte IPv4 address and port number (separated by a colon) that is used by the stream translation module for this datapath. | — | Required |
| RemoteAddress | The 4-byte IPv4 address and port number (separated by a colon) that is used by the remote 100 GbE RDMA-enabled device connected to the stream translation module for this datapath. | — | Only required when Direction is set to "NIC_TO_HSS" |
Example:
[datapath.my_data_path_1] Instrument = "8290_00" Direction = "HSS_TO_NIC" HssConnection = 0 LocalAddress = "192.168.1.1:60000" RemoteAddress = "192.168.1.2:60000" [datapath.my_data_path_2] Instrument = "8290_01" Direction = "NIC_TO_HSS" HssConnection = 1 LocalAddress = "192.168.3.1:60000"
Related Information
- Naming the ICsc Instruments in the System
Use Hardware Configuration Utility to create aliases for the ICsc instruments.
- Naming the STsc Instruments in the System
Use Hardware Configuration Utility to create aliases for the STsc instruments.
- Cabling for High-Speed Data Movement
You must cable the hardware of each RPS system component together to enable high-speed data transfer between the VSTs in the instrument controller and the NICs of the data storage server.