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 - eugene1

#1
более подробно один из интерфейсов VLAN 3385 к примеру
#2
Quote from: Filipp Sudanov on July 10, 2026, 01:31:03 PMДа, так правильно. Ну или можно чуть более лаконично:

if (($node.name in ["ISW001", "ISW002", "ISW003"]) and ($1.name ~= "^VLAN.*"))
{
    return false;  // не создавать VLAN-интерфейсы
}
return true;


на одном их трех коммутаторов не срабатывает, и странным образом - добавляются все равно интерфейсы, но не все как ранее - а только последние некоторые, к примеру с 3385 по 3418 как на картинке.
#3
Quote from: Alex Kirhenshtein on July 09, 2026, 10:29:51 PMСамое простое решение - добавить в Hook::CreateInterface:
что то тоже не срабатывает - при ручном запуске опроса конфигурации в логе нет сообщений о блокировке(?) создания интерфейса. Компилятор ошибок на синтаксис не выдает.

Полагаю должно быть так ?
if (($node.name == "ISW001" or $node.name == "ISW002" or $node.name == "ISW003") and ($1.name ~= "^VLAN.*"))
{
    return false;   // не создавать VLAN-интерфейсы
}
return true;
#4
Quote from: Victor Kirhenshtein on June 14, 2026, 07:34:18 PMСделал исправление в сервере, должно исправить падение. Войдет в следующий релиз.
не срабатывает, все равно опрашивает и заново добавляет все VLAN при открытии, версия 6.2.0
из плюсов: при удалении всех VLAN одной операцией теперь ошибок не возникает, сервер не останавливается.
#5
обновился до 6.1.3, проблема осталась. Сначала вышло сообщение как на картинке 1, также во вложении вывод по команде bt
#6
Quote from: Filipp Sudanov on May 18, 2026, 05:10:16 PMПосле такого завершения с ошибкой посмотрите в /var/log/netxmsd - если там видно что сервер рестартовал, то он вероятно крешится. Тогда нужно посмотреть, создался ли core файл (crash dump). Если ubuntu, то они обычно создаются в /var/crash
в /var/log/netxmsd новых записей нет, при этом дамп в /var/crash появляется. Что с ним сделать ?
#7
I have the same problem. 6.1.2
Stopping a job doesn't work.

I follow the instructions—I stop the last job in the chain, and the status is canceled. After 10 minutes, everything restarts.
example in picture.

How can I stop the work in an emergency / force ? Maybe there's a key in the settings to prevent restarting the job if it fails, for example?

so, I think the best way is to add a custom parameter to the server configuration - LimitFailCounterPackageDeploy, with default value not zero, 100 to example
#8
Quote from: Filipp Sudanov on May 13, 2026, 05:14:02 PM#3 which exactly part of GUI is this?
Packages -> Upload to server..

but in 6.1.2 - now ok. I think problem solved. Maybe it was related to old coockies.
#9
Quote from: Filipp Sudanov on May 13, 2026, 05:14:02 PMError #1 might be related to cookies on client side - this is an issue when we switch framework version used for nxmc. Clearing cookies should help.

yes. thx - after clear all cookies - work correctly
#10
Quote from: Filipp Sudanov on May 13, 2026, 05:14:02 PM#2 - created https://github.com/netxms/netxms/issues/3236 for this. You can set Server.Color in Configuration->Server Configuration, it will change background under the text

ok. thx. i just will wait next release.
#11
версия 6.1.1 - теперь при удалении сервер завершает работу с ошибкой
#12
Problem #3:
The agent loading column is wider than full HD screen. It doesn't fit the screen. it was fine in previous releases. OK and download buttons when going out of screen
#13
Problem #2:
also, i find some another little problem in WebUi 6.1.1 - is the black font on a black background, the inscription is not visible. Please change it to white, for example.
#14
p.s: switched to English according to the forum section

I found the problem #1.
If I change the file name from "nxmc-6.1.1.war" to "nxmc.war" (example), an error appears.  Previously, file names could be changed, I always used "nxmc.war"

This is important - so that users retain their bookmark paths when updating (do not change)
#15
Quote from: Alex Kirhenshtein on May 04, 2026, 12:59:55 PMНачиная с 5.x, для веба нужна 17 джава
update to:

Tomcat Version - Apache Tomcat/10.1.54
JVM Version - 25.0.2+10-Ubuntu-124.04 (openJDK 25.02.2)

still not work. At the same time, the old version 6.0.5 runs in this environment and produces a correct error about the difference in versions (WebUi/Server)