cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
739
Views
4
Helpful
7
Replies

IPS 5.0 Device Manager

rm2017
Level 1
Level 1

Has anyone had any issues with the new IPS 5.0 Device Manager. On the majority of my IPS Sensors, after the initial login and launch of the application, it just hangs at the 77% point of the parsing configuation stage.

Anyone had similar issues?

7 Replies 7

mhellman
Level 7
Level 7

A couple of things to check:

1) make sure the management interface is plugged into a switch port configured to autoneg. you'd see collisions on the interface if it were a duplex mismatch issue.

2) make sure you've added "-Xmx256m" to the java runtime parameter.

We are experiencing the same issues. After about the fourth time it will load. I know that the "-Xmx256m" parameter has been added and also know that duplex is a non issue. Any other ideas?

M

We saw this all of the time in testing when the JRE was not configured with the extra memory.

We also saw this when the JRE memory was changed, but there was still a JRE running on the machine.

All JREs have to be stopped in order for the new setting to take affect.

So be sure to close all explorer and other web browsers after editing the JRE settings. Or better yet reboot your PC to ensure all JREs are stopped so the new settings will take affect.

You might also see this issue if you try running multiple IDMs. Connecting to the same sensor, or even connecting to multiple sensors. Each IDM instance will need 256 Meg of memory.

I used to see it when I used the same IE window to start different IDMs on the same or another sensor.

Once IDM starts be sure to close the original window where the connection was made. You will see this wording in the window: "Close this window and open a new browser window to continue web browsing" This includes even connecting back to the same sensor to start IDM again. Close that window and open a brand new window if you need to start IDM again.

To do some further debugging you might also consider configuring your JRE to open the console.

Go to Control Panel.

Double Click Java Plug-in

On the Basic Tab click "Show Console"

Click Apply

Now connect to the sensor.

A Java Console window should popup.

Keep an eye out for any errors (like out of memory for example).

You will see some debug messages every now and then, but any errors could give a clue as to what is going wrong.

You can also execute "m" in the Java console to print the current memory statistics.

You will be able to see how much memory the JRE is allocating and how much is free. NOTE: When the percent Free starts getting Low then it will allocate additional memory up until the full 256 MB is allocated.

If the free memory ever drops to 0% with the full 256 MB allocated, then you've come across an issue. Close down the IDM and the browser you started it from. Then open a brand new browser window and connect back to the sensor. Execute "m" in the console window and ensure that the total memory is fairly low when IDM initially begins to open, otherwise another JRE instance may be using up the memory.

If your PC itself is low on memory then it is also possible that there is no memory left on the PC for Java to allocate.

NOTE: If you don't want the console window to always popup you can leave it Hidden by default and instead just Right Click the Java Icon in your System Tray and select Open Console when you want to look at the Java console.

jmacdonald
Level 1
Level 1

Had the exact same problem after Upgrade IPS to ver 5.1(1) Thought it was Java problem, turned out the services need to be restarted. You will need to SSH onto the IPS with a service account and su privledges. Then stop and start the services manually. Once I did this the IDM worked right away.

Hi,

Which services must be restarted and how? Can anyone explain that?

Thanks!

To restart the cids service, run the following command from the service account commmand prompt (you have to su to root first)...

/etc/init.d/cids restart

Thank you!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card