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

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


= Secure your installation =
= 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 =
= Discover the network =
= 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

Manually add nodes