|
This section discusses the installation procedure of AdventNet Simulation Toolkit in various operating systems such as Windows, Linux, and Solaris. The product is available for free download and evaluation from the website url : http://www.adventnet.com/products/simulator/download.html. You must be a "Admin" user to install Simulation Toolkit.
Installation of AdventNet Simulation Toolkit on Windows
The AdventNet Simulation Toolkit is available in a self-extracting EXE format. Download the EXE file AdventNet_Simulation_Toolkit_6_Windows.exe and install AdventNet Simulation Toolkit by executing the EXE file.
Installation of AdventNet Simulation Toolkit on Linux / Solaris
The AdventNet Simulation Toolkit is available as a bin file for Linux and Solaris. Download the bin file AdventNet_Simulation_Toolkit_6_Linux.bin (or) AdventNet_Simulation_Toolkit_6_Solaris.bin, and install Simulation Toolkit by executing the bin file.
Check the executable permission of the bin file. If the bin file is not executable, then execute the command
chmod a+x AdventNet_Simulation_Toolkit_6_Linux.bin (or)
chmod a+x AdventNet_Simulation_Toolkit_6_Solaris.bin
Then, execute the bin file as
./AdventNet_Simulation_Toolkit_6_Linux.bin or ./AdventNet_Simulation_Toolkit_6_Solaris.bin
If the execution throws an error such as "there may not be enough temporary space available in the temp folder", then execute the file with the argument as
./AdventNet_Simulation_Toolkit_6_Linux.bin -is:tempdir $DIRNAME
or
./AdventNet_Simulation_Toolkit_6_Solaris.bin -is:tempdir $DIRNAME
where $DIRNAME is the absolute path of any existing directory.
|