- Source the environment variables.
- Enter: tclsh
- For IxNetwork
- Enter: package req Ixia
- Enter: package req IxTclNetwork
- For IxLoad
- Enter: package req IxLoad
- Enter: package req IxLoadCsv
Troubleshooting:
If you get an error, this means your path has a typo in your env variable IXIA_HOME.
If you get a Segmentation Fault error, this means you need to install Tclx.
You could YUM install tclx-devel as root user.
Or you could alternatively install ActiveState TCL, which should come with Tclx.
If you get mpexpr warning message, this means you don't have mpexpr installed for your TCL.
Mpexpr handles large numbers. Expr could not handle large numbers.
Find out if your TCL is 32bits or 64bits. Enter: rpm -qa | grep tcl
You need to have root priviledge to install the MPExpr dependency.
It will install ActiveState TCL8.5 to /opt/ixia directory.
After the installation, set your Linux env variable LD_LIBRARY_PATH to /opt/ixia/tcl/8.5.17.0/lib.
If you still need further help, email ix.support@keysight.com.