linux agent VMGR non found

Started by it_user1, October 10, 2017, 11:14:23 AM

Previous topic - Next topic

it_user1

hi, i have installed agent on linux machine (centos 7) but on folcder  /usr/local/lib/netxms i can't find vmgr.nsm.

why? i need a special parameter during installation?

thank you

Andrea

it_user1

resolved, i forgot --with-vmgr parameter


it_user1

ok, i configured a esx server

10-Oct-2017 11:40:24.813] VMGR: VM successfully added: URL "esx://10.39.1.30/?no_verify=1", name "test"
[10-Oct-2017 11:40:24.813] [DEBUG] VMGR: subagent initialized
[10-Oct-2017 11:40:24.813] [INFO ] Subagent "VMGR" (vmgr.nsm) loaded successfully (version 2.1.1)

but it return always error. On nxagentd.log i see Getdatavalue() with error.

[10-Oct-2017 11:53:23.316] [DEBUG] [CS-0(1)] Received message CMD_GET_PARAMETER (961)
[10-Oct-2017 11:53:23.316] [DEBUG] [CS-0(1)] Requesting parameter "VMGR.Host.CPU.Model(*)"
[10-Oct-2017 11:53:23.316] [DEBUG] [CS-0(1)] GetParameterValue(): result is 921 (INTERNAL_ERROR)
[10-Oct-2017 11:53:23.316] [DEBUG] [CS-0(1)] Sending message CMD_REQUEST_COMPLETED (ID 961; size 32; uncompressed)
[10-Oct-2017 11:53:23.316] [DEBUG] [CS-0(1)] Outgoing message dump:

wich is the problem?

thanks

Andrea

it_user1

i found the problem, i need to use the host name instead the *. With vmware works fine, but with hyperv i have a lot of error

[11-Oct-2017 09:21:44.312] [ERROR] VMGR: this function is not supported by the connection driver: virDomainGetAutostart
[11-Oct-2017 09:21:44.312] [ERROR] VMGR: this function is not supported by the connection driver: virDomainGetControlInfo
[11-Oct-2017 09:21:44.312] [ERROR] VMGR: this function is not supported by the connection driver: virDomainGetTime
[11-Oct-2017 09:21:44.699] [ERROR] VMGR: this function is not supported by the connection driver: virDomainGetAutostart
[11-Oct-2017 09:21:44.699] [ERROR] VMGR: this function is not supported by the connection driver: virDomainGetControlInfo
[11-Oct-2017 09:21:44.699] [ERROR] VMGR: this function is not supported by the connection driver: virDomainGetTime
[11-Oct-2017 09:21:45.074] [ERROR] VMGR: this function is not supported by the connection driver: virDomainGetAutostart
[11-Oct-2017 09:21:45.074] [ERROR] VMGR: this function is not supported by the connection driver: virDomainGetControlInfo
[11-Oct-2017 09:21:45.074] [ERROR] VMGR: this function is not supported by the connection driver: virDomainGetTime
[11-Oct-2017 09:21:45.451] [ERROR] VMGR: this function is not supported by the connection driver: virDomainGetAutostart
[11-Oct-2017 09:21:45.451] [ERROR] VMGR: this function is not supported by the connection driver: virDomainGetControlInfo
[11-Oct-2017 09:21:45.451] [ERROR] VMGR: this function is not supported by the connection driver: virDomainGetTime
[11-Oct-2017 09:21:45.823] [ERROR] VMGR: this function is not supported by the connection driver: virDomainGetAutostart
[11-Oct-2017 09:21:45.823] [ERROR] VMGR: this function is not supported by the connection driver: virDomainGetControlInfo
[11-Oct-2017 09:21:45.823] [ERROR] VMGR: this function is not supported by the connection driver: virDomainGetTime
[11-Oct-2017 09:21:46.225] [ERROR] VMGR: this function is not supported by the connection driver: virDomainGetAutostart
[11-Oct-2017 09:21:46.225] [ERROR] VMGR: this function is not supported by the connection driver: virDomainGetControlInfo
[11-Oct-2017 09:21:46.225] [ERROR] VMGR: this function is not supported by the connection driver: virDomainGetTime

i have compiled correctly libvirt with hyper-v support.

thanks

Andrea

Victor Kirhenshtein

Hi,

that seems to be a limitation of libvirt. We are currently considering implementation of Hyper-V monitoring directly without libvirt as it is done already for XEN.

Best regards,
Victor

it_user1

ok, i will wait for this features, it's very important for me because i have more the 100 vm to monitor.