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

#1
Feature Requests / console: Execute command output
July 09, 2008, 09:43:57 PM
It is a possible to get command output of commands executed on management sever? I have some self-made scripts to
get inventory from severs and I have to show output of these commands to management console output window. Second question is to change font on output window - it is possible?

Thank You
fr
#2
It is possible to read environment variable from windows agent? I try to create template to read value of free space on system partition and I can't set agent parameter to value of %SystemDrive% variable. I can use only C:\, D:\ and so on, but not all of ours servers has assigned C:\ as system drive.

Thank You for information.
fr
#3
General Support / 0.2.15 - cannot run
January 20, 2007, 10:20:13 PM
works :)
#4
General Support / 0.2.15 - cannot run
January 19, 2007, 10:17:21 PM
Sure :)
BTW At home I have latests Debian Sarge. I try to compile 0.2.15 on it - but result is the same:

./configure --prefix=/opt/netxms --with-server --with-pgsql
make
make install

(of course I add /opt/netxms/lib to /etc/ld.so.conf)

neotek:/opt/netxms/bin# ldd /opt/netxms/lib/libnxddr_pgsql.so
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0x40010000)
        libnetxms.so.0 => /opt/netxms/lib/libnetxms.so.0 (0x40020000)
        libz.so.1 => /usr/lib/libz.so.1 (0x40032000)
        libdl.so.2 => /lib/tls/libdl.so.2 (0x40044000)
        libcrypto.so.0.9.7 => /usr/lib/i686/cmov/libcrypto.so.0.9.7 (0x40047000)
        libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x40146000)
        libm.so.6 => /lib/tls/libm.so.6 (0x40200000)
        libc.so.6 => /lib/tls/libc.so.6 (0x40223000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x40358000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
#5
General Support / 0.2.15 - cannot run
January 19, 2007, 11:58:02 AM
Hello, I try to compile 0.2.15

./configure --with-server --with-pgsql --prefix=/usr/local
make
make install

system: CentOS 4.4  2.6.9-42.0.3.ELsmp

Configuration of source code and compilation is ok, but when I try to run nxdbmgr check i get initialization error from libnxddr_pgsql.so and in log I get: unknown symbol PQExec.
When I run nxdbmgr from directory where source code is compiled - it run properly (I get message about difference of database version)
Sounds like is a problem with linking libraries?