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

#16
General Support / Alcatel Omniswitch 10k
July 17, 2013, 06:28:01 PM
Hi all,

I´m trying to add a core-switch : http://enterprise.alcatel-lucent.com/?product=OmniSwitch10k&page=overview
But when i add this switch, netxms can´t get interfaces, any config from it.

I´m getting this log, pooling configuration :


[17.07.2013 17:21:49] **** Poll request sent to server ****
[17.07.2013 17:21:49] Poll request accepted
[17.07.2013 17:21:49] Starting configuration poll for node CORE_ALU_10k
[17.07.2013 17:21:49]    Checking SNMP...
[17.07.2013 17:21:49] Checking node's capabilities...
[17.07.2013 17:22:37] Capability check finished
[17.07.2013 17:22:37] Checking interface configuration...
[17.07.2013 17:22:37] Unable to get interface list from node
[17.07.2013 17:22:37]    Interface "unknown" is no longer exist
[17.07.2013 17:22:37] Checking node name
[17.07.2013 17:22:37] Interface configuration check finished
[17.07.2013 17:22:37] Node name is OK
[17.07.2013 17:22:37] Finished configuration poll for node CORE_ALU_10k
[17.07.2013 17:22:37] Node configuration was not changed after poll
[17.07.2013 17:22:37] **** Poll completed successfully ****


I tried with a snmptest program, in the netxms server with the same credentials and snmp works!
Must import any mib or something similar ?

Thanks for your support.


#17
Feature Requests / Re: Extra Tools
April 23, 2013, 10:18:25 AM
Hi Victor,

For telnet and SSH i configured putty on the object tool like :
"putty -telnet %OBJECT_IP_ADDR%" for telnet and "putty  %OBJECT_IP_ADDR%" for ssh.
For the correct execution, the file putty.exe ( or telnet ) must be on the same directory like "nxmc.exe" .
In my case : "C:\Program Files (x86)\nxmc"

Greetings.
#18
Feature Requests / ifOperStatus Dormant
February 14, 2013, 04:36:38 PM
Hi, i´m checking our interfaces state.

When status of ifOperStatus "5" ( snmp value ) must be dormant state, i´m getting "unknow" . 
http://www.net-snmp.org/docs/mibs/interfaces.html
This interfaces in dormant status are used in link aggregated interfaces.

Thanks .
#19
General Support / Re: Exporting the list of nodes
February 12, 2013, 06:27:08 PM
Thanks Alex!
Now i´ll try to implement your script.
Greetings
#20
General Support / Re: Exporting the list of nodes
February 12, 2013, 12:50:26 PM
It´s possible to make the same question, with scripting ?

I´m trying to make an script, for free ports on my switches.

SELECT op.name,COUNT(i.if_type) AS FreePorts
FROM interfaces i, object_properties op
WHERE i.if_type=6
AND i.node_id=op.object_id
AND i.oper_state='2'
GROUP BY op.name


Greetings
#21
Hi Avijitdas, i have the same problem .
Im running on Windows 2003 Server with Mysql .

I´ve downloaded https://www.netxms.org/tmp/report-generator.jar
And tried "Invetory Ip" Report, and "VPN". But i geeting this error "Exception in report generator".

How can in compile report-generator.jar on windows ?

Thanks