Some of the NST scripts are useful on systems in addition to a NST probe. To install these generic scripts on your non-NST probe, you will need to:
Download and extract the source code for the NST project.
Run configure at the top level directory (this must complete successfully).
Run make scripts-install at the top level directory.
The following give one a idea of what this looks like:
[root@localhost nst]#
./configure
... Lots of output indicating success or failure ...
[root@localhost nst]#
make scripts-install
... Lots of output resembling ...
Installing script: nstsetproxy
make[1]: Entering directory `/opt/nst/fc2/src/scripts/nstsetproxy'
/usr/bin/install -o root -m 755 -p -D ./nstsetproxy /usr/local/bin/nstsetproxy
/usr/bin/install -o root -m 644 -p -D ./nstsetproxy.man.html /usr/local/share/doc/nstsetproxy/nstsetproxy.man.html
make[1]: Leaving directory `/opt/nst/fc2/src/scripts/nstsetproxy'
If you decide you would like to remove the installed scripts, you can run make scripts-uninstall.