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

#1
Thanks so much.

It was good for me.

Best Regards,
- Terry
#2
Hello,

I have a question how can I calculate DCI with Multiple OIDs.

ifInOctets  -->  .1.3.6.1.2.1.2.2.1.10
ifSpeed  -->  .1.3.6.1.2.1.2.2.1.5

I wnat to calculate the belows;

((ifInOctets) * 8 / ifSpeed) * 100

Could you le me know how can I make the script code?

Best Regards,
-Terry
#3
General Support / Re: binding error to new mib file
April 30, 2008, 08:34:59 AM
Thank you very much.

I comment out those related lines.
So, I can bind.

Now, I want to know the schedule to fix the bug.

Best Regards,
- Terry
#4
General Support / binding error to new mib file
April 17, 2008, 12:40:40 PM
Hello,

I have a question about binding error.

When I binding a new MIB file, I met the bellow error.

..\var\mibs\WS-CC-RF-MIB.txt: ERROR 003: Parser error - syntax error, unexpected
COMMA_SYM, expecting RIGHT_BRACE_SYM in line 1245

The line 1245 of mib file is as the belows;
      -- 1.3.6.1.4.1.388.14.3.2.1.11.5.1.12
      wsCcRfRadioBasicRates OBJECT-TYPE
         SYNTAX TransmitRate
         MAX-ACCESS read-create
         STATUS current
         DESCRIPTION
            "List of basic rates for the radio."
         DEFVAL { {rate1Mb}, {rate2Mb}, {rate5pt5Mb}, {rate11Mb} }  <== Here is the line 1245
         ::= { wsCcRfRadioEntry 12 }

And, TransmotRate is defined as the belows;


      TransmitRate ::= BITS
         {
         rate1Mb(0),
         rate2Mb(1),
         rate5pt5Mb(2),
         rate6Mb(3),
         rate9Mb(4),
         rate11Mb(5),
         rate12Mb(6),
         rate18Mb(7),
         rate22Mb(,
         rate24Mb(9),
         rate36Mb(10),
         rate48Mb(11),
         rate54Mb(12)
         }


In the RFC1902, the value of the DEFVAL clause can define as the belows;

     ObjectSyntax       DEFVAL clause
     ----------------   ------------
     Integer32          DEFVAL { 1 }
                        -- same for Gauge32, TimeTicks, Unsigned32
     INTEGER            DEFVAL { valid } -- enumerated value
     OCTET STRING       DEFVAL { 'ffffffffffff'H }
     OBJECT IDENTIFIER  DEFVAL { sysDescr }
     BITS               DEFVAL { { primary, secondary } }   <=== Here
                        -- enumerated values that are set
     IpAddress          DEFVAL { 'c0210415'H } -- 192.33.4.21


I want to know what's wrong?

Please help me as soon as possible.
I attach the mib file.

Best Regards,
- Terry
#5
General Support / MIB Compile Error
May 03, 2007, 04:20:37 AM
Thanks to your help!

Here is some lines of the MIB file.

  SYMBOL-WS5000-MIB DEFINITIONS ::= BEGIN

    IMPORTS
      DisplayString     
        FROM RFC1213-MIB     
      OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP     
        FROM SNMPv2-CONF     
      enterprises, TimeTicks, IpAddress, Integer32, Unsigned32,
      Gauge32, Counter32, Counter64, BITS, OBJECT-TYPE,
      MODULE-IDENTITY, OBJECT-IDENTITY, NOTIFICATION-TYPE     
        FROM SNMPv2-SMI     
      TEXTUAL-CONVENTION     
        FROM SNMPv2-TC;
                         .....

If I delete BITS character form the MIB file which is define IMPORT module,
then the compilation is well done.

Best Regards,
-Terry
#6
General Support / MIB Compile Error
May 02, 2007, 02:18:37 PM
Hi,

When I met the error while import a MIB file of Symbol WS-5000 Device.
The error message is as the belows;

"SYMBOL-WS5000-MIB: ERROR 001: Import symbol "BITS" unresolved"

Could you le me know how can I import the MIB file.

Best Regards,
-Terry
#7
Hello,

Now, I want to monitor TCP perfromance of my Cisco catalyst 2950 Switching Hub by using the MIB.
The MIB is available at :

ftp://ftp.cisco.com/pub/mibs/v2/CISCO-TCP-MIB.my

Specially, I want to monitor TCP input Packet and TCP output Packet of all ports individually.
So, I want to set the threshold of all ports and to get the alert event if any port is over the threshold.
And, I want to view the performance graphc of all oprts indivisually.

How can I do it?

Any help on this subject will be greately appreciated.

Best Regards,
-Terry
#8
Hi,

Thanks for your help.

I change ActiveDiscoveryInterval and DiscoveryPollingInterval.
And, the speed of auto-discovery is rapidly.

Again, great thanks.

Best Regards,
-Terrry
#9
Hi,

The auto-Network discovery was done.
But there is a problem.

NetXMS found a subent takes too long.
It takes over 3 hours.
Is it normal?

If anyone have a comment, please let me know.

Best Regards,
- Terry
#10
Hi,

I have a question about network discovery with NetXMS(version 0.2.15) automatically.
As the result, there is no action after the setting of network discovery.
Here are my steps;

On NetXMS Console, I select the "Network Discovery" menu as the belows.

1. click Control Panel on the View menu
2. click Network Discovery on the Contorl Panenl Menu

Then "Network Discovery Configuration" window is pop-up.
And, I set items as the belows.
1. On General tab
     1) Network discovery mode --> Actvie and Passive
     2) Discovery filter --> no filtering
     3) default SNMP community --> public
