Installing NI-RPDSsc
- Updated2025-12-19
- 1 minute(s) read
Install and configure the NI-RPDSsc application on the data storage server.
Note You
must modify the NI-RPDSsc configuration files to inform NI-RPDSsc about the setup of
your system before you run the application.
- On a computer that is connected to the internet, navigate to the RF Playback Software Download Page.
- On the RF Playback Software Download Page, ensure Linux is selected as the supported OS, and then click DOWNLOAD to download the NI-RPDSsc Debian package.
-
Transfer the NI-RPDSsc Debian package to the data storage server using your
preferred method, such as physical media or SSH.
Note NI recommends transferring the package to the /tmp directory before installing it, however this is not required for a successful installation.
-
If you are using an offline installer, install the following packages prior to
using the installer:
- libbotan-2-19
- libboost-thread1.83.0
- libboost-filesystem1.83.0
- librdmacm1
- libtspi1
- python3.12-venv
- python3-pip
-
Install the NI-RPDSsc package by entering the following command in the Linux
terminal:
- Using an online installer:
sudo apt install <package name>
- Using an offline installer:
sudo dpkg -i <package name>
Note If the package was not installed from the /tmp directory you may encounter a warning message stating that the download was performed unsandboxed and that permissions were denied. This warning message does not indicate that the installation failed. - Using an online installer:
- Reboot the data storage server.