|
This section discusses the installation procedure of WebNMS 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.webnms.com/simulator/download.html. You must be a "Admin" user to install Simulation Toolkit.
Installation of WebNMS Simulation Toolkit on Windows
The WebNMS Simulation Toolkit is available in a self-extracting EXE format. Download the EXE file WebNMS_Simulation_Toolkit_Windows.exe and install WebNMS Simulation Toolkit by executing the EXE file.
Installation of WebNMS Simulation Toolkit on Linux / Solaris
The WebNMS Simulation Toolkit is available as a bin file for Linux and Solaris. Download the bin file WebNMS_Simulation_Toolkit_Linux.bin (or) WebNMS_Simulation_Toolkit_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 WebNMS_Simulation_Toolkit_Linux.bin (or)
chmod a+x WebNMS_Simulation_Toolkit_Solaris.bin
Then, execute the bin file as
./WebNMS_Simulation_Toolkit_Linux.bin or
./WebNMS_Simulation_Toolkit_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
./WebNMS_Simulation_Toolkit_Linux.bin -is:tempdir $DIRNAME
or
./WebNMS_Simulation_Toolkit_Solaris.bin -is:tempdir $DIRNAME
where $DIRNAME is the absolute path of any existing directory.
|