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

#31
General Support / Invalid network mask
July 22, 2010, 06:14:09 PM
I'm getting an error on one of my servers saying:

Invalid network mask 255.255.252.0 on....should be 255.255.255.0

But it SHOULD be 255.255.252.0 as I want this class of subnet.

Any ideas what's causing it?
#32
Hi have similar issue. Upgraded to latest release and still have the same issue.

Mine is 1 month stats (every 30 second). Using MSSQL database on Windows 2003 SP1

If I choose 14 days, it's ok.
#33
General Support / Re: Timeout of web login
January 12, 2010, 11:16:10 AM
Further to my answer, I'd now advise against using the reloader (it may just be us), but we found running this the system would lock out after about 3 days and force us into a reboot.
We turned it off and have not had to reboot for a few weeks so far, so it's back to it's reliable self :-)
#34
General Support / Re: Timeout of web login
December 16, 2009, 11:37:19 AM
Another way around this is to use Firefox and use an autoreloader, there are several out there.
#35
General Support / Re: Centralized agent upgrade feature
October 23, 2009, 11:41:15 AM
Thanks that worked a treat.

Stu..
#36
General Support / Re: Centralized agent upgrade feature
October 22, 2009, 06:06:00 PM
I have a differentissue, but related to this.

When I go into pacjage manager (empty) I go to Install, choose the latest version , click ok, then get
"Unable to Install package: Package already exist on server"
But the Package manager is blank, so cannot deploy.

Any ideas?
#37
General Support / Re: Unable to upgrade - Table locks?
October 22, 2009, 03:57:29 PM
Hit post to quick.
It says the 1 was fixed, but are those failed tables anything to be concered about?
#38
General Support / Re: Unable to upgrade - Table locks?
October 22, 2009, 03:45:25 PM
OK, so all looks ok, but running a db check and I get this:

Quote
32.84.0). Link? (Y/N) Y
* Checking node objects...                                            [FIXED ]
* Checking interface objects...                                       [PASSED]
* Checking network service objects...                                 [PASSED]
* Checking cluster objects...                                         [PASSED]
* Checking template to node mapping...                                [PASSED]
* Checking object properties...                                       [PASSED]
* Checking event processing policy...                                 [PASSED]
* Checking collected data...                                          SQL query
failed (Table 'netxms_db.idata_84' doesn't exist):
SELECT count(*) FROM idata_84 WHERE idata_timestamp>1256215074
SQL query failed (Table 'netxms_db.idata_86' doesn't exist):
SELECT count(*) FROM idata_86 WHERE idata_timestamp>1256215074
#39
General Support / Re: Unable to upgrade - Table locks?
October 22, 2009, 03:23:46 PM
Thanks guys, seems like a common issue with MySQL.

I found this and it's worked:

Quote
This occurs when MySQL runs out of locks, which for an InnoDB database occurs when the buffer pool is full. You can fix this by increasing the size of the buffer pool, by editng the innodb_buffer_pool_size option in my.cnf (my.ini), to set innodb_buffer_pool_size to a number higher than the default (which is typically 8M); for instance:

  innodb_buffer_pool_size = 256M



Thanks for your help.
#40
General Support / Unable to upgrade - Table locks?
October 22, 2009, 11:47:43 AM
Help, I've upgrading the server to the latest version and have a problem, it won't upgrade and now I have an unusable system.

This is the error I'm getting.
Quote
D:\NetXMS\bin>nxdbmgr upgrade
NetXMS Database Manager Version 0.2.30

Configuration file OK
Upgrading database...
Upgrading from version 97 to 98
This database upgrade requires log conversion. This can take significant amount
of time (up to few hours for large databases). If preserving all log records is
not very important, it is recommended to clear logs befor conversion. Clear logs
? (Y/N) Y
SQL query failed (The total number of locks exceeds the lock table size):
DELETE FROM syslog
Rolling back last stage due to upgrade errors...
Database upgrade failed
iI'm not a MySQL guy so have no idea where to even start to look to fix this issue. Hope you can help.
#41
General Support / Re: ApplianX - Mib Issue
August 25, 2009, 03:52:49 PM
Thanks guys, compile and now can see them in the system.

Top marks.. ;D
#42
General Support / ApplianX - Mib Issue
August 24, 2009, 01:49:03 PM
We've been sent these mib, but they won't compile. This is a complete unknown area to me. Can anyone help?

the error so far is.

   .\Aculab.txt
.\Aculab.txt: ERROR 003: Parser error - syntax error, unexpected MODULE_IDENTITY_SYM, expecting OBJECT_TYPE_SYM in line 9

.\ACULAB-APPLIANX-MIB.MIb.txt: ERROR 003: Parser error - syntax error, unexpected NUMBER_SYM, expecting LEFT_PAREN_SYM in line 24

Thanks
Stu..

#43
Feature Requests / Extra Tools
August 14, 2009, 01:43:16 PM
In Right Click > Tools > Connect, you have Http & https

Would be really nice to have

Telnet
Remote Desktop

#44
General Support / Free Application memory
August 13, 2009, 05:52:41 PM
Quite a complex one and not sure if this is even possible.

On a standard Windows 32bit system, the system will allocate 2gb address space to Kernal, 2gb to apps (unless you do /3gb which then 3gb is allocated to app, 1gb to kernal)

Is there a way to see how the address space free for apps?
#45
General Support / Re: Useful WinPerf counters
August 05, 2009, 02:47:08 PM
Thought I'd add a couple. If they can be improved, feel free.
Database Size
Counter =  SQLServer.Databases.DataFileSize:"\SQLServer:Databases(Databasename)\Data File(s) Size (KB)":60:A:INT:"MSSQL: Your discription here."

Processor useage
Counter =  Process.%ProcessorTime(processname):"\Process(processname)\% Processor Time":60:A:INT:"The percentage of Processor Time The processname Service Is Using."