On Linux
- To install the Controller with the GUI
- Open the terminal and type the command:
sudo sh neoload_5.5_linux_<bitness>.sh
- Select the Controller installation option.
- To install the Controller in console mode
- Open the terminal and type the command:
sudo sh neoload_5.5_linux_<bitness>.sh -c
- Select the Controller installation option.
- To install the Controller in silent mode
- Open the terminal and type the command:
sudo sh neoload_5.5_linux_<bitness>.sh -q -dir <install_dir> -Vsys.installationTypeId=Controller -Vsys.component.Common\$Boolean=true -Vsys.component.Controller\$Boolean=true
If you intend to use WAN Emulation in your tests, you need to be part of the sudo group. Also, the WAN Emulation driver must be installed manually, as documented in Install the WAN Emulation on Linux.
Home