2. On Active Discovery Target
     1) add a subnet

And, I check the server configuration as the belows.
1. click Control Panel on the View menu
2. click Server configuration on the Contorl Panenl Menu
And, I check some parameters
1) DefaultCommunityString  --> public
2) DiscoveryFilter --> none
3) DiscoveryFilterFlags --> 7
4) NumberOfDiscoveryPollers --> 1
5) RunNetworkDiscovery --> 1

After the setting, I have no result. So, I restart server serivice and re-login NetXMS console.
But, I have same result.

Please let me know how can I use "network Didcovery" funtion.
I want to discover all nodes of serveral subnets automatically.

Best Regards,
-Terry
#11
General / question about scintilla
February 19, 2007, 02:34:55 AM
Hi,

I found what's problem.

In nxlexer, there is not including XPM.cXX file and XPM.h.
After I add XPM.cXX and XPM.h file to nxlexer folder, the comile is success.

I think nxlexer.dsp file must changed manually by each developer because scintilla directory is different.

Best Regards,
-Terry
#12
General / question about scintilla
February 18, 2007, 06:45:51 AM
Hi,

When I comile the NetXMS source, I met the below error.
I had scilexer.lib and scilexerd.lib form scite 172 version.

I think I've not a correct version of scintilla to compile the NetXMS source.
Please let me know what's wrong.

****************************************************************
--------------------Configuration: nxlexer - Win32 Release--------------------
Linking...
LINK : warning LNK4075: ignoring /EDITANDCONTINUE due to /INCREMENTAL:NO specification
   Creating library Release/nxlexer.lib and object Release/nxlexer.exp
LINK : warning LNK4098: defaultlib "MSVCRTD" conflicts with use of other libs; use /NODEFAULTLIB:library
scilexerd.lib(PlatWin.obj) : error LNK2001: unresolved external symbol "public: __thiscall XPMSet::XPMSet(void)" (??0XPMSet@@QAE@XZ)
scilexerd.lib(PlatWin.obj) : error LNK2001: unresolved external symbol "public: __thiscall XPMSet::~XPMSet(void)" (??1XPMSet@@QAE@XZ)
scilexerd.lib(PlatWin.obj) : error LNK2001: unresolved external symbol "public: int __thiscall XPMSet::GetWidth(void)" (?GetWidth@XPMSet@@QAEHXZ)
scilexerd.lib(PlatWin.obj) : error LNK2001: unresolved external symbol "public: void __thiscall XPMSet::Add(int,char const *)" (?Add@XPMSet@@QAEXHPBD@Z)
scilexerd.lib(PlatWin.obj) : error LNK2001: unresolved external symbol "public: void __thiscall XPMSet::Clear(void)" (?Clear@XPMSet@@QAEXXZ)
scilexerd.lib(PlatWin.obj) : error LNK2001: unresolved external symbol "public: void __thiscall XPM::Draw(class Surface *,class PRectangle &)" (?Draw@XPM@@QAEXPAVSurface@@AAVPRectangle@@@Z)
scilexerd.lib(PlatWin.obj) : error LNK2001: unresolved external symbol "public: class XPM * __thiscall XPMSet::Get(int)" (?Get@XPMSet@@QAEPAVXPM@@H@Z)
scilexerd.lib(PlatWin.obj) : error LNK2001: unresolved external symbol "public: int __thiscall XPMSet::GetHeight(void)" (?GetHeight@XPMSet@@QAEHXZ)
Release/nxlexer.dll : fatal error LNK1120: 8 unresolved externals
Error executing link.exe.

nxlexer.dll - 9 error(s), 2 warning(s)
*****************************************************************

Best Regards,
- Terry
#13
General Support / Compile for Windows Environment
February 17, 2007, 04:07:11 AM
I found new environments.

Must install bison and FLEX for windows.

To get the setup file of bison, visit http://gnuwin32.sourceforge.net/packages/bison.htm
To get the setup file of FLEX, visit http://gnuwin32.sourceforge.net/packages/flex.htm

After the installation, must set the environment in Visual studio.

* navigate the menu : Tools --> Options --> Directory
    1) select "Excutable files" in "Show Directory for" item.
    2) add the path for bison and FLEX

* navigate the menu :  Tools --> Options --> Directory
    1) select "include files" in "Show Directory for" item.
    2) add the path for "bison's include directory"

Best Regards,
-Terry
#14
General / nxsl.cpp is not include source files
February 17, 2007, 03:58:21 AM
HI,

When I compiled the source, I met the error as the belows;
So, I search the directory. There is not nxsl.cpp.
netxms-0.2.14 source files is same.

Please let me know, how can I get nxsl.cpp file.

--------------------Configuration: nxlexer - Win32 Debug--------------------
Build : warning : failed to (or don't know how to) build 'D:netxms-0.2.14\src\console\nxlexer\nxsl.cpp'
Compiling...
nxsl.cpp
fatal error C1083: Cannot open source file: 'D:\netxms-0.2.14\src\console\nxlexer\nxsl.cpp': No such file or directory
Error executing cl.exe.

nxlexer.dll - 1 error(s), 1 warning(s)

Regards,
- Terry
#15
General / compile enviroment for Windows platform
July 08, 2006, 05:10:45 PM
I serached NetXMS site to know the compile enviroment for Windows platform.
But, I can't find it.

I knew there are to need other resources to compile.
But, I don't know excactly.

Anyone knows the compile environment for windows platform,
please let us know.

Regards,
-Terry