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

#16
We are using Cluster object on small OpenVPN AS cluster with two nodes.
They have a floating IP switching between the nodes with UCARP detecting wich node should be primary.

Latly when doing apt upgrade for some reason primary detach the IP without secondary taking over so there is no master of the cluster. Probly some bug in UCARP setup, nothing todo with NetXMS..

But NetXMS does not detect that the floating IP is not active on any node, even not pingable..
First when old primary network is manually restarted alarm with "Cluster resource "X" moved from node A to node "
In Cluster log there is a event that floating/cluster IP is deleted too..
Some version back im pritty sure this situation caused this untouch netxms setup to trigger a "Cluster down" alarm.

Did anything change latly version of NetXMS for Cluster Objects?

In old NetXMS v2. days we didnt use this way of monitoring such cluster, but added a 3th node with the floating IP as PrimaryHostname.
But thats not possible anymore with the detection and merging of nodes with multi IPs to one Object..
#18
General Support / Re: NETXMS Password Recovery
June 24, 2020, 09:18:06 AM
You can find how to reset admin password here: https://www.netxms.org/documentation/adminguide/advanced.html#troubleshooting

QuoteNew in version 2.1-M0.

Use following command to reset password and unlock account:

nxdbmgr reset-system-account
#19
General Support / Re: nxmc-3.3.314 war
May 21, 2020, 08:45:32 AM
Try the path "nxmc-clarity" at the end, ie "host/nxmc-3.3.314/nxmc-clarity"
#20
Feature Requests / Ubuntu 20.04 repository pool
May 03, 2020, 07:27:07 PM
Hi

Requesting Ubuntu 20.04 (focal fossa) deb in repository  ;D
#21
Possible to set chmod and user rights (chown) in Agent Policy File Delivery.
Atleast possible to set chmod +x for scripts to be used later.
#22
Latest proxmox 6.1 and up2date with apt.
Containers are Ubuntu 18.04.4 also up2date with apt.

Does not happen with all lxc in the cluster.
Had 2 out of 3 on same proxmox node having this when reporting.
It happens randomly, but it seems to hang after the containers have had a big load.
#23
We have a few nodes inside LXC on Proxmox.
They get stuck on "High CPU utilization (100.000000%)" when CPU load hit that, but does not leave 100% before shutdown LXC and start again.

Looking at load avg, it isnt having much work todo.
How does NetXMS agent measure the CPU load?

16 CPU cores 32 Threads
@proxmox:~$ w
07:39:43 up 15 days,  9:28,  1 user,  load average: 0.59, 0.64, 0.72

1 vCPU
@lxc01:~$ w
07:36:43 up 1 day, 12:02,  1 user,  load average: 0.64, 0.73, 0.77

1 vCPU
@lxc02:~$ w
07:38:35 up 1 day, 13:18,  2 users,  load average: 0.59, 0.64, 0.73


#24
General Support / Re: Logging console 'sh sta'
February 16, 2020, 03:18:41 PM
You can run this command on server:
nxadm -c "sh sta"

Then use a ExternalParameter to extract the data you will keep track on.
#25
Hi, im also ignoring UDF:

type = AgentReadParameter($node, "FileSystem.Type(" . $1 . ")");
if ((type == null) || (type == "") || (type == "CDFS") || (type == "UDF"))
   return false;
return true;


To identify type, you can add a DCI  with:
QuoteFileSystem.Type({instance})
#26
Did you try install libc6?

Should work with minimal, just need to install the missing library
#27
Are you using Ubuntu or other apt distro?


Quoteapt-get update
apt-get install libc6
#28
You have the netxms dir in wrong path, move it from /root to /opt

mv /root/opt/netxms /opt/
#29
General Support / Re: ExternalParameters - Sequential?
February 14, 2020, 07:32:54 AM
If your script takes more than 3sec, i would use EXternalParameterProvider.

https://wiki.netxms.org/wiki/ExternalParametersProvider
#30
General Support / Re: Agent Policies - File Delivery
February 06, 2020, 12:00:46 PM
I have tested with Web NXMC and its working there.
Looks to be a bug in NXMC for Windows.

https://track.radensolutions.com/issue/NX-1745