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

#1
Same problem here, 2003 R2. Hangs finishing installation in step "Checking core service configuration..."
#2
Hi,

you  must go to your device, go to "Last Values" tab, and do right click on desired value, select graph type. Once you have the desired graph ( cpu value, kbits, mem etc) you will see a Save button on this graph. Save it and you will see this graph on graphs tab.

Regards.
#3
Hi, you can disable it on "Configuration\Event processing Policy" just look for "Generate alarm when incorrect network mask detected on interface" and disable this policy.

Regards.
#4
General Support / Re: Reports... again
December 02, 2013, 07:45:58 PM
Quote from: Alex Kirhenshtein on December 02, 2013, 05:51:33 PM
I highly recommend you to use Jaspersoft Studio (http://community.jaspersoft.com/project/jaspersoft-studio) instead of iReport

Hi Victor, ill give a try, thanks!

Greetings.
#5
General Support / Re: Reports... again
December 02, 2013, 05:35:57 PM
Quote from: phonix786 on November 30, 2013, 12:17:52 PM
Is there any external tools by which we can generate reports on Windows Installation?

Hi phonix, i´m using http://community.jaspersoft.com/project/ireport-designer, with iReport you can generate a jrxml file extension, this file will be used by netxms when we succesfully install reports on netxms with windows server.

I have some reports created, like capacity of switches.

Greetings.

#6
Announcements / Re: NetXMS 1.2.9 released
September 30, 2013, 10:35:07 AM
Great! I´ll upgrade now.
Thanks for your work.

Greetings.
#7
General Support / Re: Raise alarm after XX minutes
September 27, 2013, 05:03:41 PM
Hi, you must configure it on "interface" of host. If your host have interface "Local Network", click right button on interface/properties/polling/polling count. If the polling of host it´s 1 minute and you configure 5 polling, will raise alarm at 5 minutes.

Greetings.
#8
General Support / Re: I can not see my new mibs
September 13, 2013, 05:32:17 PM
Hi, i think the last time i complied a MIB, i don´t specify the file, only specify directory, and re-compile all the mibs.

Greetings
#9
General Support / Re: I can not see my new mibs
September 13, 2013, 10:48:57 AM
Hi, check it at .1.3.6.1.4.1

[root].iso.org.dod.internet.private."your trademark mib"

Greetings.

#10
General Support / "Create Report" Button dissapeared
September 11, 2013, 12:50:17 PM
Hi All, when i try to create a report clicking right button on reports, i can´t see the option "create report".
This is my netxmsd.conf
LogFile = C:\NetXMS\log\system.log
DBDriver = mysql.ddr
DBServer = localhost
DBName = nms_netxms_db
DBLogin = *****
DBPassword = *******
LogFailedSQLQueries = yes
JavaPath=C:\NetXMS\bin\jre
JavaLibraryDirectory=C:\NetXMS\var\reports
JDBCDriver=com.mysql.jdbc.Driver
JDBCUrl=jdbc:mysql://127.0.0.1/nms_netxms_db
jdbc.username=******
jdbc.password=******


CreateCrashDumps = yes
DumpDirectory = C:\NetXMS\log\


In path "JavaPath=C:\NetXMS\bin\jre" i´ve putted the reportgenerator.jar, but nothing. I tried with 2 versions of reportgenerator.jar
I think in the past version 1.2.7 ( i updated to 1.2.8 ) this still working.

I wanna try, because i generated some reports in jrxml
Thanks!!

Greetings




#11
General Support / Re: Creating Reports with JASPER
September 02, 2013, 02:38:24 PM
Hi Victor, i prepared a report designed in jrxml, but now when i try to create a report dont appears the "New report" button.  :-\
Do you know why? 

Thanks
#12
 ;D Wooot nice news!
#13
General Support / Re: Alcatel Omniswitch 10k
July 18, 2013, 11:11:59 AM
Hi Victor, it´s working!

I tried your command and i added v3 :

C:\NetXMS\bin>nxsnmpwalk.exe -v3 -u riusnmp -a SHA1 -A Sardina131 192.168.7.254
.1.3.6.1.2.1.1
.1.3.6.1.2.1.1.1.0 [STRING]: Alcatel-Lucent OS10K *** Service Release, January 16, 2013.
.1.3.6.1.2.1.1.2.0 [OBJECT IDENTIFIER]: .1.3.6.1.4.1.6486.801.1.1.2.1.9.1.1
.1.3.6.1.2.1.1.3.0 [TIMETICKS]: 1027116800
.1.3.6.1.2.1.1.4.0 [STRING]: Alcatel-Lucent, http://alcatel-lucent.com/wps/portal/enterprise
.1.3.6.1.2.1.1.5.0 [STRING]: ALU
.1.3.6.1.2.1.1.6.0 [STRING]: Unknown
.1.3.6.1.2.1.1.7.0 [INTEGER]: 78


The problem as you mentioned, i have got a DES encription enabled on NetXMS!!
Now the core it´s working on NetXms , i´ll take a look .
Thanks for your work!



#14
General Support / Re: Alcatel Omniswitch 10k
July 17, 2013, 07:30:22 PM
I don´t have encription password, it´s blank. I tried with other snmp tool and it´s working.

C:\snmpget>SnmpGet.exe -r:192.168.xxx.xxx -v:3 -t:3 -sn:"user" -ap:SHA -aw:"password" -o:1.3.6.1.2.1.1.3.0
SnmpGet v1.01 - Copyright (C) 2009 SnmpSoft Company
[ More useful network tools on http://www.snmpsoft.com ]
OID=.1.3.6.1.2.1.1.3.0
Type=TimeTicks
Value=118 days, 5:55:56.00
C:\snmpget>


I´ll try with v2c .

Thanks
#15
General Support / Re: Alcatel Omniswitch 10k
July 17, 2013, 07:04:48 PM
Hi Victor,

Thanks for fast response. I´m using SHA1 and DES .

I executed nxsnmpwalk and gets timeout.

C:\NetXMS\bin>nxsnmpwalk.exe -u private -a SHA1 -A private -e DES 192.168.my.ip .1.3.6.1.2.1.1
SNMP Error: Request timed out


I think i wrote correctly the command.

Thanks