afunms

          My Software,My Dream—Forge a more perfect NMS product.

          #

          do well

          今天,GDPLN項目有重要進展,因為一個關鍵問題解決了,就是如何確定VPI和VCI的問題。

          現在剩下最后一個問題,如何確定ATM的物理鏈路?

          posted @ 2007-09-06 22:25 afunms 閱讀(122) | 評論 (0)編輯 收藏

          ens2.0 was defeated

                  當初號稱全面支持分布式網管的ens2.0,今天在單機上跑都有困難!
                  DH投入了十幾個人,耗了整整一年時間做出來產品,竟然成了這樣。現在我覺得,
          ens2.0比1.0更失敗,因為1.0至少還湊合能用,而2.0根本就不能用。
                  從一開始,我就感覺這個這個產品的設計有很大的問題,最明顯的就是核心功能沒
          有體現,竟是一些花哨的東西,那些東西對用戶根本沒有吸引力。
               

          posted @ 2007-09-05 21:06 afunms 閱讀(164) | 評論 (0)編輯 收藏

          Sep.4

          1. Communicated with users from GDPLN.Fetch PVC's information with SNMP,
              I have been struggling with this,whereas it is unimportant,user said.

          2. Modified the discovery module to adapt the current special network environment.

          posted @ 2007-09-04 21:44 afunms 閱讀(87) | 評論 (0)編輯 收藏

          Sep.3

          與趙和薛交換了意見,ATM的問題一時無法解決,所以考慮先做路由器和視頻設備的監控。

          看了好幾篇論文,其中提到的snmp表,在lucent設備里根本就沒有數據,暈!所以很可能lucent根本就沒有
          用到這些mib。

          如果這樣的話,這個問題變得不可解決了。

          posted @ 2007-09-03 21:43 afunms 閱讀(91) | 評論 (0)編輯 收藏

          繼續努力

          從安徽用戶現場傳來的消息,我的拓撲發現程序比ens2.0要好,因為結果準確,而ens2.0根本跑不出結果,呵呵。這個消息令我興奮。

          但拓撲發現是個永久的難題,我只能追求完美,但不可能要求100%準確。所以,我還要繼續努力。

          posted @ 2007-09-02 18:18 afunms 閱讀(117) | 評論 (0)編輯 收藏

          Sep.1

          1. 考慮了拓撲圖布局算法,其實也不難。但只有在拓撲發現基本準確的情況下,這個算法才是有效的。

          2.軟件外包這么掙錢,我以后有機會干這個嗎?呵呵。

          posted @ 2007-09-01 22:01 afunms 閱讀(109) | 評論 (0)編輯 收藏

          GDJB

          1. Discovered routers of GDJB,nine cisco routers were found in the result.
              The topology,including routers and links among them,is accurate.


          2. The difficult problem of Lucent ATM switch has not solved,it upset me.

          3. The algorithm for displaying devices is necessary,otherwise the topology map might be chaotic.

           

          posted @ 2007-08-31 21:07 afunms 閱讀(141) | 評論 (0)編輯 收藏

          development log

          -------GDPLN-----------
          2007-08-28
             1. Created a new Eclipse Project,named GDPLN.
             2. Modified the structure of table TOPO_HOST_NODE:
                Deleted two fields: write_community and super_id;
                Added two fields: area and flag.
          2007-08-29 
             1. Completed network device management.
             2. Three classes:
                  AreaHelper.class,GD areas’information can be fetched by this class.

                 LucentMemory.class,fetches Lucent ATM switch memory utilization.

                 LucentCpu.class,fetches Lucent ATM switch CPU utilization.(OID from ACMIB)

          --------SourceView--------
          **  Version 1.2.2.Alpha, Release Date 2007.08.30   
              * Add: fetchs software version information from the xml file.
              * Add: Exports device types data to a excel file.

          posted @ 2007-08-30 16:18 afunms 閱讀(112) | 評論 (0)編輯 收藏

          lucent atm switch

          到處都找不到朗訊交換機系統OID與其設備型號的對應關系,還好在朗訊的網站有設備的實物照片,把這些照片與機房的設備挨個對個號,找出其OID。

           

          設備型號

          系統OID

          PacketStar PSAX 1000 Multiservice Media Gateway

          1.3.6.1.4.1.1751.1.18.9

          PacketStar PSAX 1250 Multiservice Media Gateway

          1.3.6.1.4.1.1751.1.18.2

          PacketStar PSAX 2300 Multiservice Media Gateway

          1.3.6.1.4.1.1751.1.18.7

          PacketStar PSAX 4500 Multiservice Media Gateway

          1.3.6.1.4.1.1751.1.18.8

          posted @ 2007-08-29 14:14 afunms 閱讀(136) | 評論 (0)編輯 收藏

          Version 1.2.1

          **  Version 1.2.1.Alpha, Release Date 2007.08.28   
              * Add: writes a record to db when user exits system.
              * Modify: builds a discovery result html page after the topology is discovered.
              * Congratulate: SourceView has run twelve days continuously.

          posted @ 2007-08-28 22:25 afunms 閱讀(131) | 評論 (0)編輯 收藏

          PLNO

          上次對幾個關鍵參數的調整,程序的穩定性有提高。以前連續跑5天就down掉了,這次跑了10天還好好的。

          今天去PLNO,做了一次發現,把ATM網所有設備信息都收集到了。僅能發現物理鏈路,而我的目標是要能
          看到PVC的狀態。而Lucent本身的網管軟件也是通過Telnet的方式取得PVC狀態,所以我估計要想用SNMP到
          取得PVC的數據有困難。

          posted @ 2007-08-27 16:15 afunms 閱讀(2858) | 評論 (0)編輯 收藏

          ashamed

          看了<<程序員>>中一篇文章,得知微軟一員技術專家竟是賓館服務生出生,讓我很慚愧。

          想想自己,對于技術基本是知其皮毛,滿足于“夠用就好”,這實在不是一種好的工作方式。

          看來以后有所改變。

          posted @ 2007-08-26 18:51 afunms 閱讀(96) | 評論 (0)編輯 收藏

          Release Notes

          Release Notes - SourceViewNMS

          **  Version 1.0.0.Alpha, Release Date 2007.08.09
              * Complete almost all features according to the requestment document.

          **  Version 1.0.2.Alpha, Release Date 2007.08.13
              * Refactor report module,a new report can be created by configuring the xml file.

          **  Version 1.0.3.Alpha, Release Date 2007.08.15
              * Huawei switch vlan interfaces mapping physical interfaces.
              * The different product has different icon in the topology graph.

          **  Version 1.1.0.Alpha, Release Date 2007.08.18
              * Add a new function of looking into links' data,including link traffic and bandwidth utilization. 
              * Add event statistics report.

          **  Version 1.2.0.Alpha, Release Date 2007.08.22   
              * Add "about" window.
              * Add MySQL monitor.
              * Add the interface with ITSM.

          posted @ 2007-08-23 16:34 afunms 閱讀(141) | 評論 (0)編輯 收藏

          atm discovery

          今天去GDPLN把真實的atm數據下載下來,帶回來分析。

          才發現,那些通用的snmp table對于atm來說,根本沒用。

          所以又想起4月份在安徽恒源的情況,我想atm交換與stp有類似的地方。

          在網上找了一些有關atm network discovery的資料。

          posted @ 2007-08-22 22:09 afunms 閱讀(106) | 評論 (0)編輯 收藏

          new version--1.1.0

          2008.08.18下午14點完成。

          相對于1.0.3版本更新了以下內容:
          1. 增加了查看鏈路帶寬利用率及流量的功能。
          2. 拓撲圖中的圖標按產商的不同而不同。
          3. 增加了報警統計功能。
          4. 調整了一些性能參數,但效果還得測試一段時間后才知道。

          posted @ 2007-08-18 14:58 afunms 閱讀(165) | 評論 (0)編輯 收藏

          僅列出標題
          共25頁: First 上一頁 15 16 17 18 19 20 21 22 23 下一頁 Last 

          My Links

          News

          留言簿(18)

          隨筆檔案

          相冊

          搜索

          最新評論

          閱讀排行榜

          主站蜘蛛池模板: 东山县| 廉江市| 巴中市| 霍林郭勒市| 南宁市| 彰武县| 桂平市| 桃园县| 西乌珠穆沁旗| 长白| 巴彦淖尔市| 广安市| 万宁市| 炎陵县| 宜城市| 襄樊市| 中阳县| 高雄县| 昭苏县| 临湘市| 伊春市| 泸水县| 桐城市| 凤翔县| 贵溪市| 大埔区| 马鞍山市| 深州市| 方城县| 大荔县| 桦甸市| 慈利县| 威信县| 科尔| 襄汾县| 公主岭市| 华蓥市| 布拖县| 云阳县| 上林县| 醴陵市|