N-View FAQ, Tips & Tricks
A: Since version 3.0 N-View uses a JNI-library for sending and receiving ICMP-packets. The has the advantage of needing significant less system resources. The disadvantage is, it must be started with root- or administrator-permissions. Therefore N-View tests on start, whether it has those privileges and puts out this message if not. In this case, it uses the native "ping"-command of your operating system, like previous versions. You can use N-View this way, but need more system resources. In larger networks, starting N-View with root- or administrator-permissions is highly recommended.
A: Use the patch from "LvlLord". You can find it on http://www.lvllord.de. With this patch You can increase the limit for concurrent TCP connections. Simply test, what number of concurrent connections is needed for monitoring your network.
A: You can split Your subnets to as many windows as You want, by simply changing the subnet address / mask values. Let's make an example: Assumed You have a subnet with base address 192.168.0.0 and a subnet mask 255.255.255.0 (24 Bit) and You want to have it split into 4 windows. Create a new subnet with base address/mask 192.168.0.0 / 26. You will get a window containing the hosts of address range from 192.168.0.0 to 192.168.0.63. Create a further subnet with base address/mask 192.168.0.64 / 26. You will get a further window, containing the host of address range from 192.168.0.64 to 192.168.0.127. Repeat this task with base address/mask 192.168.128 / 26 and 192.168.192 / 26.
A: You can have arbitrary hosts added to a subnet window, if You know its IP address. Open the "Subnet Properties Dialog", right click on any position inside the hosts table and choose "Add Host". In the following "Host Properties Dialog" type in the IP address of this host and click "OK". The host will be displayed in the current subnet window.
A: Nothing is done wrong ;-). N-View "zooms" the background picture, to fit optimal the display. If the aspect ratio of Your background picture differs from the aspect ratio of the screen, the picture will be "deformed". Use a picture editor to change the aspect ratio of Your picture file.
A: N-View "zooms" network diagrams while printing, to best fill the page format of the current printer. Depending of the aspect ration of the display, the page will be set up to "landscape" or "portrait". Best print quality can be reached, when N-View's window has the same size and aspect ratio as the page to be printed. On an A4- or Letter printer a good result is achieved, when N-View is displayed in "full screen" with a screen resolution of 1024 x 768 in "tabbed" view.
A: N-View creates the graphics exact in the same size as in it's display. Change the size of Your N-View window so, that Your HTML pages fit the browser's display. Vary the windows size until the "sliders" in Your browser disappear. Please note: N-View creates a new picture of a subnet after each "Check-Interval" (according to the subnet settings). So it may take some minutes to be done.
A: You have forgotten to start Your program in a X-Terminal. The command line must read: "xterm -e <path_to_my_program> <other_arguments_for_my_program>". For exaple: If You want to connect to that host with SSH, invoke the following command line in "Host Properties | Connection": "xterm -e /usr/bin/ssh <IP_Address_to_host>" and check "Enable external Command".