Difference between revisions of "UM:Initial Configuration and Network Discovery"

From NetXMS Wiki
Jump to navigation Jump to search
Line 29: Line 29:


= Discover the network =
= Discover the network =
f you enabled automatic network discovery, wait for initial network discovery completion. This process can take time, depending on size and complexity of your network. For large networks, we recommend that you let NetXMS run over night to gather the majority of network information available. You can watch discovery process in real time using NetXMS Management Console. Go to Object Browser or open default network map and see for new devices and networks.
Please note that for successful network discovery, your network should meet the following requirements:
* NetXMS server should have access to switches and routers via SNMP.
* All your network devices should use the same community string, and this community string should be specified as value for DefaultCommunityString parameter in server's configuration.
= Manually add nodes =
= Manually add nodes =

Revision as of 01:55, 8 April 2012

Configure Your NetXMS Server

You have to set some important server parameters after installation. These parameters are accessible through the Server Configuration window in the console. To access the Server Configuration window, press F9 or on the View menu click Control Panel to access the Control Panel window and then click the Server Configuration icon. To edit a setting, double click on the row in the table or right-click and select Edit. The following parameters may need to be changed:

NumberOfStatusPollers If you plan to monitor large number of hosts, increase this parameter from the default value to approximately 1/10 of host count.
NumberOfConfigurationPollers If you plan to monitor large number of hosts, increase this parameter from the default value to approximately 1/20 of host count.
NumberOfDataCollectors If you plan to monitor large number of hosts, increase this parameter from the default value to approximately 1/10 – 1/5 of host number. Use larger value if you plan to gather many DCIs from each host.
RunNetworkDiscovery If you plan to use automatic network discovery, set this parameter to 1. You may also use Network Discovery item in Control Panel for simplified discovery network configuration.
DiscoveryFilter If you want NetXMS to discover only specific hosts, set this parameter to the name of filtering script. After installation, NetXMS server has three preconfigured filtering scripts:
  • Filter::Agent — will discover only hosts with active NetXMS agent.
  • Filter::SNMP — will discover only hosts with active SNMP agent.
  • Filter::AgentOrSNMP — will discover only hosts with either active NetXMS agent or active SNMP agent.

You can also create your own filtering scripts. See "Scripting" chapter for more information.

DefaultCommunityString Set this parameter to default SNMP community string used on your devices. This community string will be used during network discovery process and manual host addition.
EnableSyslogDaemon Set this parameter to 1 if you want to enable NetXMS built-in syslog server.

After changing these parameters, you have to restart your NetXMS server so changes will take effect. For simplified network discovery configuration you may also use Network Discovery option in Control Panel.

Secure your installation

We recommend that you change password for admin user immediately after installation to prevent possible unauthorized access to the system. You can change user passwords in the User Manager. To access the User Manager window, press F9 or on the View menu click Control Panel to access the Control Panel window and then click the Users icon. To change a password, right-click user record and select Set Password.

Discover the network

f you enabled automatic network discovery, wait for initial network discovery completion. This process can take time, depending on size and complexity of your network. For large networks, we recommend that you let NetXMS run over night to gather the majority of network information available. You can watch discovery process in real time using NetXMS Management Console. Go to Object Browser or open default network map and see for new devices and networks.

Please note that for successful network discovery, your network should meet the following requirements:

  • NetXMS server should have access to switches and routers via SNMP.
  • All your network devices should use the same community string, and this community string should be specified as value for DefaultCommunityString parameter in server's configuration.

Manually add nodes