News:

We really need your input in this questionnaire

Main Menu
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 - Mariposa

#1
Hi  :)
when I try to run my netxms server, I have error that says :
"Database is already locked by another NetXMS server instance (IP address : 10.0.2.15, machine info : )

what should I do to fix this?
Thank you for your help  :)
#2
hello guys  :)

i have a java agent up and running using OpenDMK library as well as netxms (without the webserver) on Ubuntu , i also created a MIB tree which can be loaded using MIB browser. But I'm having difficulties with the integration of the two. Can someone please give me some guidelines on how to integrate them and get them to work ?

all help will be highly appreciated  ;)
#3
hello guys :)

i have a java agent up and running using OpenDMK library as well as netxms (without the webserver) on Ubuntu , i also created a MIB tree which can be loaded using MIB browser. But I'm having difficulties with the integration of the two. Can someone please give me some guidelines on how to integrate them and get them to work ?

all help will be highly appreciated :)
#4
General Support / Re: cannot install netxms webserver
December 28, 2011, 12:01:49 AM
I did that too, but still not working :(
#5
General Support / Re: cannot install netxms webserver
December 27, 2011, 01:58:26 PM
Hi :)
I also have problem with installing netxms webserver on Ubuntu 10.04
I did everything from install guide, but in the last command
Run web server:
# /usr/local/bin/nxhttpd –d
I have error :
bash : /usr/local/bin/nxhttpd : No such file of directory

What should I do? Please help, I'm not so good with Ubuntu. Thanks!
#6
I just solve the problem, thanks anyway ;)

Forced this is what I have done :
1. go to /etc/ld.so.conf.d/libc.conf and check if it contains line "/usr/local/lib", if not, add it
2. run "ldconfig" as root (it will produce no output)
3. After that run "ldconfig -p|grep libnetxms" to verify (it will have output)
4. run /usr/local/bin/nxdbmgr init /usr/local/share/netxms/sql/dbinit_mysql.sql
5. it will work and now you can run agent and server :)
#7
Hi  :)
I have the same problem as you, and I've done what Victor said.
Had the same error as you, but I ignored it and repeated command
/usr/local/bin/nxdbmgr init /usr/local/share/netxms/sql/dbiit_mysql.sql

and now I have other error :
NetXMS Database Manager Version 1.0.13

Initializing database...
ERROR: Cannot load SQL command file /usr/local/share/netxms/sql/dbiit_mysql.sql
Database initialization failed

Any idea? please heeeeelp  :) Thank you!