« Back
You are in :
Recent Topics »
Test Automation »
Simulation Toolkit » WebNMS and Simulation Toolkit on the Same Machine?
Hi Ward,
I believe you might followed the steps given in our help doc to install the product(AdventNet Simulation Toolkit). If not please follow here:
http://www.adventnet.com/products/simulator/help/getting_started/install.html
Also, check if enough space is available in the machine to install the product.
Btw, the WebNMS and Simulator can run in same machine, but there will be some issues when you discover the devices in the network from NMS. Also there could be possibilities for performance issues. So, kindly use different machines for Simulator and NMS.
Please feel free to contact simulator-support@adventnet.com to get the free support while in Evaluation.
Best Regards,
Abbas
I believe you might followed the steps given in our help doc to install the product(AdventNet Simulation Toolkit). If not please follow here:
http://www.adventnet.com/products/simulator/help/getting_started/install.html
Also, check if enough space is available in the machine to install the product.
Btw, the WebNMS and Simulator can run in same machine, but there will be some issues when you discover the devices in the network from NMS. Also there could be possibilities for performance issues. So, kindly use different machines for Simulator and NMS.
Please feel free to contact simulator-support@adventnet.com to get the free support while in Evaluation.
Best Regards,
Abbas
I think the error might be related to java, rather than a disk space issue. I've included excerpts from the console window below.
[root@LMF-Minuteman bin]# pwd
/usr/local/bin
[root@LMF-Minuteman bin]# df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda1 35013320 6444748 26761264 20% /
tmpfs 517204 0 517204 0% /dev/shm
[root@LMF-Minuteman bin]# ./AdventNet_Simulation_Toolkit_Linux.bin
InstallShield Wizard
Initializing InstallShield Wizard...
Searching for Java(tm) Virtual Machine...
.
Preparing Java(tm) Virtual Machine...
..................................
...................................
...................................
...................................
...................................
...................................
.........................[root@LMF-Minuteman bin]#
And this is the point where the installation stops. Starting the command with the :istempdir switch produces the same result
[root@LMF-Minuteman bin]# ./AdventNet_Simulation_Toolkit_Linux.bin :istempdir /opt/AdventNet
InstallShield Wizard
Initializing InstallShield Wizard...
Searching for Java(tm) Virtual Machine...
.
Preparing Java(tm) Virtual Machine...
..................................
...................................
...................................
...................................
...................................
...................................
..........................[root@LMF-Minuteman bin]#
Any troubleshooting steps or advice would be greatly appreciated!
[root@LMF-Minuteman bin]# pwd
/usr/local/bin
[root@LMF-Minuteman bin]# df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda1 35013320 6444748 26761264 20% /
tmpfs 517204 0 517204 0% /dev/shm
[root@LMF-Minuteman bin]# ./AdventNet_Simulation_Toolkit_Linux.bin
InstallShield Wizard
Initializing InstallShield Wizard...
Searching for Java(tm) Virtual Machine...
.
Preparing Java(tm) Virtual Machine...
..................................
...................................
...................................
...................................
...................................
...................................
.........................[root@LMF-Minuteman bin]#
And this is the point where the installation stops. Starting the command with the :istempdir switch produces the same result
[root@LMF-Minuteman bin]# ./AdventNet_Simulation_Toolkit_Linux.bin :istempdir /opt/AdventNet
InstallShield Wizard
Initializing InstallShield Wizard...
Searching for Java(tm) Virtual Machine...
.
Preparing Java(tm) Virtual Machine...
..................................
...................................
...................................
...................................
...................................
...................................
..........................[root@LMF-Minuteman bin]#
Any troubleshooting steps or advice would be greatly appreciated!
Btw, the WebNMS and Simulator can run in same machine, but there will be some issues when you discover the devices in the network from NMS.
I have such issue. Please tell how to solve it.
I've designed simple network of 4 devices (see simple_network.gif). It launches successfully, but Web NMS don't discovers it and displays only my PC with changed IP adress after starting network simulation (see webnms_client.gif).
My configuration: WinXP SP2, LAN (DHCP enabled, no ip conflicts in our local network, see ipconfig_all.gif), Web NMS v.4.7 SP3, Simulation Toolkit v.6.
P.S. Sorry for my English.
Hi,
The problem is because of both the products are run in the same machine. It is not adviceable to run both NMS and Simulator in the same machine. However, I can provide you a work around to overcome this issue just for testing purpose.
Add entries for the Virtual IP addresses in the HOSTS file which will present in "C:\WINDOWS\system32\drivers\etc" directory. Start the Simulator and NMS fresh and continue the discovery testing.
Example for file entry:
127.0.0.1 localhost
112.112.112.1 Cisco360023
112.112.112.2 Cisco760024
112.112.112.3 Cisco3750Switch25
Hope I am clear. Please feel free to contact simulator-support@adventnet.com if you need any further assistance in this regard.
Regards,
Abbas
The problem is because of both the products are run in the same machine. It is not adviceable to run both NMS and Simulator in the same machine. However, I can provide you a work around to overcome this issue just for testing purpose.
Add entries for the Virtual IP addresses in the HOSTS file which will present in "C:\WINDOWS\system32\drivers\etc" directory. Start the Simulator and NMS fresh and continue the discovery testing.
Example for file entry:
127.0.0.1 localhost
112.112.112.1 Cisco360023
112.112.112.2 Cisco760024
112.112.112.3 Cisco3750Switch25
Hope I am clear. Please feel free to contact simulator-support@adventnet.com if you need any further assistance in this regard.
Regards,
Abbas
quero executar este programa
InstallShield Wizard
Initializing InstallShield Wizard...
Searching for Java(tm) Virtual Machine...
.
Preparing Java(tm) Virtual Machine...
..................................
...................................
...................................
...................................
...................................
...................................
.........................[root@LMF-Minuteman bin]#
And this is the point where the installation stops. Starting the command with the :istempdir switch produces the same result
Any troubleshooting steps or advice would be greatly appreciated!
I had this problem too, but installing ServiceDesk (any version).
I host SD7 on a dedicated server, using Debian x86_64. After installing a 32bit emulator, the Java Virtual Machine (JVM) setup problem was solved.
apt-get install ia32-libs
Here's a good article about the 32bit libs: http://alioth.debian.org/docman/view.php/30192/21/debian-amd64-howto.html
Thanks a bunch for this.
I had done this a while ago and could not remember what had to be installed for ManageEngine Netflow Analyzer to install on Ubuntu server 64 bit.
So to help anyone out there (probably myself next time I google for this)
To Install ManageEngine Netflow Analyzer on a Ubuntu Server 64 bit, you need to install the ia32-libs first or the installation will exit after the "Preparing Java Virtual Machine" part.
Once again thanks!
I had done this a while ago and could not remember what had to be installed for ManageEngine Netflow Analyzer to install on Ubuntu server 64 bit.
So to help anyone out there (probably myself next time I google for this)
To Install ManageEngine Netflow Analyzer on a Ubuntu Server 64 bit, you need to install the ia32-libs first or the installation will exit after the "Preparing Java Virtual Machine" part.
Once again thanks!
Hi,
Please try with the following option to debug the installation process.
./binfile.bin -is:javaconsole -is:log log.txt
The debug will be generated in the log.txt file. You can identify the issue in installation from that file or send us the file.
Regards,
Mani.
Please try with the following option to debug the installation process.
./binfile.bin -is:javaconsole -is:log log.txt
The debug will be generated in the log.txt file. You can identify the issue in installation from that file or send us the file.
Regards,
Mani.
Post Actions
Corp