Re: "C:\Program Files\NetXMS\var" does not exist

From: Alex Kirhenshtein <alk_at_DOMAIN_REMOVED>
Date: Thu, 28 Jul 2005 13:46:01 +0300

strange, configure script should deal with it -- i'll check.

insert (or update if exist) into "config" table parameter
"DataDirectory", e.g:

INSERT INTO config (var_name, var_value, is_visible,
need_server_restart) VALUES ('DataDirectory',
'/path/to/install-prefix/var/netxms', 1, 1);

or, if variable exist:

UPDATE config SET var_value = '/path/to/install-prefix/var/netxms' WHERE
var_name = 'DataDirectory';

NB! 'DataDirectory' should point to 'var/netxms' directory created by
'make install' (and it should containt 'images' and 'mibs' subdirs).

Stripainis wrote:
> Sveiki!
>
> Tikko uzinstaleeju uz FreeBSD NMS Version 0.2.2 Build of Jul 28 2005.
> Konfigureeju ar sekojoshiem parametriem:
> ./configure --with-server --with-agent --with-mysql --prefix=/home/netxms
>
> Palaizjot serveri:
> bin/netxmsd --debug-all --config etc/netxmsd.conf standalone
>
> logfialaa tiek ierakstiiti sekojoshi ieraksti
>
> [28-Jul-2005 12:57:45] Database driver "/home/netxms/lib/libnxddr_mysql.so"
> loaded and initialized successfully
> [28-Jul-2005 12:57:45] DEBUG: Successfully connected to database netxms_at_localhost
> [28-Jul-2005 12:57:47] DEBUG: Global configuration loaded
> [28-Jul-2005 12:57:47] Data directory "C:\Program Files\NetXMS\var" does not
> exist or is inaccessible
>
> un serveris beidz darbu.
> Kaa jau rakstiiju, tad instaleeshana notiek uz FreeBSD un nav skaidrs, kapeec
> peekshnji datu direktorija ir Windowsiska. Kaa sho probleemu noveerst?
>
> Uldis
>
>
> __________
> Advertisement:
>
> <http://ads.inbox.lv/htmlclick.php?bannerID=2308&dest=http%3A%2F%2Fwww.pta.lv%2Fwash%2Ffront%2Findex.php%3Fid%3D39528%26offset%3D0>
> <http://ads.inbox.lv/htmlclick.php?bannerID=2308&dest=http%3A%2F%2Fwww.pta.lv%2Fwash%2Ffront%2Findex.php%3Fid%3D39528%26offset%3D0>
>
>

-- 
Alex Kirhenshtein
C.T.Co
Cellular: +371-9145688
Received on Thu Jul 28 2005 - 13:46:01 EEST

This archive was generated by hypermail 2.2.0 : Mon Aug 01 2005 - 00:44:17 EEST