Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Victor Kirhenshtein

#3691
No, it's not due to apostrophe character and SQL injection is not possible here. You can see that SQL statement is a prepared statement with placeholders - it is not constructed dynamically from external data. Also, error message clearly states "Violation of PRIMARY KEY constraint 'PK__alarm_ev__E6249E6BFEDA1E4D'. Cannot insert duplicate key in object 'dbo.alarm_events'. The duplicate key value is (1704, 64513)" - actual problem is that system for some reason tries to insert duplicate record into table. It is definitely a bug, but not a security threat.

Best regards,
Victor
#3692
Добавить все устройства из подсети во временный контейнер (если они уже не добавлены в какие-то контейнеры), после чего удалить субнет с неправильной маской и сделать configuration poll (или подождать). Потом временный контейнер можно будет удалить, он нужен чтобы при удалении субнета не удалились хосты.
#3693
Can you please provide more detailed example of correctly and incorrectly displayed connection point (maybe with some screenshots) together with mac address table records?

Best regards,
Victor
#3694
Hi!

No, it's not possible. Custom maps was intended for manual population. You can create IP or link layer map with automatic population and filters.

Best regards,
Victor
#3695
Could you try Java 6?

Best regards,
Victor
#3696
Hi!

Quote from: mialkfl on May 05, 2014, 10:48:12 AM
1. Event Processing: We have set the "ThresholdRepeatInterval" under Server Configuration to 0 and the "Repeat event" of all DCIs' Thresholds is set to "Use default settings". According to the Thresholds' event, an email is sent as an Action to our teammailbox. Due to using Templates for all vessels, there are a few vessels for which we are monitoring services, which are not installed yet. Against our expectations we receive an Email-Alert every week, which should be only once.

Could it be that you re-apply templates periodically? Is it some fixed interval or you get these events at random moments?

Quote from: mialkfl on May 05, 2014, 10:48:12 AM
2. Configuration File Policies: As we have a standardized structure for every vessel, some nodes are disabled for some vessels. If we try to install a policy on one of these nodes, an error occurs, because no NetXMS client is installed on the disabled nodes and therefore the necessary action is not available. This is especially tricky, when we would like to install a policy on all nodes. Maybe there is a possibility to only link disabled nodes to the policy and install the linked policies, when the node is enabled?

3. Package Manager: Due to communication via satellite, we are facing a lot of connection issues. If we are distributing a new NetXMS Client Package via Package Manager to all of our vessels, only approx. 20% will be completed successfully. In the Package Deployment Monitor we have no possibility to restart failed deployments and if we restart the Deployment via Package Manager for all nodes, the deployment runs for every node (no matter if it has been deployed successfully before or not) again. So finally we don't have a general overview, where the packaged has been deployed successfully and where we do have to restart the deployment.

Both are possible. I've created feature requests for them:

https://www.radensolutions.com/chiliproject/issues/563
https://www.radensolutions.com/chiliproject/issues/564

Best regards,
Victor
#3697
Hi!

I cannot reproduce console freeze on my development system - so there are chance that your problem will gone after upgrade. However, filtering script will not help you - it is intended for automatically populated maps and filters what object should be added to the map by server. It will not affect manually added objects. You can use nxshell as proposed in previous post to populate map (or delete unwanted objects).

Best regards,
Victor
#3698
General Support / Re: Log parsing
May 07, 2014, 06:12:01 PM
It seems to be server log but I need agent log (because problem is on agent side - server just process events coming from agent).

Best regards,
Victor
#3699
General Support / Re: GetDCI
May 07, 2014, 06:10:16 PM
Looks like typo - you use = instead of == for comparison.

Best regards,
Victor
#3700
Check that you really get the value with SNMPGetValue - it will return null if SNMP query fails for some reason, and null != 0, so instance that cannot be read will be accepted.

Best regards,
Victor
#3701
Hi!

PhysicalDisk parameters are deprecated and may not work. They most likely will not work with RAID controllers. I think you should try to wrap call to smartmontools into external parameter(s) to monitor disks behind RAID controller.

Best regards,
Victor
#3702
General Support / Re: Log parsing
May 07, 2014, 12:07:49 PM
Please try to run agent in debug mode 9 and add trace="9" to parser tag (like <parser trace="9">) and provide agent's log.

Best regards,
Victor
#3703
It could be because Java 7 may try to use IPv6 for connection by default. Try to use 127.0.0.1 instead of localhost or host name when connecting.

Best regards,
Victor
#3704
Hi!

If legacy console can connect to the server it means that server and database is ok and problem is only with console. What Java version you have installed? Is there any messages in file %USERPROFILE%\.nxmc\data\.metadata\.log?

Best regards
Victor
#3705
General Support / Re: Itanium
May 05, 2014, 04:52:10 PM
Hi!

It is possible to build Windows agent for IA64 (Itanium) architecture, but I need Visual Studio 2005 Team System Edition to do that. I could also try to use IA64 compiler from platform SDK with existing VS project - but this will take some time.

Best regards,
Victor